Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge main into development before release #1559

Merged
merged 7 commits into from
May 6, 2021
Merged

Commits on Apr 13, 2021

  1. chore(release): release v0.4.0 (#1513)

    * feat: cmd: implement import-runtime subcommand (#1483)
    
    * fix(lib/crypto/ed25519): update ed25519 to use go-schnorrkel bip39 derivation (#1488)
    
    * fix(state) : Update StorageState to load storage from database. (#1486)
    
    * fix(dot/state): fix usage of trie.Snapshot (#1489)
    
    * fix(dot/state,dot/network): improve memory usage when syncing (#1491)
    
    * fix(dot/network): update notificationsProtocol handshakeData to sync.Map (#1492)
    
    * remove log (#1493)
    
    * feat(dot/network): request block justifications when near head (#1499)
    
    * chore(cmd): rename genesis-raw flag and files to genesis, allow raw and human-readable genesis to be passed to it (#1500)
    
    * refactor: docs: Docs Overhaul (#1438)
    
    * Beginning new docs
    
    * Theming set up
    
    * General layouts n links sorted
    
    * Cleaned up
    
    * Updated Commandline
    
    * Cleaned a bit
    
    * Minor cleaning
    
    * Removed todo
    
    * Config page
    
    * Connect to Polkadotjs
    
    * Fixed dev resources
    
    * New categories sorted
    
    * Updated permalink
    
    * Corrected contributor doc
    
    * Removed unused partials
    
    * Tidying
    
    * Removed offical nodes page
    
    * Amended with feed back
    
    * Resolved a majority of feedback
    
    * Ammeded workflows
    
    * Feedback
    
    * Added diagram
    
    * Recent feedback
    
    * Test package content
    
    * Removed comment
    
    * Debugging page
    
    * Block production expansion
    
    * Typos
    
    * Host spec link
    
    Co-authored-by: noot <36753753+noot@users.noreply.github.com>
    
    * chore(codeowners): update codeowners file (#1505)
    
    * fix: cmd/gossamer: Generate random name if --name flag not set (#1506)
    
    * generate random name if --name flag not set
    
    * update tests with name flag to handle random names
    
    * update tests that reference name cfg
    
    * chore(release): Automated release using semantic-release. (#1503)
    
    * feat: dot/telemetry: Implement basic telemetry connection (#1497)
    
    * implement telemetry connection server
    
    * add telemetry for import block
    
    * setup telemetry to use node name from Global config
    
    * init telemetry connections based on genesis.json values
    
    * fix error message formatting
    
    * add tests for telemetry
    
    * implement no-telemetry cli flag
    
    * fix typos
    
    * cleanup error check
    
    * create TelemetryEndpoint struct
    
    * created connection data struct to hold connection data
    
    * make TelemetryEndpoints a pointer reference
    
    * add tests for interfaceToTelemetryEndpoint
    
    * update test to fix random name
    
    * fix: fix edit link (#1507)
    
    * chore(readme): Fix broken image link (#1509)
    
    Co-authored-by: Arijit Das <arijit@chainsafe.io>
    
    * fix(dot/network): fix justification request at head logic (#1510)
    
    * feat(dot/network): implement persistent peers functionality (#1512)
    
    * chore(release): Update name in package.json. (#1514)
    
    * Update package.json.
    
    * Disable package publish to npm.
    
    * Add support to skip a release.
    
    * feat(dot/network): Add cache for network message. (#1511)
    
    * Add cache for network message.
    
    * chore(release): Fix Deepsource error on development branch. (#1516)
    
    * Fix Deepsource error.
    
    * Fix lint issues.
    
    Co-authored-by: noot <36753753+noot@users.noreply.github.com>
    Co-authored-by: Ryan Noble <ryanjnoble@gmail.com>
    Co-authored-by: Dustin Brickwood <dustinbrickwood204@gmail.com>
    Co-authored-by: Edward Mack <ed@edwardmack.com>
    5 people authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d53e245 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    be2d861 View commit details
    Browse the repository at this point in the history
  2. fix merge issues

    noot committed May 5, 2021
    Configuration menu
    Copy the full SHA
    7ec5ba0 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    noot committed May 5, 2021
    Configuration menu
    Copy the full SHA
    76545ff View commit details
    Browse the repository at this point in the history
  4. remove duplicate code

    noot committed May 5, 2021
    Configuration menu
    Copy the full SHA
    e9d3d85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    535f925 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4fe80e View commit details
    Browse the repository at this point in the history