Commit Graph

  • efedac734d Weight annotation for block hooks. (#4058) Kian Paimani 2019-11-12 14:42:38 +01:00
  • ab1b98fee5 Bump dependencies with cargo update (#4087) Demi Obenour 2019-11-12 08:04:09 -05:00
  • d40abed4a5 Fix sync stalling on moving head (best block) prior to the tip of the chain sometimes (#4091) Arkadiy Paronyan 2019-11-12 13:54:11 +01:00
  • a7dfc317d5 Bump Substrate & version (#574) Gavin Wood 2019-11-12 12:14:38 +01:00
  • c91d42712a Do nothing for zero imbalances (#4089) Gavin Wood 2019-11-12 09:42:32 +01:00
  • bff16d906d update tiny-keccak (#4093) Weiliang Li 2019-11-12 17:35:46 +09:00
  • f1427d51f8 EVM should store contracts' balances in an account. (#4090) Gavin Wood 2019-11-12 09:34:08 +01:00
  • cc0e775810 Master backports (#571) Gavin Wood 2019-11-12 02:10:02 +01:00
  • 5504b4b2dc Fix runtime interface docs and remove accidentally added file (#4092) Bastian Köcher 2019-11-12 00:25:13 +01:00
  • 40f1d22cd8 cli: fix node shutdown (#568) André Silva 2019-11-11 16:35:47 +01:00
  • 2ecffa1cd0 Refactor sr-api to not depend on client anymore (#4086) Bastian Köcher 2019-11-11 16:26:49 +01:00
  • e26d1a0b3e [WIP] .gitlab-ci.yml: Fix a check for polkadot to work on forked repos v2 (#4078) Max Inden 2019-11-11 14:49:15 +01:00
  • daa0e0e91b core/consensus: fix console output for slot duration (#4085) Talha Cross 2019-11-11 13:31:38 +01:00
  • 59ec4cb071 Don't request old obsolete blocks (#4084) Arkadiy Paronyan 2019-11-11 11:34:53 +01:00
  • a62dcd5a13 Cleanup filtered messages (#4082) Arkadiy Paronyan 2019-11-11 11:34:23 +01:00
  • 57ab3aeb82 Typed chain state queries over rpc. (#4079) Tomasz Drwięga 2019-11-11 02:01:15 +01:00
  • bb0736cdba Allow ancient fork download after ancestry search (#4080) Arkadiy Paronyan 2019-11-11 01:23:41 +01:00
  • ed5d31a22b Remove Self vote from phragmen (#4081) Kian Paimani 2019-11-11 00:41:44 +01:00
  • b691cfe093 Substrate runtime interface 2.0 (#4057) Bastian Köcher 2019-11-10 21:59:30 +01:00
  • f4c1c83667 srml-timestamp: define max timestamp drift in millis (#4077) André Silva 2019-11-10 19:49:55 +01:00
  • 7349a3a217 Don't search for authority set change block if delay is zero (#4076) Arkadiy Paronyan 2019-11-10 19:09:36 +01:00
  • c58a9b7f05 Don't update common block on ancient block import (#4073) Arkadiy Paronyan 2019-11-10 13:35:15 +01:00
  • f5f4c2d480 Change max width to 100. (#4072) Tomasz Drwięga 2019-11-10 13:01:44 +01:00
  • 401e213aa2 Add a --no-private-ipv4 CLI option (#4042) Pierre Krieger 2019-11-10 11:14:36 +01:00
  • 9defa6a281 Further fix for common block update (#4071) Arkadiy Paronyan 2019-11-09 15:46:43 +01:00
  • f90fd34f81 Pass startup_time to telemetry (#4069) Pierre Krieger 2019-11-09 13:58:00 +01:00
  • b5469c6e0c Additional logging for the transaction pool. (#4068) Tomasz Drwięga 2019-11-09 13:22:21 +01:00
  • 4e54dfac14 Improved cache documentation (#4067) Arkadiy Paronyan 2019-11-09 12:36:47 +01:00
  • 663ff3db91 ci: add runtime version check (#555) gabriel klawitter 2019-11-09 10:46:36 +01:00
  • 38ac53434c Fix the ui tests (#4066) Bastian Köcher 2019-11-09 10:34:18 +01:00
  • 94a5fcd9a6 grandpa: remove the periodic block announcer (#4062) André Silva 2019-11-09 09:11:24 +01:00
  • 4b8578e7e4 Fix sync downloading ancient chains (#4060) Arkadiy Paronyan 2019-11-09 09:11:13 +01:00
  • 1789ed732f Fix minor comment typo "do" -> "do not" (#4054) Joshy Orndorff 2019-11-08 21:37:38 +01:00
  • 2cd3b2bce1 Batch gossip messages (#4055) Arkadiy Paronyan 2019-11-08 21:34:45 +01:00
  • c3f6e5bd40 Introduce thread pool for transaction validation. (#4051) Tomasz Drwięga 2019-11-08 21:34:30 +01:00
  • a8ce80b72d grandpa: progressively increase target gossip peers (#4050) André Silva 2019-11-08 20:08:14 +01:00
  • 1c0cb62567 Remove deprecated methods from NetworkSpecialization (#553) Pierre Krieger 2019-11-08 14:38:24 +01:00
  • 77407e1694 fix inmemory (#4049) thiolliere 2019-11-08 14:07:51 +01:00
  • 5a26696432 Remove dependencies on OpenSSL (#4036) Demi Obenour 2019-11-08 07:29:03 -05:00
  • bd79b34bb3 Backport all v0.6 changes to master... (#552) Gavin Wood 2019-11-08 11:49:04 +01:00
  • dfded93411 Increase parallel downloads to 5 (#4045) Arkadiy Paronyan 2019-11-08 11:24:46 +01:00
  • 2125b87cae fix two typos (#4048) B YI 2019-11-08 16:27:33 +08:00
  • 63a1a5b7f8 clean node/cli/Cargo.toml (#4046) Weiliang Li 2019-11-08 16:54:45 +09:00
  • d9c2ac5fd7 Correctly serialize code in chain spec as hex (#4025) Jim Posen 2019-11-07 18:40:04 +01:00
  • cca9ab436c Allow import withouth state verification (#4031) Arkadiy Paronyan 2019-11-07 15:25:41 +01:00
  • 021f3a3f06 grandpa: Use storage proofs for Grandpa authorities (#3985) Jim Posen 2019-11-07 14:31:17 +01:00
  • ba880d36b0 update deps for jsonrpc (#31) v0.1 Andrew Plaza 2019-11-06 03:52:08 -08:00
  • b4e8905053 Event arguments are Vec not HashSet (#27) Thomas Scholtes 2019-11-04 16:00:54 +01:00
  • 5c2eeee1d2 Don’t panic on storage decode error (#30) Thomas Scholtes 2019-11-04 15:21:00 +01:00
  • bb6b3db57e Refactor out MaxPossibleReward, fix staking arithmetic (#4041) Gavin Wood 2019-11-07 12:34:13 +01:00
  • dcee91412c Check polkadot compilation. (#3980) Tomasz Drwięga 2019-11-07 12:05:22 +01:00
  • 745b68bfa9 Improve auto-docs a little. (#4032) Nikolay Volf 2019-11-07 12:04:56 +01:00
  • 8de6279300 Ban incoming invalid transactions (#4037) Arkadiy Paronyan 2019-11-07 12:03:23 +01:00
  • 3a7b1b9da5 Add ExistenceRequirement to Currency trait (#4000) Ashley 2019-11-07 11:01:47 +00:00
  • e73436d818 Decrease peer reputation on bad transactions (#4035) Arkadiy Paronyan 2019-11-07 12:00:14 +01:00
  • 9515d34aee Also replace paths in [build-dependencies] (#4039) Yuanchao Sun 2019-11-07 18:48:30 +08:00
  • 24d82d9717 Treasury rewards should pay the remainder of the 10% (#4026) Gavin Wood 2019-11-06 17:36:23 +01:00
  • 3022d60d92 Make TestExternalities implement Send (#4030) Bastian Köcher 2019-11-06 14:43:55 +01:00
  • b484c4fbc0 Update syn, proc-macro2 and quote to 1.x (#4028) Bastian Köcher 2019-11-06 14:00:49 +01:00
  • cc09bfbd09 Apply breaking changes of new libp2p versions (#3877) Pierre Krieger 2019-11-06 14:00:12 +01:00
  • 32ce13c599 update deps for jsonrpc (#31) Andrew Plaza 2019-11-06 03:52:08 -08:00
  • 1aaf31a34d Less verbose console output (#4029) Arkadiy Paronyan 2019-11-06 10:06:11 +01:00
  • 1def0811b8 Merge pull request #17 from paritytech/gui-candidate-justification Bastian Köcher 2019-11-06 09:49:58 +01:00
  • e025dabe76 Merge pull request #17 from paritytech/gui-candidate-justification Bastian Köcher 2019-11-06 09:49:58 +01:00
  • 601eb46ae4 Merge branch 'master' into gui-candidate-justification Bastian Köcher 2019-11-06 09:16:38 +01:00
  • 76d304677d Merge branch 'master' into gui-candidate-justification Bastian Köcher 2019-11-06 09:16:38 +01:00
  • 37818f3bc1 Merge pull request #22 from paritytech/bkchr-test-parachain Bastian Köcher 2019-11-06 09:15:12 +01:00
  • d0f855b246 Merge pull request #22 from paritytech/bkchr-test-parachain Bastian Köcher 2019-11-06 09:15:12 +01:00
  • 1c5e2132d8 Fixes tests Bastian Köcher 2019-11-06 09:00:29 +01:00
  • 74cb79687c Fixes tests Bastian Köcher 2019-11-06 09:00:29 +01:00
  • f093eeba24 fix warnings (#4024) Nikolay Volf 2019-11-05 21:53:50 +03:00
  • 508c52a08a Don't re-compile on every cargo run (#4019) Bastian Köcher 2019-11-05 19:36:10 +01:00
  • 350e72dac5 Revert "Header-only sync for old forks (#3942)" (#4022) Gavin Wood 2019-11-05 16:05:36 +01:00
  • 172359adad Header-only sync for old forks (#3942) Arkadiy Paronyan 2019-11-05 12:17:12 +01:00
  • 279391f9c1 Limit longevity of im-online heartbeats. (#4011) Tomasz Drwięga 2019-11-05 12:16:46 +01:00
  • b92674d88a Traffic statistics (#4017) Arkadiy Paronyan 2019-11-05 12:15:59 +01:00
  • 88150e83d2 add comments for WonRenewal event (#533) Xiliang Chen 2019-11-06 00:09:04 +13:00
  • bcdf6c02fc Bump rpc deps (#537) Kian Paimani 2019-11-05 11:58:07 +01:00
  • 4ca6f8d1b2 Enable parallel block download (#4014) Arkadiy Paronyan 2019-11-05 10:27:49 +01:00
  • cb6ed508a3 Event arguments are Vec not HashSet (#27) Thomas Scholtes 2019-11-04 16:00:54 +01:00
  • 29f8badb85 Don’t panic on storage decode error (#30) Thomas Scholtes 2019-11-04 15:21:00 +01:00
  • 093f1c46e5 Update RPC deps. (#4012) Kian Paimani 2019-11-04 12:53:58 +01:00
  • 8b6b3d3730 refactor code: remove unused import (#4010) Tengfei Niu 2019-11-04 18:34:19 +08:00
  • ed5ac30a44 support crypto primitives for no_std introducing full_crypto feature (#3778) brenzi 2019-11-04 10:53:41 +01:00
  • 2e424f4d9f Substrate EVM (#3927) Wei Tang 2019-11-03 15:57:46 +01:00
  • 77ed0dc2bc fix formula in comment (#4006) joe petrowski 2019-11-03 15:09:45 +01:00
  • 69c4e2f7f0 Deprecate ValidateUnsigned and prevent duplicate heartbeats (#3975) Tomasz Drwięga 2019-11-03 11:52:08 +01:00
  • 45e79d617b Avoid sending heartbeat if we are already considered online. (#3981) Tomasz Drwięga 2019-11-03 11:51:33 +01:00
  • c9e4d203e7 CI test executor with wasmtime (#4005) Bastian Köcher 2019-11-03 11:43:30 +01:00
  • d233ad55ad Implement color output for wasm builder (#4004) Bastian Köcher 2019-11-02 19:59:49 +01:00
  • 5503c483b1 doc (#3995) thiolliere 2019-11-02 17:09:11 +01:00
  • 615c58f379 im-online module should report offences (#527) Gavin Wood 2019-11-02 15:46:48 +00:00
  • 084b158031 Optional serde for phragmen support (#3994) Kian Paimani 2019-11-01 22:22:37 +01:00
  • 4852763d73 expose offchain worker storage prefix (#3977) Benjamin Kampmann 2019-11-01 19:32:01 +01:00
  • 2ff04d332d Move config path generation into the service config for reusability (#3978) Benjamin Kampmann 2019-11-01 18:51:06 +01:00
  • 8fe64173e8 executor: Move runtime version caching out of WasmRuntime interface. (#3993) Jim Posen 2019-11-01 18:22:28 +01:00
  • 6193481352 Don't panic in Offchain test context, when we are already panicking (#3996) Bastian Köcher 2019-11-01 17:14:21 +01:00
  • 848784e8ec Bump runtime version, update substrate. (#526) Gavin Wood 2019-11-01 15:57:07 +00:00
  • 596ac7bd1f Possible fix to storage cache (#3989) Marcio Diaz 2019-11-01 16:17:38 +01:00
  • d5f61d5217 Implement Debug for some structures (#3941) Caio 2019-11-01 11:28:19 -03:00