Skip to content
  1. Mar 08, 2021
  2. Mar 05, 2021
  3. Mar 04, 2021
    • Svyatoslav Nikolsky's avatar
      Migrate to jsonrpsee v2 (#787) · 52890c03
      Svyatoslav Nikolsky authored
      
      
      * 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: default avatarNiklas Adolfsson <[email protected]>
      Co-authored-by: default avatarHernando Castano <[email protected]>
      52890c03
    • Hernando Castano's avatar
      Unify Substrate Bridge Pallet with Finality Verifier (#783) · 591a7cde
      Hernando Castano authored
      * Add relevant storage items from Substrate pallet
      
      * Add function for importing finalized headers to storage
      
      * Remove unused getter functions
      
      * Add GenesisConfig to pallet
      
      * Add initialization extrinsic
      
      * Add operational extrinsic
      
      * Get existing finality verifier tests compiling again
      
      * Add tests for pallet initialization
      
      * Add tests related to pallet's operational status
      
      * Update tests which were using `pallet-substrate-bridge`
      
      * Add tests related to header imports
      
      * Use wrapper function when init-ing some tests
      
      * Add prefix to tests related to rate limiter
      
      * Fix failed compilation related to GenesisConfig
      
      * Add some documentation
      
      * Change some extrinsics to be Operational
      
      * Add public interface to pallet
      
      * Implement runtime APIs for finality-verifier pallet
      
      * Justify use of `expect` when importing headers
      
      * Reject headers with forced changes
      
      * Add weight to initialize extrinsic
      
      * Remove TODO which will be addressed later
      
      * Move succesful import log to correct location
      
      * Expand proof for when `best_finalized` is fetched
      
      * Move check for newer finalized blocks earlier in pipeline
      
      * Rename `ConflictingFork` error to be more generic
      
      * Only compute finality_target's hash once
      
      * Add missing documentation to Runtime APIs
      
      * Add TODO about using `set_id` from `ScheduledChange` digest
      591a7cde
    • Bobin Mathew's avatar
      Create CODE_OF_CONDUCT.md (#791) · f4c6614f
      Bobin Mathew authored
      f4c6614f
  4. Mar 03, 2021
  5. Mar 02, 2021
  6. Mar 01, 2021
  7. Feb 28, 2021
  8. Feb 27, 2021
  9. Feb 26, 2021
  10. Feb 25, 2021
  11. Feb 24, 2021
  12. Feb 22, 2021
    • Tomasz Drwięga's avatar
      Set weird substrate global state for custom SS58 prefixes (#754) · ae07704f
      Tomasz Drwięga authored
      
      
      * Issue with SS58 decoding.
      
      * Switch to test branch.
      
      * Fix set.
      
      * Revert "Switch to test branch."
      
      This reverts commit d79e42ea9bc780edb20296dae546d534f1916fc7.
      
      * cargo fmt --all
      
      Co-authored-by: default avataradoerr <[email protected]>
      ae07704f
    • Svyatoslav Nikolsky's avatar
      Generate large messages (#700) · dd933ee7
      Svyatoslav Nikolsky authored
      * generate large messages
      
      * consider headers sync lag when computing number of rewards in confirmation
      
      * more fixes
      
      * fix logs
      
      * fix warnings
      
      * do not wait until tx that has delivered nonces will be finalized before submitting other tx
      
      * tests for maximal weight/size
      
      * cleanup
      
      * cleanup
      
      * clippy
      
      * compilation
      
      * args for dispatch weight and remark size
      
      * ExplicitOrMaximal
      
      * clippy
      dd933ee7
  13. Feb 19, 2021
  14. Feb 18, 2021
  15. Feb 17, 2021
  16. Feb 16, 2021
  17. Feb 15, 2021
  18. Feb 12, 2021
  19. Feb 11, 2021