Commit Graph

  • 78fc9edd5f fix var name for post_upward_message (#474) yjh 2019-10-11 19:25:36 +08:00
  • 0efa39ce06 Update to latest Substrate master (#472) Bastian Köcher 2019-10-11 13:24:30 +02:00
  • b1558157cb Introduce Parathreads (runtime) (#341) Gavin Wood 2019-10-11 08:27:30 +02:00
  • dfa4e2128b update branch name in Cargo.lock (#473) gabriel klawitter 2019-10-10 17:37:34 +02:00
  • 4dbc9265ee Add execute_with to TestExternalities (#3793) Bastian Köcher 2019-10-10 15:01:30 +02:00
  • 9240042048 Changes for substrate#3699 (#466) Ashley 2019-10-11 00:50:41 +13:00
  • ecfea4536f wasm_executor: fix wasm signature checker (#471) yjh 2019-10-10 19:49:25 +08:00
  • 34c7338211 Decouple randomness-collective-flip (#3792) Xiliang Chen 2019-10-10 23:41:42 +13:00
  • 21fae718c4 Multi-limb arithmetic for runtime (#3743) Kian Paimani 2019-10-10 09:52:08 +02:00
  • 4da48dd9f5 Bump dependencies (#3787) Demi Obenour 2019-10-09 12:29:28 -04:00
  • 611f7d3425 Bump metadata version to V8 (#25) Andrew Jones 2019-10-09 16:32:02 +01:00
  • eacf7a6a94 Bump metadata version to V8 (#25) Andrew Jones 2019-10-09 16:32:02 +01:00
  • 8a39be474e Move Externalities into its own crate (#3775) Bastian Köcher 2019-10-09 15:50:30 +02:00
  • 984c6ac839 babe: verify slots are strictly increasing (#3785) André Silva 2019-10-08 20:56:22 +01:00
  • 8108f1decd Update dependencies, respecting semver (#3784) Demi Obenour 2019-10-08 15:09:05 -04:00
  • cb4875ec81 Make ParachainContext take self as mutable (#458) Bastian Köcher 2019-10-08 17:41:52 +02:00
  • dd0009a006 Fix compilation in wasm (#465) Bastian Köcher 2019-10-08 17:40:48 +02:00
  • 968a30685f Split off System random functions into a new Randomness module (#3699) Ashley 2019-10-09 04:31:39 +13:00
  • 520009973f gossip: save sender for kept messages (#3738) Weiliang Li 2019-10-09 00:16:24 +09:00
  • 28ec1f3180 Merge pull request #15 from paritytech/bkchr-select-chain Robert Habermeier 2019-10-08 16:13:20 +02:00
  • f55c9f95ce Merge pull request #15 from paritytech/bkchr-select-chain Robert Habermeier 2019-10-08 16:13:20 +02:00
  • 398e3489ed Provide SelectChain implementation for parachains Bastian Köcher 2019-10-08 14:38:27 +02:00
  • 92aefe924d Provide SelectChain implementation for parachains Bastian Köcher 2019-10-08 14:38:27 +02:00
  • 6cebbbf8b2 Refactor NativeExecutor to support multiple Wasm execution methods (#3677) Jim Posen 2019-10-08 12:57:12 +02:00
  • 2c77262c8f expose module errors into metadata (#3752) Xiliang Chen 2019-10-08 22:30:16 +13:00
  • 7a90954d21 Merge pull request #11 from paritytech/bkchr-collator Bastian Köcher 2019-10-08 09:53:16 +02:00
  • c10f05eeee Merge pull request #11 from paritytech/bkchr-collator Bastian Köcher 2019-10-08 09:53:16 +02:00
  • c697f25eb6 Use locked Bastian Köcher 2019-10-08 09:40:35 +02:00
  • b1360676a6 Use locked Bastian Köcher 2019-10-08 09:40:35 +02:00
  • 38a61861b1 Example of how to inspect arguments in weight calculation (#3753) Kian Paimani 2019-10-08 09:23:27 +02:00
  • 169c2df1ef Merge remote-tracking branch 'origin/master' into bkchr-collator Bastian Köcher 2019-10-08 08:57:07 +02:00
  • a6888066b6 Merge remote-tracking branch 'origin/master' into bkchr-collator Bastian Köcher 2019-10-08 08:57:07 +02:00
  • 9c7845b824 Update latest substrate master (#462) André Silva 2019-10-08 07:44:29 +01:00
  • d9f771f279 Adds very simple test for the Collator Bastian Köcher 2019-10-07 17:20:41 +02:00
  • 5021209abe Adds very simple test for the Collator Bastian Köcher 2019-10-07 17:20:41 +02:00
  • 7ecd8496a7 client: fix comparison of CachedHeaderMetadata in tree_route (#3776) André Silva 2019-10-07 14:28:28 +01:00
  • 7cb0d73944 Alternative sysvar setup for Windows (#3761) Bruno Škvorc 2019-10-07 09:34:10 +02:00
  • 32e687abe4 Fix state RPC subscriptions on light node (#3626) Svyatoslav Nikolsky 2019-10-07 09:00:15 +03:00
  • 168051c060 Make the purge-chain prompt a little nicer (#3772) Hernando Castano 2019-10-06 22:44:32 +09:00
  • 1a327cd894 srml-utility: Store errors as DispatchError to make the decodable (#3766) Bastian Köcher 2019-10-05 13:06:38 +02:00
  • 954e980ae3 Fix docker builds #3731 (#3767) Micheal Waltz 2019-10-05 11:04:22 +00:00
  • b181951bcc babe: prune the epoch tree on startup (#3768) André Silva 2019-10-05 09:44:07 +01:00
  • 65ef193ec8 Use header metadata in babe verify. (#3756) Marcio Diaz 2019-10-05 10:43:19 +02:00
  • 789ead9beb Fix RustDoc generation. (#3763) kaichao 2019-10-05 03:30:50 +08:00
  • f1cdaae6de babe: small compilation fix (#3764) André Silva 2019-10-04 19:55:03 +01:00
  • 49fb11a1ea babe: ancient epoch tree pruning (#3746) André Silva 2019-10-04 18:51:08 +01:00
  • ac0270518c Utility module for doing stuff like batch calls (#3759) Gavin Wood 2019-10-04 19:13:54 +02:00
  • 7b5843ab79 Enable opt-in google analytics for RustDocs. (#3762) kaichao 2019-10-05 01:00:18 +08:00
  • 58959db9d4 Define node_runtime compatible Runtime types (#23) Andrew Jones 2019-10-04 17:54:16 +01:00
  • b8e2f8f2d6 Decouple BABE from session (#3760) Robert Habermeier 2019-10-04 14:56:41 +02:00
  • 98e3bb8640 Depend on txpool subcrate for Status to avoid big dependency graph (#22) Andrew Jones 2019-10-04 09:55:41 +01:00
  • 99da0232ee Grammar (#3754) Joshy Orndorff 2019-10-03 23:12:06 -08:00
  • 90cb9fc4cc Remove runtime dependency (#21) Andrew Jones 2019-10-03 18:17:28 +01:00
  • 9d3dd691b6 update (#457) thiolliere 2019-10-03 12:52:41 +02:00
  • 251d33cb74 Split off TypeId so as not to pull in sr-io (#3740) Gavin Wood 2019-10-03 12:37:37 +02:00
  • 18fa1d15ce Cumulative fixes to make working with consensus-pow easier (#3617) Wei Tang 2019-10-03 11:02:20 +08:00
  • 67a4bc4bdd Minor fixes (#3751) Xiliang Chen 2019-10-03 14:16:07 +13:00
  • 97328ee6bb Update README.adoc (#3744) Yash Garg 2019-10-03 06:43:59 +05:30
  • 62b97a090d Upgrade dependencies whenever “easy” (#3556) DemiMarie-parity 2019-10-02 15:23:59 -04:00
  • f6bd58ac1f Optimize tree route to sync faster (#3665) Marcio Diaz 2019-10-02 20:30:43 +02:00
  • b90932f152 Enable feature Bastian Köcher 2019-10-02 19:45:52 +02:00
  • 7d1c5ab554 Enable feature Bastian Köcher 2019-10-02 19:45:52 +02:00
  • e91c8e78f2 Make everything compile again Bastian Köcher 2019-10-02 16:52:08 +02:00
  • 600586573b Make everything compile again Bastian Köcher 2019-10-02 16:52:08 +02:00
  • 8646cd158e BABE refactoring: split out verification (#3658) DemiMarie-parity 2019-10-02 09:51:49 -04:00
  • 3bfcdeb250 Fix quantization from OnDilution in treasury (#3736) thiolliere 2019-10-02 12:36:50 +02:00
  • 90df6b3c6c Move offchain worker http helpers to sr-primitives. (#3733) Tomasz Drwięga 2019-10-02 10:03:18 +02:00
  • 3907582457 Remove unused imports (#3737) Alexandre R. Baldé 2019-10-01 23:10:37 +01:00
  • 53e0ddee4e Use EncodeLike for storages traits (#3676) thiolliere 2019-10-01 19:45:24 +02:00
  • 83d4764d46 grandpa: add identifier to UntilImported logging message (#3735) André Silva 2019-10-01 16:42:11 +01:00
  • 2f50ef55d3 Let construct_runtime! generate ALL_MODULES as nested tuples (#3732) Bastian Köcher 2019-10-01 17:00:22 +02:00
  • a7b1284fb7 srml/authority-discovery: Abstract session key type (#3698) Max Inden 2019-10-01 12:28:19 +02:00
  • 387c31598d Prepare for asynchronous transaction validation in tx pool (#3650) Svyatoslav Nikolsky 2019-10-01 12:14:25 +03:00
  • 6a7956b45e Enable substrate-session std feature and remove unused traits (#456) Bastian Köcher 2019-10-01 10:46:54 +02:00
  • 5131f3aaa1 Merge pull request #14 from paritytech/create_ci Bastian Köcher 2019-10-01 10:01:11 +02:00
  • 03b49b4ab2 Merge pull request #14 from paritytech/create_ci Bastian Köcher 2019-10-01 10:01:11 +02:00
  • facf31f77e srml: system: add kill_prefix (#3729) André Silva 2019-10-01 07:44:33 +01:00
  • c545344c60 Add an Error type to Aura (#3688) Ashley 2019-10-01 17:42:11 +13:00
  • 656a3d3303 srml: im-online: fix received heartbeats pruning (#3724) André Silva 2019-09-30 17:03:40 +01:00
  • f6c4c47b50 Give more information why conversion between native and runtime failed (#3720) Bastian Köcher 2019-09-30 18:03:13 +02:00
  • 98879a2bdb Revert "core/sr-api-macros/Cargo.toml: Pin protobuf version (#3723)" (#3726) Pierre Krieger 2019-09-30 18:02:54 +02:00
  • 2b85a48c71 core/sr-api-macros/Cargo.toml: Pin protobuf version (#3723) Max Inden 2019-09-30 16:51:28 +02:00
  • 3e78d326a4 docs: add security policy (#450) Talha Cross 2019-09-30 14:39:24 +02:00
  • e9bfafc235 update readme for cc2 (#453) joe petrowski 2019-09-30 11:32:05 +02:00
  • 1ceecff053 Try to fix the build Bastian Köcher 2019-09-29 02:05:49 +02:00
  • bc4499b640 Try to fix the build Bastian Köcher 2019-09-29 02:05:49 +02:00
  • d4650c4739 refactor contracts to use Time trait (#3717) Xiliang Chen 2019-09-29 06:07:21 +13:00
  • 667ee95f5d ChainSpec extensions (#3692) Tomasz Drwięga 2019-09-28 19:05:36 +02:00
  • c555b9bf88 peerset: fix reserved nodes (#3706) André Silva 2019-09-28 18:04:46 +01:00
  • 3242d7f2b6 Explicit sync API for downloading important, possibly orphaned, forks (#3633) Arkadiy Paronyan 2019-09-28 14:02:36 +02:00
  • 5d82f453e8 docs: add security policy (#3713) Talha Cross 2019-09-28 13:14:49 +02:00
  • 85431e9adf Add a comment on the features. (#3714) Sergei Pepyakin 2019-09-28 13:14:28 +02:00
  • 26889679f3 cli: clean up flag descriptions (#3715) André Silva 2019-09-28 12:14:08 +01:00
  • 75ed6cc04e Refactor srml-support/storage (#3702) thiolliere 2019-09-27 14:39:14 +02:00
  • ff75e498d4 Support trailing commas in decl_module (#3712) Bastian Köcher 2019-09-27 12:08:11 +02:00
  • 53a43e92aa create some vectors with initial capacities (#3701) Coenen Benjamin 2019-09-27 11:46:53 +02:00
  • 62be947877 Enable runtime_api for Substrate service (#3709) Alexey 2019-09-27 12:43:25 +03:00
  • 3864d0e4da Update libsecp256k1 dep to 0.3.0 (#3711) Wei Tang 2019-09-27 15:48:29 +08:00
  • ba98168b71 Make TestOffchainExt panic on unknown requests (#3710) Bastian Köcher 2019-09-26 23:02:30 +02:00
  • 0da34de380 Pointer does not implement Display (#3707) Caio 2019-09-26 17:21:12 -03:00