Commit Graph

  • 7e83b7a7f2 Refactor StorageInstance trait to be usable more easily (#7659) Guillaume Thiolliere 2020-12-03 11:51:08 +01:00
  • 3f4d405a30 Bump color-eyre from 0.5.8 to 0.5.10 (#2066) dependabot[bot] 2020-12-03 08:27:29 +01:00
  • 76169aef3d Bump serde_json from 1.0.59 to 1.0.60 (#2065) dependabot[bot] 2020-12-03 07:25:44 +00:00
  • c01e7c0aa1 Update lib.rs (#2064) Shawn Tabrizi 2020-12-02 22:40:14 -08:00
  • 54061cd815 Fix locked ksm in council votes. (#1832) Kian Paimani 2020-12-02 19:48:30 +01:00
  • b149b1fdc0 *: Update to libp2p v0.31.2 (#7658) Max Inden 2020-12-02 18:45:49 +01:00
  • cb17a8d47f Companion PR for removing register notif protocol (#2048) Pierre Krieger 2020-12-02 18:00:26 +01:00
  • 610585d17f Remove sc_network::NetworkService::register_notifications_protocol and partially refactor Grandpa tests (#7646) Pierre Krieger 2020-12-02 17:35:48 +01:00
  • 3761fe3161 Show reputation changes when dropping peer (#7655) Pierre Krieger 2020-12-02 17:34:05 +01:00
  • 5a97db73fb Update (#253) Bastian Köcher 2020-12-02 17:16:23 +01:00
  • 05bcb21133 Update (#253) Bastian Köcher 2020-12-02 17:16:23 +01:00
  • 9d43568e4e Use unreleased trybuild to fix CI (#7656) Bastian Köcher 2020-12-02 16:53:44 +01:00
  • 87e0b6fe65 remove unused code (#2058) Andronik Ordian 2020-12-02 15:18:18 +01:00
  • 890ae589d4 Make it possible for the adder collator to calculate any state (#2056) Bastian Köcher 2020-12-02 15:15:30 +01:00
  • 709f990fb2 be more careful about fusing in select! (#2052) Robert Habermeier 2020-12-02 08:52:51 -05:00
  • b13052de12 Use correct logging target for network bridge (#2057) Bastian Köcher 2020-12-02 14:00:23 +01:00
  • 26b8dbe120 Bump wasm-bindgen-futures from 0.4.18 to 0.4.19 (#2054) dependabot[bot] 2020-12-02 08:54:36 +01:00
  • 996219d6ec Update parachain registration script to new extrinsic (#252) Robert Habermeier 2020-12-02 02:53:45 -05:00
  • fbcc76690e Update parachain registration script to new extrinsic (#252) Robert Habermeier 2020-12-02 02:53:45 -05:00
  • 9071120de1 guide: Availability Recovery (#2011) Robert Habermeier 2020-12-01 14:58:31 -05:00
  • b737ebba6d fork-tree: fix tree rebalancing (#7616) André Silva 2020-12-01 18:49:09 +00:00
  • d5a39dffef Cadidate selection check assignment (#2042) Fedor Sakharov 2020-12-01 21:43:00 +03:00
  • 6079fabdd3 Remove a stray file. (#7649) Tomasz Drwięga 2020-12-01 19:40:53 +01:00
  • f27b7acb8f Update polkadot to the latest master (#251) Sergei Shulepov 2020-12-01 19:21:40 +01:00
  • ba1fa36411 Update polkadot to the latest master (#251) Sergei Shulepov 2020-12-01 19:21:40 +01:00
  • 917a5cce62 adder-collator cli flags (#2051) Sergei Shulepov 2020-12-01 19:20:20 +01:00
  • e2b486cfb1 minor fix and improvements on localkeystore (#7626) Benjamin Kampmann 2020-12-01 15:35:06 +01:00
  • e8c43576d4 execute_with_client: add 'static bound for Backend (#2049) Sergei Shulepov 2020-12-01 15:22:24 +01:00
  • e0016473a9 remove unused deps pulled by parity-util-mem (#7635) Andronik Ordian 2020-12-01 13:50:27 +01:00
  • 36c11201cc Bump wasm-bindgen from 0.2.68 to 0.2.69 (#2044) dependabot[bot] 2020-12-01 13:18:30 +01:00
  • 22a28db957 Fix cargo clippy warning in peerset. (#7641) jolestar 2020-12-01 18:58:00 +08:00
  • 9d961e2023 Bump structopt from 0.3.20 to 0.3.21 (#2046) dependabot[bot] 2020-12-01 09:41:36 +01:00
  • 762b4b25d0 Fix CI Link Check (#7639) Shawn Tabrizi 2020-11-30 14:01:18 -08:00
  • 414acdfc54 small improvements for parachains consensus (#2040) Robert Habermeier 2020-11-30 16:52:30 -05:00
  • 15b0dece54 Renames of Trait to Config in README.md, weight templates and few minor ones (#7636) Guillaume Thiolliere 2020-11-30 21:33:49 +01:00
  • 0f4395fc44 parachains runtime: configurable maximum validators per core (#2043) Robert Habermeier 2020-11-30 15:18:02 -05:00
  • 8081c54428 Update Substrate again (#2041) Pierre Krieger 2020-11-30 19:26:44 +01:00
  • 35efc8e4b0 Fix bad state transition with DisabledPendingEnable+OpenDesiredByRemote (#7638) Pierre Krieger 2020-11-30 18:43:47 +01:00
  • 1008465413 Move candidate validation to the background (#2028) Robert Habermeier 2020-11-30 12:01:03 -05:00
  • 536dceb4f6 Simplify subsystem jobs (#2037) Bastian Köcher 2020-11-30 17:01:26 +01:00
  • 4ccf6672b1 resolve unresolved error nits of #7617 (#7631) Bernhard Schuster 2020-11-30 16:53:33 +01:00
  • 2d4aa3a42e Companion: Rename pallet trait Trait to Config (#2014) Guillaume Thiolliere 2020-11-30 16:13:43 +01:00
  • 7df537fcdd cargo update -p sp-io (#2038) Pierre Krieger 2020-11-30 15:47:23 +01:00
  • 1cbfc9257f Rename pallet trait Trait to Config (#7599) Guillaume Thiolliere 2020-11-30 15:34:54 +01:00
  • dd3c84c362 Fix wrong value put for pending_opening (#7633) Pierre Krieger 2020-11-30 15:05:01 +01:00
  • 7753a2250f sudo_as should return a result (#7620) Shawn Tabrizi 2020-11-30 04:57:15 -08:00
  • 007254c957 Bump console_log from 0.1.2 to 0.2.0 (#7623) dependabot[bot] 2020-11-30 13:51:54 +01:00
  • a2b14d10fb sc-network: Log outgoing notifications too (#7624) Pierre Krieger 2020-11-30 11:52:08 +01:00
  • 9ce186227c Process runtime api requests in the background (#2035) Bastian Köcher 2020-11-30 11:41:47 +01:00
  • f2606dbd4b Bump nix from 0.19.0 to 0.19.1 (#2033) dependabot[bot] 2020-11-30 10:08:36 +01:00
  • bbb036e304 util: implement FusedStream for Jobs (#2031) Andronik Ordian 2020-11-28 23:14:37 +01:00
  • d6307a4978 allow jobs to spawn sub-tasks (#2030) Robert Habermeier 2020-11-28 15:12:43 -05:00
  • 0c84214814 change approval voting counting procedure (#1972) Robert Habermeier 2020-11-28 13:35:46 -05:00
  • f6dc35284f Change TRACING_SET to static (#7607) Andrew Plaza 2020-11-28 09:40:24 +01:00
  • 96461be248 network: don't force send block announcements (#7601) André Silva 2020-11-27 22:37:38 +00:00
  • f8181fa1f2 erasure-coding: do not panic on 1 validator (#2022) Andronik Ordian 2020-11-27 22:49:00 +01:00
  • 700b40679c proposer: guard all provisioner data work with timeout (#2026) André Silva 2020-11-27 18:39:22 +00:00
  • 8c7d217091 chore/error: remove from str conversion and add deprecation notificat… (#7472) Bernhard Schuster 2020-11-27 19:37:53 +01:00
  • 0a79d663e4 Move erasure root out of candidate commitments and into descriptor (#2010) Robert Habermeier 2020-11-27 11:39:42 -05:00
  • 6722a83ba6 Forward storage changes in manual seal (#7614) Bastian Köcher 2020-11-27 17:36:58 +01:00
  • 07c173af63 Add Key Subcommand to node-template (#7615) Benjamin Kampmann 2020-11-27 16:54:45 +01:00
  • b4ee48ee18 Upgrade to libp2p-0.31. (#7606) Roman Borschel 2020-11-27 15:29:18 +01:00
  • 4f97481da7 Remove RpcMetrics weirdness (#7608) Bastian Köcher 2020-11-27 10:24:34 +01:00
  • 4fba9df943 add module to features/std (#2024) yaanhyy 2020-11-27 16:45:31 +08:00
  • 6af3283bc4 Bump directories from 2.0.2 to 3.0.1 (#7609) dependabot[bot] 2020-11-27 09:40:11 +01:00
  • c0d80a7c95 Fix syncing issues (#249) Bastian Köcher 2020-11-26 22:14:12 +01:00
  • 4e82ce66c1 Fix syncing issues (#249) Bastian Köcher 2020-11-26 22:14:12 +01:00
  • 642826ba07 Fix check_runtime.sh (#2020) Martin Pugh 2020-11-26 20:17:16 +01:00
  • 7d8eb5b2ac Add a fuzzer for the erasure coding (#2021) Vincent Ulitzsch 2020-11-26 18:51:52 +01:00
  • d698d01378 Inform sync explicitly about new best block (#7604) Bastian Köcher 2020-11-26 17:33:17 +01:00
  • 6e60648f49 Update Polkadot to the latest master (#248) Sergei Shulepov 2020-11-26 16:39:19 +01:00
  • 2849acf0a3 Update Polkadot to the latest master (#248) Sergei Shulepov 2020-11-26 16:39:19 +01:00
  • e761c99852 Make sure we don't send messages multiple times in the availability distribution subsystem (#2015) Bastian Köcher 2020-11-26 16:13:44 +01:00
  • 119eb34fa8 Bump spec versions to ensure that we don't run in native (#2017) Bastian Köcher 2020-11-26 13:13:12 +01:00
  • 39a12b68f6 past-session validator discovery APIs (#2009) Andronik Ordian 2020-11-26 12:02:50 +01:00
  • 769f1981cb Add small header cache (#7516) Arkadiy Paronyan 2020-11-26 00:07:51 +01:00
  • f590b06fab remove std feature flags for assert macros (#7600) Alexander Popiak 2020-11-25 23:48:47 +01:00
  • e6f37cb7cf Update everything to latest master (#247) Bastian Köcher 2020-11-25 15:45:49 +01:00
  • c75b59758d Update everything to latest master (#247) Bastian Köcher 2020-11-25 15:45:49 +01:00
  • 5774fea2f7 Bump rpassword from 4.0.5 to 5.0.0 (#7597) dependabot[bot] 2020-11-25 10:59:13 +01:00
  • 4ce744818c Some code cleanup in overseer (#2008) Bastian Köcher 2020-11-25 10:27:50 +01:00
  • 994d621f2c PoV Distribution optimization (#1990) Fedor Sakharov 2020-11-25 12:20:54 +03:00
  • 31f9a6812a Fix notifications sometimes not being sent (#7594) Pierre Krieger 2020-11-25 10:15:37 +01:00
  • 4885992d7b node-template: add aura to light block import pipeline (#7595) André Silva 2020-11-25 08:50:13 +00:00
  • 3e6a26c329 CI: build docs after test; publish docs after build (#7591) Denis Pisarev 2020-11-25 09:48:10 +01:00
  • 51f6cb1979 Approval Distribution Subsystem (#1951) Robert Habermeier 2020-11-24 23:40:07 -05:00
  • 5603e0f166 Session management for approval voting (#1973) Robert Habermeier 2020-11-24 16:44:02 -05:00
  • 884b432035 Do not send messages twice in bitfield distribution (#2005) Bastian Köcher 2020-11-24 22:40:36 +01:00
  • e3608da5fa */Cargo.toml: Remove unused dependencies (#7590) Max Inden 2020-11-24 19:56:21 +01:00
  • 74efba2a21 backing: reorder votes to match bitfield in backed candidate (#2006) Robert Habermeier 2020-11-24 10:23:41 -05:00
  • 0186ba8daf Switch to wasm-builder 3.0.0 (#2004) Bastian Köcher 2020-11-24 13:31:32 +01:00
  • 698de0b4fa Make sure we inform statement listeners about received statements (#1999) Bastian Köcher 2020-11-24 11:50:27 +01:00
  • c3ca78fae3 contracts: Add salt argument to contract instantiation (#7482) Alexander Theißen 2020-11-24 11:42:20 +01:00
  • 26830a20df Bump tracing from 0.1.21 to 0.1.22 (#7589) dependabot[bot] 2020-11-24 09:44:01 +00:00
  • 923cb8eea1 Wasm-builder 3.0 (#7532) Bastian Köcher 2020-11-24 10:18:36 +01:00
  • 495172c585 Update docker.md (#2000) aaron 2020-11-24 16:59:45 +08:00
  • 748cbfd820 Bump tracing from 0.1.21 to 0.1.22 (#2001) dependabot[bot] 2020-11-24 09:44:27 +01:00
  • bac1e6e45e Bump assert_cmd from 1.0.1 to 1.0.2 (#2003) dependabot[bot] 2020-11-24 09:25:29 +01:00
  • 1f8e926507 Bump color-eyre from 0.5.7 to 0.5.8 (#2002) dependabot[bot] 2020-11-24 09:25:04 +01:00
  • e6a6ed9a16 Bump linregress and do some other cleanups (#7580) Bastian Köcher 2020-11-23 19:43:54 +01:00