1. Feb 01, 2022
    • Svyatoslav Nikolsky's avatar
      Polkadot-staging update (#1305) · 92ddc3ea
      Svyatoslav Nikolsky authored
      * Bump Substrate/Polkadot/Cumulus refs (#1295)
      
      Substrate: 31d90c202d6df9ce3837ee55587b604619a912ba
      Polkadot: 60df3c55c711c2872872d6220f98b2611340e051
      Cumulus: a9630551c2cd877952ab769c862af4c81b0ccd3c
      
      * bump chain spec versions (#1297)
      
      * Fix ss58 prefixes of Polkadot, Kusama and Westend used by relay (#1298)
      
      * fix ss58 prefixes of Polkadot, Kusama and Westend
      
      * fmt
      
      * Use raw balance value if tokenDecimals property is missing (#1299)
      
      * use raw balance value if tokenDecimals property is missing
      
      * fmt
      
      * Revert nightly docker pin (#1301)
      
      * Revert "pin bridges-ci image (#1256)"
      
      This reverts commit 4009d970.
      
      * Revert "remporary use pinned bridges-ci image in Dockerfile (#1258)"
      
      This reverts commit 4f988406.
      
      * fix session length of Rococo and Wococo (#1304)
      v1.0.1-alpha1
      92ddc3ea
    • Svyatoslav Nikolsky's avatar
      3787193a
  2. Jan 31, 2022
  3. Jan 27, 2022
  4. Jan 25, 2022
  5. Jan 21, 2022
  6. Jan 19, 2022
  7. Jan 18, 2022
  8. Jan 17, 2022
  9. Jan 14, 2022
  10. Jan 13, 2022
  11. Jan 12, 2022
  12. Jan 11, 2022
  13. Jan 10, 2022
  14. Dec 28, 2021
  15. Dec 27, 2021
  16. Dec 24, 2021
  17. Dec 23, 2021
    • Svyatoslav Nikolsky's avatar
      Replace InboundLaneApi::latest_received_nonce with direct storage read (#1269) · ded9ff6d
      Svyatoslav Nikolsky authored
      
      
      * remove inbound_latest_received_nonce
      
      * Update relays/lib-substrate-relay/src/messages_target.rs
      
      Co-authored-by: default avatarAdrian Catangiu <[email protected]>
      ded9ff6d
    • Svyatoslav Nikolsky's avatar
      Polkadot staging update (#1270) · f704a741
      Svyatoslav Nikolsky authored
      
      
      * Add `AtLeast32BitUnsigned` for MessageLance::SourceChainBalance (#1207)
      
      * Fix UI deployment. (#1211)
      
      * Remove unused PoA<>Substrate bridge (#1210)
      
      * Decouple the PoA bridge code from Rialto
      * Remove Rialto PoA bridge code
      * Remove relays/bin-ethereum code
      * Remove relays/client-ethereum code
      * Remove modules/ethereum code
      * Remove modules/ethereum-contract-builtin code
      * Remove PoA bridge documentation
      * Remove primitives/ethereum-poa code
      * Decouple Rialto from currency-exchange
      * Fix building with runtime-benchmarks
      * Fix should_encode_bridge_send_message_call test
          Because we removed some runtime modules/pallets, the
          substrate2substrate bridge pallet has a different index within
          the runtime so its calls have a different encoding.
          Update the test to use the new encoding.
      * Update readme - no more PoA bridge
      * Remove deployments/bridges/poa-rialto
          Also removes:
          - deployments/networks/eth-poa.yml
          - deployments/networks/OpenEthereum.Dockerfile
      * Remove deployments/dev/poa-config
      * Update deployments readme - no more PoA bridge
      * Remove eth-related scripts
          Deletes:
          - deployments/networks/eth-poa.yml
          - scripts/run-openethereum-node.sh
      * Remove poa-relay from gitlab-ci
      * Dockerfiles to use substrate-relay as default
      * Remove modules/currency-exchange code
      * Remove primitives/currency-exchange code
      
      Signed-off-by: default avataracatangiu <[email protected]>
      
      * Remove unused `relays/headers` (#1216)
      
      * Decouple `relays/client-substrate` from `headers_relay`
      * Remove `blocks_in_state` from `SyncLoopMetrics`
          This metric was only relevant for PoA <> Substrate bridge.
      * Move `sync_loop_metrics.rs` to `relays/finality`
      * Remove unused `SyncLoopMetrics::update()`
      * Hook up SyncLoopMetrics to finality_loop
      * Delete now unused `relays/headers`
      
      Signed-off-by: default avataracatangiu <[email protected]>
      
      * remove abandoned exchange relay (#1217)
      
      * Unify metric names (#1209)
      
      * unify metric names
      
      * refactor standalone metrics
      
      * headers sync metrics
      
      * post-merge fix
      
      * fix compilation
      
      * fmt
      
      * fix dashboards
      
      * fix local dashboards
      
      * update Rococo/Wococo runtime version
      
      * remove commented code
      
      * fixed grumbles
      
      * fmt
      
      * fixed widget names
      
      * Add CODEOWNERS file (#1219)
      
      * fixed set_operational in GRANDPA pallet (#1226)
      
      * Add mut support (#1232)
      
      * update dependencies (#1229)
      
      * Integrate BEEFY with Rialto & Millau runtimes (#1227)
      
      * Add Beefy pallet to Rialto runtime
      
      * Add Beefy gadget to Rialto node
      
      * Add MMR pallet to Rialto runtime
      
      * Add Beefy pallet to Millau runtime
      
      * Add Beefy gadget to Millau node
      
      * Add MMR pallet to Millau runtime
      
      * Add pallet_beefy_mmr to Millau runtime
      
      * Add pallet_beefy_mmr to Rialto runtime
      
      * Implement MMR and BEEFY APIs in Rialto
      
      * fix unit tests
      
      - should_encode_bridge_send_message_call() tests for new
        runtime encoding resulted from newly added pallets.
      - runtime size_of::<Call>() slightly increased from newly
        added pallets.
      
      * fix grumbles
      
      * tighten clippy allowances
      
      * fix more grumbles
      
      * Add MMR RPC to Rialto and Millau nodes
      
      Also implement MmrApi in Millau runtime.
      
      * rialto: use upstream polkadot_client::RuntimeApiCollection
      
      * Fix storage parameter name computation (#1238)
      
      * fixed storage_parameter_key
      
      * added test for storage_parameter_key
      
      * Enable Beefy debug logs in test deployment (#1237)
      
      Signed-off-by: default avatarAdrian Catangiu <[email protected]>
      
      * Enable offchain indexing for Rialto/Millau nodes (#1239)
      
      * Enable off-chain indexing for Rialto & Millau nodes
      
      * cargo fmt --all
      
      * cargo +nightly fmt --all
      
      * fmt is weird.
      
      * Update Rococo/Wococo version + prepare relay for Rococo<>Wococo bridge (#1241)
      
      * update Rococo version + create relayers fund account
      
      * start finality relay guards when complex relay is started
      
      * Refactor finality relay helpers (#1220)
      
      * refactor finality relay helper definitions
      
      * add missing doc
      
      * removed commented code
      
      * fmt
      
      * disable rustfmt for macro
      
      * move best_finalized method const to relay chain def
      
      * Expose prometheus BEEFY metrics and add them to grafana dashboard (#1242)
      
      * deployments: expose node metrics
      
      Signed-off-by: default avataracatangiu <[email protected]>
      
      * deployments: add beefy grafana dashboard
      
      Signed-off-by: default avataracatangiu <[email protected]>
      
      * deployments: add beefy alarms
      
      Signed-off-by: default avataracatangiu <[email protected]>
      
      * Fix transactions mortality (#1196)
      
      * added lost stall timeout fix
      
      * use best_block.parent() to start mortal tx era
      
      * fmt
      
      * Revert "revert messages transactions mortality"
      
      This reverts commit 77776357
      
      .
      
      * post-merge build fix (#1243)
      
      * Refactor message relay helpers (#1234)
      
      * refactor message relay helpers
      
      * single standalone_metrics function
      
      * fixed tests
      
      * clippy + fmt
      
      * removed commented code
      
      * add calls tracing
      
      * fix spelling
      
      * cargo fmt
      
      * -commented code
      
      * fix build again
      
      * post-merge build fix
      
      * clippy + fmt
      
      * Use same endowed accounts set on dev/local chains (#1244)
      
      * use same accounts set on dev/local chains
      
      * run altruistic relayers in local demo scripts
      
      * runtimes: fix call_size() test (#1245)
      
      Signed-off-by: default avataracatangiu <[email protected]>
      
      * Bump relay version to 1.0.0 (#1249)
      
      * Add missing RPC APIs to rialto parachain node (#1250)
      
      * add missing RPC APIs to rialto parachain node
      
      * spellcheck
      
      * decrease startup sleep to 5s for relays and to 120s for generators + remove curl (#1251)
      
      * pin bridges-ci image (#1256)
      
      * Change submit transaction spec_version and transaction_version query from chain (#1248)
      
      * The `spec_version` and `transaction_version` query from chain
      
      * fix compile
      
      * Lint
      
      * Custom spec_version and transaction_version
      
      * runtime version params struct opt
      
      * runtime version cli
      
      * cli params
      
      * Add missing types defined
      
      * fix compile
      
      * debug cli
      
      * clippy
      
      * clippy
      
      * Query spec_version and transaction_version same times
      
      * Fix vars
      
      * Wrap option
      
      * Wrap option
      
      * Try fix ci
      
      * Change follow suggestions
      
      * remporary use pinned bridges-ci image in Dockerfile (#1258)
      
      * move storage keys computation to primitivs (#1254)
      
      * override conversion rate in estimate-message-fee RPC (#1189)
      
      * read latest_generated_nonce directly from storage (#1260)
      
      * bump rococo version (#1263)
      
      Co-authored-by: default avatarfewensa <[email protected]>
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      Co-authored-by: default avatarAdrian Catangiu <[email protected]>
      Co-authored-by: default avatarSergejs Kostjucenko <[email protected]>
      Co-authored-by: default avatarAntonio Dropulic <[email protected]>
      Co-authored-by: default avatarAdrian Catangiu <[email protected]>
      v1.0.0-alpha1
      f704a741
    • Svyatoslav Nikolsky's avatar
      verify that GRANDPA pallet is not initialized before submitting initialization transaction (#1267) · 8c65f0d7
      Svyatoslav Nikolsky authored
      * verify that GRANDPA pallet is not initialized before submitting initialization transaction
      
      * spelling
      8c65f0d7
    • Svyatoslav Nikolsky's avatar
  18. Dec 22, 2021
  19. Dec 21, 2021
  20. Dec 17, 2021
  21. Dec 16, 2021
  22. Dec 14, 2021
  23. Dec 13, 2021
  24. Dec 08, 2021
  25. Dec 07, 2021