- Mar 02, 2020
-
-
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: Jim Posen <[email protected]>
-
- Feb 13, 2020
-
-
dependabot-preview[bot] authored
Bumps [sp-trie](https://github.com/paritytech/substrate) from `1fa3f7f` to `d78534e`. - [Release notes](https://github.com/paritytech/substrate/releases) - [Commits](https://github.com/paritytech/substrate/compare/1fa3f7f607351e008ec6d817ca218d9aade576f7...d78534edc04bb1a2eedf7feac0da9ddf85b348e4) Signed-off-by: dependabot-preview[bot] <[email protected]>
-
- Feb 10, 2020
-
-
Tomasz Drwięga authored
-