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

Remove unused PoA<>Substrate bridge #1210

Merged
merged 20 commits into from
Nov 15, 2021

Commits on Nov 12, 2021

  1. Decouple the PoA bridge code from Rialto

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    06bc4b0 View commit details
    Browse the repository at this point in the history
  2. Remove Rialto PoA bridge code

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3b5600e View commit details
    Browse the repository at this point in the history
  3. Remove relays/bin-ethereum code

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a602dc1 View commit details
    Browse the repository at this point in the history
  4. Remove relays/client-ethereum code

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    819af9d View commit details
    Browse the repository at this point in the history
  5. Remove modules/ethereum code

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    46e3194 View commit details
    Browse the repository at this point in the history
  6. Remove modules/ethereum-contract-builtin code

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    05d24d8 View commit details
    Browse the repository at this point in the history
  7. Remove PoA bridge documentation

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cbc793d View commit details
    Browse the repository at this point in the history
  8. Remove primitives/ethereum-poa code

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    11a3b05 View commit details
    Browse the repository at this point in the history
  9. Decouple Rialto from currency-exchange

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1084e96 View commit details
    Browse the repository at this point in the history
  10. Fix building with runtime-benchmarks

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    04c5d8c View commit details
    Browse the repository at this point in the history
  11. 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.
    
    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    b74dc5d View commit details
    Browse the repository at this point in the history
  12. Update readme - no more PoA bridge

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    618b884 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Remove deployments/bridges/poa-rialto

    Also removes:
    - deployments/networks/eth-poa.yml
    - deployments/networks/OpenEthereum.Dockerfile
    
    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4457254 View commit details
    Browse the repository at this point in the history
  2. Remove deployments/dev/poa-config

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    51f2f4f View commit details
    Browse the repository at this point in the history
  3. Update deployments readme - no more PoA bridge

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d6eedc9 View commit details
    Browse the repository at this point in the history
  4. Remove eth-related scripts

    Deletes:
    - deployments/networks/eth-poa.yml
    - scripts/run-openethereum-node.sh
    
    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    f8c41bb View commit details
    Browse the repository at this point in the history
  5. Remove poa-relay from gitlab-ci

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    db198ea View commit details
    Browse the repository at this point in the history
  6. Dockerfiles to use substrate-relay as default

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d3eb5e8 View commit details
    Browse the repository at this point in the history
  7. Remove modules/currency-exchange code

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    47584ca View commit details
    Browse the repository at this point in the history
  8. Remove primitives/currency-exchange code

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    f89c6bd View commit details
    Browse the repository at this point in the history