Commit Graph

  • decddaab0f Fix state inconsistency between handler and behaviour (#2220) Pierre Krieger 2019-04-05 14:07:09 -03:00
  • dce0b4ea49 Use storage_root of newly calculated header (#2216) Bastian Köcher 2019-04-05 18:50:38 +02:00
  • b01136c90d Peerset::discovered accepts many peer ids (#2213) Marek Kotewicz 2019-04-05 14:44:46 +02:00
  • be6df468e6 Adapt to latest changes in the specification Bastian Köcher 2019-04-05 13:21:16 +02:00
  • 101d338fb9 Adapt to latest changes in the specification Bastian Köcher 2019-04-05 13:21:16 +02:00
  • 33df0a4adf update init script (#211) Xiliang Chen 2019-04-05 19:08:39 +13:00
  • 1142bcde97 simplification of peerset api (#2123) Marek Kotewicz 2019-04-04 19:40:40 +02:00
  • 301844dd56 Disconnect on protocol timeout (#2212) Arkadiy Paronyan 2019-04-04 18:01:28 +02:00
  • 3730851bc9 Correct spelling Gav Wood 2019-04-04 17:21:40 +02:00
  • cb3c912b1a core: grandpa: verify commit target in justification (#2201) André Silva 2019-04-04 15:56:49 +01:00
  • 6920b169cd Introduce original_storage and original_storage_hash (#2211) Bastian Köcher 2019-04-04 16:56:16 +02:00
  • cb7a8161f5 code cleanup (#2206) Xiliang Chen 2019-04-05 03:55:55 +13:00
  • b7871f0fd3 Start using trie db Bastian Köcher 2019-04-03 22:10:13 +02:00
  • 2c6bf07e7d Start using trie db Bastian Köcher 2019-04-03 22:10:13 +02:00
  • b13b7aec7c Update to almost latest substrate master (#205) Bastian Köcher 2019-04-03 17:46:04 +02:00
  • acaf1fe625 Emberic elm testnet (#2197) Arkadiy Paronyan 2019-04-03 15:52:46 +02:00
  • e919304c3e ci: fix dockerfile for debian build (#2194) gabriel klawitter 2019-04-03 14:38:16 +02:00
  • 671c0a5e11 Enable std feature for all dependencies in node-runtime (#2193) Bastian Köcher 2019-04-03 14:31:09 +02:00
  • 2c401652f0 Fix version check for renamed runtime api methods (#2190) Bastian Köcher 2019-04-03 12:38:25 +02:00
  • eec6f3b901 Cache changes trie config in db storage (#2170) Svyatoslav Nikolsky 2019-04-03 13:35:12 +03:00
  • e902c54399 Switch to derive(Encode, Decode) for Call (#2178) Bastian Köcher 2019-04-03 11:59:57 +02:00
  • b3931d3e2a Remove redundant Ok(()) and explicitly specify StorageKey buffer type (#2188) Andrew Jones 2019-04-03 10:59:03 +01:00
  • 4c115e3f2d Replace Vec<u8> with [u8; 32] for contract storage key (#2184) Andrew Jones 2019-04-03 09:12:54 +01:00
  • c98db99d80 implement contract events (#2161) thiolliere 2019-04-03 08:20:01 +02:00
  • e6cc49cf63 ensure imbalances are properly accounted for (#2183) Robert Habermeier 2019-04-03 08:16:58 +02:00
  • bb95e7d6a2 Initial version of the polite-grandpa networking protocol (#2110) Robert Habermeier 2019-04-02 18:09:05 +02:00
  • b7eeb28de9 Fix Staking Accuracy issues. (#2180) Kian Peymani 2019-04-02 17:57:57 +02:00
  • f0c21815b3 Aura: add a deprecated method for seal compatibility (#2176) Robert Habermeier 2019-04-02 17:19:50 +02:00
  • 11da395553 style(on_demand): remove needless wildcards (#2171) Niklas Adolfsson 2019-04-02 16:54:02 +02:00
  • 669e79181e no_std support for substrate trie (#2146) cheme 2019-04-02 12:49:04 +02:00
  • 728f0393c7 ci: remove ci for automated wasm rebuilds (#2168) gabriel klawitter 2019-04-02 12:19:52 +02:00
  • 7e3b2d464a skip phantom for decl_event (#2158) thiolliere 2019-04-02 12:04:23 +02:00
  • 0f3363d681 new Dockerfile, new cache (#2122) TriplEight 2019-04-02 10:34:01 +02:00
  • 345145326b Implement support for renaming runtime api functions (#2160) Bastian Köcher 2019-04-02 10:05:35 +02:00
  • e89ce263bd Minor logging improvements in libp2p (#2162) Pierre Krieger 2019-04-02 04:38:44 -03:00
  • 9a74006686 Use correct account for balance initialization in chain spec (#201) Bastian Köcher 2019-04-02 09:32:26 +02:00
  • bbb45c76dc fix backwards compatibility for aura seals (#2164) Robert Habermeier 2019-04-01 23:52:44 +02:00
  • a8b5fe145f Remove an unnecessary clone in aura (#2163) Wei Tang 2019-04-01 23:35:48 +02:00
  • a0e6d96de0 keep track storage bytes (#2154) thiolliere 2019-04-01 19:14:55 +02:00
  • 3ed4309644 Remove another wasm file Gav Wood 2019-04-01 15:52:12 +02:00
  • b5cab356e0 Remove runtime. Gav Wood 2019-04-01 15:49:24 +02:00
  • 137409f02a Remove execute_extrinsics_without_checks as it will not be required (#2145) Bastian Köcher 2019-04-01 15:37:59 +02:00
  • eca163ba64 Bump version to 1.0.0 globally (#2149) Gav Wood 2019-04-01 15:16:06 +02:00
  • fbbd79e778 Use [u8; 4] for well known cache keys (#2152) Stanislav Tkach 2019-04-01 02:56:49 +03:00
  • 3dfda381d5 Add support for mDNS (#2153) Pierre Krieger 2019-03-31 20:47:15 -03:00
  • d4a4022dd1 Use libp2p 0.6.0 instead of a custom branch (#2150) Pierre Krieger 2019-03-30 17:53:20 -03:00
  • 63c3dd5a45 Fix compile errors in test suite (#2151) DemiMarie-parity 2019-03-29 16:30:28 -04:00
  • b1f9c31f21 Documentation for consensus module (#2043) Amar Singh 2019-03-29 17:41:36 +01:00
  • cbfc36b39f Move authorities interface from Core to consensus (#1412) Stanislav Tkach 2019-03-29 18:41:22 +02:00
  • 33873d7ab6 ci: upload builds according to the tag if present (#198) gabriel klawitter 2019-03-29 17:17:42 +01:00
  • 55788fdf77 Add documentation to the Sudo module (#2017) Shawn Tabrizi 2019-03-29 17:05:34 +01:00
  • c12ed7d8ac Update to latest substrate master (#197) Bastian Köcher 2019-03-29 16:35:39 +01:00
  • 958cc7efea Extended Balance Type for Staking's Election (#2134) Kian Peymani 2019-03-29 20:00:15 +04:30
  • 086d55397b Proxy voting (#2137) Gav Wood 2019-03-29 16:07:04 +01:00
  • 5c9f306eb3 Use a context prefix for SS58 hash (#2141) Gav Wood 2019-03-29 15:44:57 +01:00
  • 0ddcbf747f Convert all UK spelling to US (#2138) joe petrowski 2019-03-29 14:11:45 +01:00
  • a10e86ba5a Refactor DigestItem (#2108) DemiMarie-parity 2019-03-29 08:15:23 -04:00
  • 0b726e7605 Limiting Resources (#189) Ross Bulat 2019-03-29 19:51:59 +08:00
  • 665a0ac26a Documentation for Contract Module (#2045) Nicole Zhu 2019-03-29 12:22:04 +01:00
  • 700ef193bd fixed some typo (#2140) zak 2019-03-29 17:36:21 +09:00
  • ea868b6e30 allow trailling comma in decl_event (#2117) Xiliang Chen 2019-03-29 20:19:36 +13:00
  • e22b491783 Fix a race conditon in the pool when transactions are imported during pruning. (#2136) Tomasz Drwięga 2019-03-28 18:57:26 +01:00
  • 7046e13de2 Use prefixed keys for trie node. (#2130) Arkadiy Paronyan 2019-03-28 18:46:21 +01:00
  • f9d0da0a18 storage doublemap in decl_storage (#1918) thiolliere 2019-03-28 17:40:50 +01:00
  • fe14e0730f Update to latest polkadot/substrate Bastian Köcher 2019-03-28 17:33:14 +01:00
  • 80b222c79d Update to latest polkadot/substrate Bastian Köcher 2019-03-28 17:33:14 +01:00
  • e3516d2bf4 Track peers in network-libp2p (#2135) Arkadiy Paronyan 2019-03-28 17:21:53 +01:00
  • 3f348d0a18 Ensure timestamp config makes sense. (#2132) Gav Wood 2019-03-28 15:59:59 +01:00
  • 7e2714f843 Update to latest substrate-master and polkadot v0.3 (#195) Bastian Köcher 2019-03-28 15:20:40 +01:00
  • d6927c2f3e Documentation for system module (#1999) Gautam Dhameja 2019-03-28 15:09:44 +01:00
  • 29001cb469 Decouple contract from balances (#2081) thiolliere 2019-03-28 13:46:30 +01:00
  • ff4523cbec Make some txpool logs a bit more compact (#1995) Tomasz Drwięga 2019-03-27 23:36:18 +01:00
  • 039acb9518 Fix subtle indices bug (#2128) Gav Wood 2019-03-27 17:46:30 +01:00
  • 823abc2fc0 Use NativeWhenPossible for offchain worker. (#2126) Tomasz Drwięga 2019-03-27 16:49:53 +01:00
  • d17e34b3c8 core: network: reduce log level of peer drop messages (#2125) André Silva 2019-03-27 15:49:19 +00:00
  • 1c1609342c Introduce ReservableCurrency Trait in Balances Module (#2124) Shawn Tabrizi 2019-03-27 16:48:38 +01:00
  • b32653d0a8 Update AccountId to use sr25519 in node-template (#2119) Shawn Tabrizi 2019-03-27 10:50:14 +01:00
  • 2ca08a95ba Documentation for balances module (#1943) joe petrowski 2019-03-26 17:00:29 +01:00
  • a2222279ca improve decl storage doc (#2059) thiolliere 2019-03-26 15:01:46 +01:00
  • a9420424b2 Improvements to system_networkState (#2088) Pierre Krieger 2019-03-26 14:45:11 +01:00
  • da124d74d1 Replace Overflow-Prone Operations in Staking with Saturating Arithmetic (#2115) Kian Peymani 2019-03-26 18:09:14 +04:30
  • 571d094313 improve docs (#2068) thiolliere 2019-03-26 14:35:57 +01:00
  • d3ae05b454 Fixed wrong default value for offchain-worker-execution (#2118) Stefanie Doll 2019-03-26 12:14:02 +01:00
  • 5606afd886 Ci kubernetes chart update (#187) gabriel klawitter 2019-03-26 10:58:34 +01:00
  • e6a4bb1be6 fix macro internal use with $crate (#2060) thiolliere 2019-03-26 10:44:01 +01:00
  • cee2166e4f srml: consensus: kill storage (#2098) André Silva 2019-03-25 23:39:23 +00:00
  • e2f5e40876 Initial: Offchain Workers (#1942) Tomasz Drwięga 2019-03-25 23:22:11 +01:00
  • 3ee0e69463 bond_extra should be authorised only from stash (#2096) Gav Wood 2019-03-25 19:35:28 +01:00
  • 7ab7a826d3 ci: fix kubernetes chart (#2111) gabriel klawitter 2019-03-25 16:33:43 +01:00
  • e28ff32b89 core: cli flag to disable grandpa (#2105) André Silva 2019-03-25 15:19:36 +00:00
  • 620e8dc8b9 impl MakePayment for balances instances (#2055) thiolliere 2019-03-25 15:19:15 +01:00
  • 4fe70ee639 Forgot to handle Banned in inject_connected (#2107) Pierre Krieger 2019-03-25 14:48:43 +01:00
  • c6addc9bd5 CLI option to enable authoring when offline (#2104) Arkadiy Paronyan 2019-03-25 11:28:35 +01:00
  • 44db5f44e3 Directly connect if notice that ban has expired (#2100) Pierre Krieger 2019-03-24 11:49:38 +01:00
  • b6c54b5c40 Always accept incoming connections (#2101) Pierre Krieger 2019-03-24 11:48:54 +01:00
  • a1f3b0b529 Fix hardcoded values in the PSM config (#2103) Pierre Krieger 2019-03-24 11:29:45 +01:00
  • 3ba7442dca Properly distinguish in/out connections in the PSM (#2102) Pierre Krieger 2019-03-24 11:29:29 +01:00
  • 418edcfbac Don't print dozens of the times the handler init warning (#2089) Pierre Krieger 2019-03-23 12:44:35 +01:00
  • 90d3fe8913 Reduce grandpa interval for substrate node (#2097) Arkadiy Paronyan 2019-03-23 12:40:43 +01:00
  • 91c7c7188d Rename ensure_free_balance_is to make_free_balance_be (#2092) Gav Wood 2019-03-23 11:18:14 +01:00