1. Apr 20, 2020
  2. Apr 13, 2020
  3. Apr 08, 2020
  4. Apr 07, 2020
  5. Apr 06, 2020
  6. Mar 30, 2020
  7. Mar 23, 2020
  8. Mar 19, 2020
  9. Mar 17, 2020
    • Hernando Castano's avatar
      Get Ethereum Relay to Compile (#21) · 1eb8f879
      Hernando Castano authored
      * Update dependencies
      
      Upgrades Substrate based dependencies from v2.0.0 -> v2.0.0-alpha.1
      and uses the `jsonrpsee`'s new feature flags. The actual code hasn't
      been updated though, so this won't compile.
      
      * Use `RawClient`s from `jsonrpsee`
      
      * Update to use jsonrpsee's new API
      
      * Hook up Ethereum Bridge Runtime, Relay, and Node Runtime
      
      * Bump `parity-crypto` from v0.4 to v0.6
      
      Fixes error when trying to compile tests. This was caused by
      `parity-crypto` v0.4's use of `parity-secp256k1` over `secp256k1'.
      Using the Parity fork meant multiple version of the same underlying
      C library were being pulled in. `parity-crypto` v0.6 moved away from
      this, only relying on `secp256k1` thus fixing the issue.
      1eb8f879
    • Tomasz Drwięga's avatar
      Automerge all deps. (#33) · 395f3a50
      Tomasz Drwięga authored
      395f3a50
  10. Mar 16, 2020
  11. Mar 13, 2020
  12. Mar 12, 2020
  13. Mar 09, 2020
  14. Mar 07, 2020
  15. Mar 04, 2020
    • Hernando Castano's avatar
      Add a Node (#22) · da936d32
      Hernando Castano authored
      * Copy node-template over from Substrate repo
      
      Got the template at rev=6e6d06c33911
      
      * Use dependencies from crates.io + stop renaming on import
      
      * Remove template pallet
      
      * Stop using crates.io dependencies
      
      Instead they're going to be pinned at v2.0.0-alpha.2
      at commit `2afecf81ee19b8a6edb364b419190ea47c4a4a31`
      until something stable comes along.
      
      * Remove LICENSE
      
      * Change references of `node-template` to `bridge-node`
      
      * Remove README
      
      * Fix some missed node-template references
      
      * Add WASM toolchain to CI
      
      * Be more specific about nightly version to use
      
      * Maybe don't tie to a specific nightly
      
      * Use composite accounts
      
      * Update to use lazy reaping
      
      * Only use Development chain config
      da936d32
  16. Mar 02, 2020
    • Hernando Castano's avatar
      Move `substrate-bridge-relay` into repository (#1) · 907e9f85
      Hernando Castano authored
      
      
      * Initial commit. CLI which parses RPC urls.
      
      * Establish ws connections and make simple RPC requests.
      
      * Complete bridge setup.
      
      * Process subscription events.
      
      * Ctrl-C handler.
      
      * Write a bare-bones README and copy in design doc.
      
      * Modularize code a little bit.
      
      * Communicate with each chain in a separate task.
      
      * Parse headers from RPC subscription notifications.
      
      * Send (fake) extrinsics across bridge channels.
      
      And now it's deadlocked.
      
      * Fix deadlock.
      
      * Clarify in README that this is not-in-progress.
      
      * Move everything into a single folder
      
      * Move Substrate relay into appropriate folder
      
      * Get the Substrate Relay node compiling
      
      * Update Cargo.lock
      
      * Use new composite accounts from Substrate
      
      * Remove specification document
      
      It has been moved to the Wiki on the Github repo.
      
      * Update author + remove comments
      
      * Use latest master for jsonrpsee
      
      Required renaming some stuff (e.g Client -> RawClient)
      
      Co-authored-by: default avatarJim Posen <[email protected]>
      907e9f85
  17. Feb 13, 2020
  18. Feb 10, 2020
  19. Feb 03, 2020
    • Hernando Castano's avatar
      RustFmt the repo (sorry not sorry) · 36f52c6d
      Hernando Castano authored
      36f52c6d
    • Hernando Castano's avatar
      Squashed commit adding admin files: · 91bacb14
      Hernando Castano authored
      commit 13c9db4a90df62bec88ab0426f1e568aab1ecf8a
      Author: Hernando Castano <[email protected]>
      Date:   Sun Feb 2 22:02:38 2020 -0500
      
          Add README file
      
      commit adf214d0506ba10bbeb3bca8578fd1926d818187
      Author: Hernando Castano <[email protected]>
      Date:   Sun Feb 2 21:52:09 2020 -0500
      
          Add EditorConfig file
      
      commit 23b633e9df4bfd72fb10e57a4fd5d7e53755b490
      Author: Hernando Castano <[email protected]>
      Date:   Sun Feb 2 21:51:58 2020 -0500
      
          Move License to top level and remove .keep files
      91bacb14
    • Hernando Castano's avatar
      Squashed commit of Rust-ifying the repo: · b26d005d
      Hernando Castano authored
      commit e31c1965a2e6b9a21ce68be63b81915b2b090f1d
      Author: Hernando Castano <[email protected]>
      Date:   Sun Feb 2 21:15:42 2020 -0500
      
          Get Ethereum bridge module compiling
      
      commit a497fc1640e68682f61b39414ffb15206c6120e2
      Author: Hernando Castano <[email protected]>
      Date:   Thu Jan 30 12:15:43 2020 -0500
      
          Make the toml file look a bit better
      
      commit 898fb7b06cfac7cf866e1a28fed9a4f02bd246a7
      Author: Hernando Castano <[email protected]>
      Date:   Thu Jan 30 12:06:27 2020 -0500
      
          Get substrate bridge module compiling
      
      commit 81e1547e6bec9f590cad9ffba0ee5dfa82cda1c1
      Author: Hernando Castano <[email protected]>
      Date:   Thu Jan 30 11:40:29 2020 -0500
      
          Create workspace and move more files around
      b26d005d
  20. Jan 30, 2020
    • Hernando Castano's avatar
      Squashed commit of slava-bridge-runtime: · b67d3864
      Hernando Castano authored
      commit ae4139bbb3cd4681ff4ad3f335b57e17f49ee895
      Author: Hernando Castano <[email protected]>
      Date:   Wed Jan 29 22:18:42 2020 -0500
      
          Move slava-bridge-runtime into modules/ethereum/
      
      commit feb522fff241b36bd74638ab5de04ee1068efd0b
      Merge: 1fa1f395 00fe0de
      Author: Hernando Castano <[email protected]>
      Date:   Wed Jan 29 22:17:26 2020 -0500
      
          Merge branch 'bridge_runtime' of slava-bridge-runtime
      
      commit 00fe0dee5f50dd648e7c0f4af7fcb07f422a30af
      Author: Hernando Castano <[email protected]>
      Date:   Wed Jan 29 22:14:03 2020 -0500
      
          Move all files into one folder
      
      commit 46d9bdcc35b022bd802e3f99d3f7477110813e2d
      Author: Hernando Castano <[email protected]>
      Date:   Wed Jan 29 22:02:37 2020 -0500
      
          Move files I'm keeping into folder
      
      commit 6d10776610283439764de7897f25e921d08e99dc
      Author: Hernando Castano <[email protected]>
      Date:   Sun Jan 12 20:42:03 2020 -0500
      
          Make the bridge-eth-poa module compile again
      
      commit 95283a8672d692ed34501e4e7c380a3038099bf8
      Author: Hernando Castano <[email protected]>
      Date:   Sun Jan 12 20:39:23 2020 -0500
      
          Add `sp-api` dependency back
      
      commit 31c476ac25391fb8f896b718998e9e80976a4cfd
      Author: Hernando Castano <[email protected]>
      Date:   Sun Jan 12 20:28:26 2020 -0500
      
          Bump dependencies
      
          Uses new frame-* and pallet-* versioned dependencies
      but a few other packages came along for the bump ride
      
      commit e22f41d97758712cd4094b98dc3a884098059bb8
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Tue Dec 10 14:52:04 2019 +0300
      
          reward + penalize for Eth headers
      
      commit 34d35e7731c79b9e9ff21252063f939400ecfdb4
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Mon Dec 9 12:56:31 2019 +0300
      
          added couple of TODOs
      
      commit 1a80caf9b643be4b823c9559a132285606641811
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Mon Dec 9 12:11:35 2019 +0300
      
          removed debug print
      
      commit c590908bfb7e9d2075d1fd77556418eda7f330d3
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Mon Dec 9 11:55:09 2019 +0300
      
          fixed bridge tests
      
      commit ab164f87019037bbc5cd2a69364ee4623e44ebbc
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Mon Dec 9 11:15:46 2019 +0300
      
          lost deps
      
      commit 649e90068040a12a1aa78788dd834394201753fa
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Mon Dec 9 09:57:09 2019 +0300
      
          fix compilation again
      
      commit cece62c2c2ddf772f01151ce3bf6dec28f4d0cca
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Mon Dec 9 09:52:30 2019 +0300
      
          fix receipts root calculation
      
      commit 92f4026896efbe3e315a909161af06dc1e2a1ff4
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Thu Dec 5 16:09:23 2019 +0300
      
          check transactions receipts root
      
      commit 2e6a5af5e1bcb843262c5ba475f950cf989eb39b
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Thu Dec 5 15:39:30 2019 +0300
      
          provide keccak_256_ordered_root to runtime
      
      commit 2970aae4648beb8c531ec7c2ff706b65ea06ba63
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Thu Dec 5 15:15:03 2019 +0300
      
          use existing keccak builtin from bridge runtime
      
      commit 75c498b0fe600be32b35a3e0d0da3b52ec5fd3b6
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Thu Dec 5 10:32:57 2019 +0300
      
          submit multiple headers at once
      
      commit cdfdafc21efb4a667f2407c7139921d4b948fd7e
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Wed Dec 4 13:48:42 2019 +0300
      
          expose && initialize bridge configuration
      
      commit 383b93be54981b13c564218652a85af78c88c4f7
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Wed Dec 4 11:28:22 2019 +0300
      
          export bridge Call
      
      commit dacc2939db51859a3e1b87250b289b269a80793b
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Wed Dec 4 11:13:56 2019 +0300
      
          expose BridgeEthPoaCall
      
      commit a5281c9387e622e28cbc89a62d268b359cb2f724
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Wed Dec 4 10:42:41 2019 +0300
      
          EthereumHeadersApi::is_known_block
      
      commit c5658e1563be9b688355d03b20a62345418e3b78
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Wed Dec 4 10:14:42 2019 +0300
      
          pub use parity_bytes::Bytes;
      
      commit 94cd24e5535101e871436ca35dcfda27f7955590
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Wed Dec 4 10:01:25 2019 +0300
      
          exposed EthereumHeadersApi
      
      commit 607ec1760d146e8046122a1d2f868d70e15490e6
      Author: Svyatoslav Nikolsky <[email protected]>
      Date:   Tue Dec 3 14:51:40 2019 +0300
      
          EthPoA bridge: runtime
      b67d3864