Commit Graph

  • 52b11a58c9 extract common relay initialization func (#392) Svyatoslav Nikolsky 2020-10-05 10:01:19 +03:00
  • fe2d786f13 Bump serde_json from 1.0.57 to 1.0.58 (#396) dependabot-preview[bot] 2020-10-05 02:41:00 +00:00
  • 87ea31a439 Bump async-trait from 0.1.40 to 0.1.41 (#395) dependabot-preview[bot] 2020-10-05 02:23:49 +00:00
  • 1a35afc3dc Support non-positional params (#393) Svyatoslav Nikolsky 2020-10-03 00:35:23 +03:00
  • 07a514e9f7 Get substrate dependencies from crates io (#387) Svyatoslav Nikolsky 2020-09-30 15:26:13 +03:00
  • f43e405b5e update async-std (#388) Svyatoslav Nikolsky 2020-09-30 14:21:03 +03:00
  • dbb72faa86 Substrate relay stub (#376) Svyatoslav Nikolsky 2020-09-30 14:03:57 +03:00
  • f9db999a1a Integrate Grandpa Proof Checker into Substrate Pallet (#375) Hernando Castano 2020-09-30 04:58:28 -04:00
  • 52c1913fff Extract minimal Rialto-Sub and Millau-Sub clients (#365) Svyatoslav Nikolsky 2020-09-28 23:49:15 +03:00
  • 7f7d62d813 Split payload types (#383) Svyatoslav Nikolsky 2020-09-28 23:48:58 +03:00
  • be050bda84 Bump Substrate to v2.0.0 (#382) Tomasz Drwięga 2020-09-28 20:23:08 +02:00
  • 3cd8937b38 Fees, weights, message delivery and dispatch (#339) Svyatoslav Nikolsky 2020-09-25 22:22:44 +03:00
  • 44beb30836 Initial Substrate Header Chain Implementation (#296) Hernando Castano 2020-09-23 11:17:06 -04:00
  • ec34870eab Extract minimal ethereum client (#359) Svyatoslav Nikolsky 2020-09-22 11:43:04 +03:00
  • d614cdaba8 Extract (headers, exchange, messages) relay loops into separate crates (#357) Svyatoslav Nikolsky 2020-09-18 10:34:08 +03:00
  • fa2abfb140 Support user-provided origins in Call-dispatch module (#355) Svyatoslav Nikolsky 2020-09-17 20:18:47 +03:00
  • 2ae886506d Relay receiving + processing confirmations (#351) Svyatoslav Nikolsky 2020-09-17 15:51:33 +03:00
  • 5163f62df4 Rename Ethereum Headers to AuraHeader (#354) Hernando Castano 2020-09-17 07:31:22 -04:00
  • 750a369273 Verify GRANDPA justifications from runtime (#353) Svyatoslav Nikolsky 2020-09-16 21:52:42 +03:00
  • d918bcb6f8 Remove queueing from message-lane (#352) Svyatoslav Nikolsky 2020-09-15 15:14:52 +03:00
  • c2791c2772 Fix Rialto test-poa genesis state root (#350) Svyatoslav Nikolsky 2020-09-14 21:39:56 +03:00
  • d8ae786792 Prepare separate runtime for testing sub2sub bridge (#341) Svyatoslav Nikolsky 2020-09-14 12:13:03 +03:00
  • bed44dec13 Relay DummyOrdered messages (#318) Svyatoslav Nikolsky 2020-09-14 12:12:19 +03:00
  • 463a01716c Bump serde from 1.0.115 to 1.0.116 (#348) dependabot-preview[bot] 2020-09-14 02:28:18 +00:00
  • fce133e2cb Make message-lane Event generic (#345) Svyatoslav Nikolsky 2020-09-11 23:09:47 +03:00
  • 54553df8dc resurrect substrate StorageProofChecker (#343) Svyatoslav Nikolsky 2020-09-09 12:08:00 +03:00
  • 6df0341064 extract ShiftSessionManager into separate pallet (#342) Svyatoslav Nikolsky 2020-09-09 12:06:26 +03:00
  • 858940050a Initial version of Call::decode dispatch. (#300) Tomasz Drwięga 2020-09-04 13:09:49 +02:00
  • c7437c7d91 Custom RPC methods for DummyOrdered pallet (#317) Svyatoslav Nikolsky 2020-09-03 00:49:51 +03:00
  • f6d45a38da Initial version of DummyOrdered pallet (#299) Svyatoslav Nikolsky 2020-08-31 11:14:12 +03:00
  • 5e86447d3e Bump structopt from 0.3.16 to 0.3.17 (#330) dependabot-preview[bot] 2020-08-31 02:29:22 +00:00
  • 112e60439a Bump async-trait from 0.1.38 to 0.1.40 (#329) dependabot-preview[bot] 2020-08-31 02:29:00 +00:00
  • 933a8e9252 Bump async-trait from 0.1.37 to 0.1.38 (#306) dependabot-preview[bot] 2020-08-28 12:12:33 +03:00
  • b7cb0623d4 Update substrate reference to rc6 (#321) Svyatoslav Nikolsky 2020-08-28 09:47:44 +03:00
  • aa90d16832 Fix (workaround) for "cannot read property 'toFixed' of null" (#297) Svyatoslav Nikolsky 2020-08-20 11:47:33 +03:00
  • 1823923a79 Remove errors from log (#294) Svyatoslav Nikolsky 2020-08-19 13:32:54 +03:00
  • b2c3238501 MAX_SUBMITTED_HEADERS = 4 (#293) Svyatoslav Nikolsky 2020-08-19 13:32:12 +03:00
  • 0f38601252 Remove old Substrate pallet (#292) Hernando Castano 2020-08-19 03:51:02 -04:00
  • 29244ba76d Introduce Minimal Header Chain: Proving Interface (#287) Hernando Castano 2020-08-18 16:17:14 -04:00
  • a0555d8118 Parse all deploy contract arguments (#289) Svyatoslav Nikolsky 2020-08-18 19:39:18 +03:00
  • 7a71279ab8 Update open ethereum. (#290) Tomasz Drwięga 2020-08-18 18:34:31 +02:00
  • 4ddb8b1e7a Bump clap from 2.33.2 to 2.33.3 (#284) dependabot-preview[bot] 2020-08-17 03:18:29 +00:00
  • 49bbcae637 Bump serde from 1.0.114 to 1.0.115 (#282) dependabot-preview[bot] 2020-08-17 02:24:50 +00:00
  • 0900573706 Bump async-trait from 0.1.36 to 0.1.37 (#283) dependabot-preview[bot] 2020-08-17 02:24:36 +00:00
  • accdc454ec Add instructions and scripts for local development (#280) Hernando Castano 2020-08-10 17:54:43 -04:00
  • 761882e06b Bump clap from 2.33.1 to 2.33.2 (#279) dependabot-preview[bot] 2020-08-10 03:27:59 +00:00
  • 4545931e02 Bump async-stream from 0.2.1 to 0.3.0 (#278) dependabot-preview[bot] 2020-08-10 02:23:55 +00:00
  • 94192aec3b Bump structopt from 0.3.15 to 0.3.16 (#277) dependabot-preview[bot] 2020-08-10 02:22:32 +00:00
  • acb78b0595 Fix panic when no instance is passed to certain CLI options (#275) Hernando Castano 2020-08-07 17:52:56 -04:00
  • 9f6bd28384 Rename Primitive Crates (#271) Hernando Castano 2020-08-07 10:23:40 -04:00
  • 868814e4b6 Prepare for sub to eth relay - part2 (#253) Svyatoslav Nikolsky 2020-08-05 17:41:46 +03:00
  • 7f8360d8ab Support Pallet Instances in Relay (#238) Hernando Castano 2020-08-04 12:03:21 -04:00
  • 6fd1651b21 Bump Substrate to RC5 (#243) Hernando Castano 2020-08-03 06:55:30 -04:00
  • 80cc9e793e Fix gas_used fields in receipts (#261) Svyatoslav Nikolsky 2020-07-31 16:32:22 +03:00
  • e665f93608 Add traces to PoA builtin (#258) Svyatoslav Nikolsky 2020-07-31 01:00:02 +03:00
  • b98b7d2e43 Prepare for sub to eth relay (#248) Svyatoslav Nikolsky 2020-07-30 18:05:50 +03:00
  • fddfbb5b1c Submit exchange transactions to PoA node (#229) Svyatoslav Nikolsky 2020-07-29 22:04:33 +03:00
  • d3f6948050 Remove substrate relay. (#244) Tomasz Drwięga 2020-07-29 11:00:16 +02:00
  • 8456d0d969 Exchange transactions relay dashboard (#241) Svyatoslav Nikolsky 2020-07-28 18:19:16 +03:00
  • ae88e86d6d fixed method name (#239) Svyatoslav Nikolsky 2020-07-28 14:20:50 +03:00
  • 0be27839bc Auto exchange transactions relay metrics (#237) Svyatoslav Nikolsky 2020-07-28 14:08:20 +03:00
  • 156ec9862f Make transactions receipts part of transaction inclusion proof (#236) Svyatoslav Nikolsky 2020-07-28 13:57:25 +03:00
  • 70135cb797 Fix Local Dockerfile Entrypoint (#233) Hernando Castano 2020-07-28 01:47:54 -04:00
  • 30844b1e9c Allow Multiple Bridge Pallet Instances (#226) Hernando Castano 2020-07-27 13:14:36 -04:00
  • c4424e5b73 Auto relay exchange transactions (#227) Svyatoslav Nikolsky 2020-07-27 14:58:14 +03:00
  • 112eb86b8f Bump serde_json from 1.0.56 to 1.0.57 (#235) dependabot-preview[bot] 2020-07-27 03:21:44 +00:00
  • 06236a37dd Bump sysinfo from 0.14.13 to 0.15.0 (#234) dependabot-preview[bot] 2020-07-27 02:34:15 +00:00
  • 663eb57323 Add Prometheus and Grafana to Docker Compose (#221) Hernando Castano 2020-07-21 06:16:53 -04:00
  • bdf6901ce2 Fix clippy suggestions. (#179) Tomasz Drwięga 2020-07-20 19:17:32 +02:00
  • 65852944e3 Bump log from 0.4.8 to 0.4.11 (#224) dependabot-preview[bot] 2020-07-20 03:44:53 +00:00
  • fed1251030 Bump sysinfo from 0.13.4 to 0.14.13 (#225) dependabot-preview[bot] 2020-07-20 03:38:59 +00:00
  • f017b635a8 Bump hex-literal from 0.2.1 to 0.3.0 (#223) dependabot-preview[bot] 2020-07-20 02:31:27 +00:00
  • 33b1780da8 Bump backoff from 0.1.6 to 0.2.1 (#222) dependabot-preview[bot] 2020-07-20 02:30:55 +00:00
  • 8121b3f82b Relay dashboard (#191) Svyatoslav Nikolsky 2020-07-17 21:48:59 +03:00
  • bebb5e6035 Rialto test network setup (#163) Tomasz Drwięga 2020-07-17 16:39:32 +02:00
  • 00bd13f8cd Exchange pallet benchmarks (#158) Svyatoslav Nikolsky 2020-07-16 12:58:46 +03:00
  • ebdfffc4b1 Fixed best_ethereum_block() call parameters encoding (#188) Svyatoslav Nikolsky 2020-07-14 13:07:34 +03:00
  • a7208c05e0 Relay PoA lock-funds transactions proofs (#177) Svyatoslav Nikolsky 2020-07-14 12:07:03 +03:00
  • 83a3fca5cf Basic tests for sync loop (#182) Svyatoslav Nikolsky 2020-07-14 12:06:17 +03:00
  • ae8c82f0e7 Bump ctrlc from 3.1.4 to 3.1.5 (#184) dependabot-preview[bot] 2020-07-13 13:09:21 +00:00
  • 221c7e8097 do not panic when logging is enalbed (#180) Svyatoslav Nikolsky 2020-07-10 13:23:16 +03:00
  • 3236aa8000 Update Substrate to rc4 (#175) Hernando Castano 2020-07-10 05:40:46 -04:00
  • 002e18a47c Benchmark Ethereum Pallet (#149) Hernando Castano 2020-07-10 05:10:53 -04:00
  • 1cd7be9214 Backoff on connection-unrelated errors (#178) Svyatoslav Nikolsky 2020-07-08 21:53:21 +03:00
  • 8fd0a4688f Bump serde_json from 1.0.55 to 1.0.56 (#173) dependabot-preview[bot] 2020-07-06 11:36:49 +00:00
  • e9a67d334c Add cargo deny (#166) Denis S. Soldatov aka General-Beck 2020-07-06 13:44:30 +03:00
  • 456515e08b Fix sub2eth synchronization (#172) Svyatoslav Nikolsky 2020-07-06 10:49:31 +03:00
  • b5bdbeb518 Sign PoA transactions from wasm env (#155) Svyatoslav Nikolsky 2020-07-02 23:41:53 +03:00
  • 201740f149 Create accounts from DepositInto::deposit_into() (#157) Svyatoslav Nikolsky 2020-07-01 10:40:01 +03:00
  • b497505bc7 Bump derive_more from 0.99.8 to 0.99.9 (#152) dependabot-preview[bot] 2020-06-29 02:26:30 +00:00
  • 6d569086bd Bump parking_lot from 0.10.2 to 0.11.0 (#151) dependabot-preview[bot] 2020-06-29 01:56:04 +00:00
  • e39ca0dc16 Runtime benchmarks: start (#136) Svyatoslav Nikolsky 2020-06-24 23:25:21 +03:00
  • ea45fa8da7 Switch to new RPC interface (#131) Hernando Castano 2020-06-23 16:55:51 -04:00
  • ba3b8537a5 Update web3 dependency. (#140) Tomasz Drwięga 2020-06-23 03:36:32 +02:00
  • d812d58801 Bump structopt from 0.3.14 to 0.3.15 (#148) dependabot-preview[bot] 2020-06-22 10:53:04 +02:00
  • 800c4314fa Bump derive_more from 0.99.7 to 0.99.8 (#146) dependabot-preview[bot] 2020-06-22 10:52:53 +02:00
  • b088efee32 Bump async-trait from 0.1.35 to 0.1.36 (#145) dependabot-preview[bot] 2020-06-22 10:52:43 +02:00
  • c005fdd79c Bump serde from 1.0.112 to 1.0.114 (#144) dependabot-preview[bot] 2020-06-22 10:52:33 +02:00
  • f5a00140cb Forbid appending blocks to forks that are competing with finalized chain (#138) Svyatoslav Nikolsky 2020-06-18 10:45:16 +03:00
  • a0c8206684 Move pruning strategy to runtime level (#128) Svyatoslav Nikolsky 2020-06-16 16:46:30 +03:00