Migrate to jsonrpsee v2 (#787)
* POC jsonrpsee v2 * POC update ws client * connect to eth nodes using ws * fix for subscriptions * reverted unncecessary changes * reference jsonrpsee from crates.io * fixed eth port in deployments * fmt * order deps * remove unnecessary comment * clone is no longer required for subscriptions * treat RpcError::Internal as connection error * resubscribe on terminate * Update deployments/bridges/poa-rialto/entrypoints/poa-exchange-tx-generator-entrypoint.sh Co-authored-by:Niklas Adolfsson <niklasadolfsson1@gmail.com> Co-authored-by:
Hernando Castano <HCastano@users.noreply.github.com>
Showing
- bridges/relays/ethereum-client/Cargo.toml 3 additions, 1 deletionbridges/relays/ethereum-client/Cargo.toml
- bridges/relays/ethereum-client/src/client.rs 27 additions, 27 deletionsbridges/relays/ethereum-client/src/client.rs
- bridges/relays/ethereum-client/src/error.rs 11 additions, 7 deletionsbridges/relays/ethereum-client/src/error.rs
- bridges/relays/ethereum-client/src/lib.rs 4 additions, 4 deletionsbridges/relays/ethereum-client/src/lib.rs
- bridges/relays/ethereum-client/src/rpc.rs 1 addition, 1 deletionbridges/relays/ethereum-client/src/rpc.rs
- bridges/relays/ethereum/src/cli.yml 3 additions, 3 deletionsbridges/relays/ethereum/src/cli.yml
- bridges/relays/ethereum/src/ethereum_deploy_contract.rs 1 addition, 1 deletionbridges/relays/ethereum/src/ethereum_deploy_contract.rs
- bridges/relays/ethereum/src/ethereum_exchange.rs 4 additions, 4 deletionsbridges/relays/ethereum/src/ethereum_exchange.rs
- bridges/relays/ethereum/src/ethereum_exchange_submit.rs 3 additions, 1 deletionbridges/relays/ethereum/src/ethereum_exchange_submit.rs
- bridges/relays/ethereum/src/ethereum_sync_loop.rs 3 additions, 4 deletionsbridges/relays/ethereum/src/ethereum_sync_loop.rs
- bridges/relays/ethereum/src/substrate_sync_loop.rs 3 additions, 4 deletionsbridges/relays/ethereum/src/substrate_sync_loop.rs
- bridges/relays/substrate-client/Cargo.toml 3 additions, 1 deletionbridges/relays/substrate-client/Cargo.toml
- bridges/relays/substrate-client/src/chain.rs 1 addition, 1 deletionbridges/relays/substrate-client/src/chain.rs
- bridges/relays/substrate-client/src/client.rs 26 additions, 26 deletionsbridges/relays/substrate-client/src/client.rs
- bridges/relays/substrate-client/src/error.rs 11 additions, 17 deletionsbridges/relays/substrate-client/src/error.rs
- bridges/relays/substrate-client/src/rpc.rs 1 addition, 1 deletionbridges/relays/substrate-client/src/rpc.rs
- bridges/relays/substrate/src/headers_maintain.rs 70 additions, 12 deletionsbridges/relays/substrate/src/headers_maintain.rs
- bridges/relays/substrate/src/headers_pipeline.rs 3 additions, 16 deletionsbridges/relays/substrate/src/headers_pipeline.rs
Please register or sign in to comment