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

update staging #1240

Merged
merged 13 commits into from
Dec 1, 2021
Merged

update staging #1240

merged 13 commits into from
Dec 1, 2021

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    6cd5775 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Fix UI deployment. (#1211)

    tomusdrw authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    877e8d0 View commit details
    Browse the repository at this point in the history
  2. 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: acatangiu <adrian@parity.io>
    acatangiu authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    9bc071d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. 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: acatangiu <adrian@parity.io>
    acatangiu authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    39140d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    d1541e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. 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
    svyatonik authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    6b5cf2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd2f8bf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    ffef6f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Add mut support (#1232)

    fewensa authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    98eb9ee View commit details
    Browse the repository at this point in the history
  2. update dependencies (#1229)

    Antonio Dropulic authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d94b62b View commit details
    Browse the repository at this point in the history
  3. 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
    acatangiu authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    816ddd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Fix storage parameter name computation (#1238)

    * fixed storage_parameter_key
    
    * added test for storage_parameter_key
    svyatonik authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    cd771f1 View commit details
    Browse the repository at this point in the history
  2. Enable Beefy debug logs in test deployment (#1237)

    Signed-off-by: Adrian Catangiu <adrian@parity.io>
    acatangiu authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    04d4d1c View commit details
    Browse the repository at this point in the history