Commit Graph

  • 2bd41a0251 Fix transactions not being propagated to authorities (#8212) Pierre Krieger 2021-02-26 16:09:42 +01:00
  • 241b1f12a7 make runtime_api non blocking task again (#2531) Andronik Ordian 2021-02-26 12:04:58 +01:00
  • 5013e7630e chore: fix typos for contract (#8178) yjh 2021-02-26 18:47:47 +08:00
  • 05f74c2171 do not expect on unbounded send (#2530) Bernhard Schuster 2021-02-26 10:46:16 +01:00
  • 31327eb0c7 test: add unit test to catch missing distribution to subsystems faster (#2495) Bernhard Schuster 2021-02-26 09:10:41 +01:00
  • 69734bb8ed Add an optional verifier to crowdloan (#2248) Xiliang Chen 2021-02-26 20:26:54 +13:00
  • 49705026e0 some initial spans for approval voting (#2525) Robert Habermeier 2021-02-25 11:56:50 -06:00
  • 2c904359ca Same procedure as every day (#345) Bastian Köcher 2021-02-25 17:14:32 +01:00
  • 6b38755ec4 Same procedure as every day (#345) Bastian Köcher 2021-02-25 17:14:32 +01:00
  • 4bf0387237 contracts: Release as v3.0.0 and add reserved field to ContractInfoOf (#8175) Alexander Theißen 2021-02-25 17:04:48 +01:00
  • 0b4126ca40 Frame Benchmarking v3.1.0 released (#8206) Benjamin Kampmann 2021-02-25 17:04:36 +01:00
  • f2436b87b5 pallet macro broke benchmarks_instance, fix by introducing benchmarks_instance_pallet (#8190) Guillaume Thiolliere 2021-02-25 16:25:08 +01:00
  • 4e3dba91be small cleanup after #2518 (#2527) Andronik Ordian 2021-02-25 14:00:20 +01:00
  • d5b308f13c Fix networking debug_asserts (#8200) Pierre Krieger 2021-02-25 13:51:29 +01:00
  • 241302d0e4 Add an is_finished boolean to the grandpa warp sync response (#8203) Ashley 2021-02-25 13:39:30 +01:00
  • 5232e8ad5c allow to write pre and post runtime upgrade in pallet macro (#8194) Guillaume Thiolliere 2021-02-25 11:43:48 +01:00
  • 2f6cadf359 Companion for Substrate #8148 (#2523) André Silva 2021-02-25 09:16:59 +00:00
  • f0c3656489 Add ss58 prefix for HydraDX (#8058) Jakub Pánik 2021-02-25 09:03:49 +00:00
  • 94c29ff666 grandpa: rewrite warp sync proof generation (#8148) André Silva 2021-02-25 08:44:51 +00:00
  • ae218bb608 make runtime API and chain API subsystems blocking too (#2526) Robert Habermeier 2021-02-25 01:26:49 -06:00
  • 327a203dc7 Companion for Substrate #8185 (#2507) Bastian Köcher 2021-02-24 22:31:54 +01:00
  • 8a0e8ea9a6 Move proof generation to the type system level (#8185) Bastian Köcher 2021-02-24 21:43:50 +01:00
  • 3cdaa88509 spawn availability store and approval voting subsystems as blocking tasks (#2521) Robert Habermeier 2021-02-24 14:22:48 -06:00
  • c3ef81ab30 Make sure we generate a valid slot in tests (#2520) Bastian Köcher 2021-02-24 21:07:03 +01:00
  • 5ffb8cb463 [release] Prep for v0.8.29 (#2497) Martin Pugh 2021-02-24 20:32:34 +01:00
  • a4b4264a5a Update to latest Substrate & Polkadot (#341) Bastian Köcher 2021-02-24 20:15:52 +01:00
  • fc8c690cf8 Update to latest Substrate & Polkadot (#341) Bastian Köcher 2021-02-24 20:15:52 +01:00
  • 3309c4366b Display nicer inspect results. (#8198) Tomasz Drwięga 2021-02-24 20:00:00 +01:00
  • 4675a784a8 Revert "bump Substrate" Robert Habermeier 2021-02-24 12:03:55 -06:00
  • 3a13ef6ca8 bump Substrate Robert Habermeier 2021-02-24 11:52:27 -06:00
  • 0fac609a61 merge approval-checking feature back into real-overseer (#2518) Robert Habermeier 2021-02-24 11:28:32 -06:00
  • a3d749f3c5 Add some debug_asserts for #8171 (#8181) Pierre Krieger 2021-02-24 17:13:34 +01:00
  • edbbe27b28 Bump wasm-bindgen from 0.2.69 to 0.2.70 (#2324) dependabot[bot] 2021-02-24 16:17:44 +01:00
  • 4f83b3e247 Properly use weights for the new election pallet (#2508) Kian Paimani 2021-02-24 14:38:22 +00:00
  • 2398bbfaef Migration testing CLI (#2447) Kian Paimani 2021-02-24 14:38:05 +00:00
  • e9f12cb29e Update lib.rs (#8192) Kian Paimani 2021-02-24 12:43:31 +00:00
  • 7d285f7474 [multisig, insubstantial] WeightTooLow -> MaxWeightTooLow (#8112) joshua-mir 2021-02-24 09:31:49 +01:00
  • 76d3814e90 Make on_slot return the block with the post header (#8188) Bastian Köcher 2021-02-24 08:03:05 +01:00
  • 3e3b5f9cba Reserve ss58 prefix 48 for Neatcoin (#8165) Wei Tang 2021-02-24 00:28:57 +01:00
  • 6d46fc1d85 Companion for #8184 (#2506) Martin Pugh 2021-02-23 23:07:45 +01:00
  • 5683f11628 fix master: use view.iter() instead of view.heads (#2510) Robert Habermeier 2021-02-23 15:02:16 -06:00
  • 3300b53306 Approval Checking Improvements Omnibus (#2480) Robert Habermeier 2021-02-23 14:12:28 -06:00
  • 3c4ed7b234 Override RuntimeApi::authorities() to include past sessions (#2494) Parth 2021-02-24 01:19:46 +05:30
  • c4405c40ad Fix type sizes check (#235) Andrew Jones 2021-02-23 17:40:12 +00:00
  • ab325993b4 Remove suicide from frame_system weights (#8184) Martin Pugh 2021-02-23 18:37:17 +01:00
  • eb09db2aef Enable two phase election provider in runtimes in 'DryRun' mode (#2476) Kian Paimani 2021-02-23 15:58:00 +00:00
  • e3f776abed feat/view: assure heads in a view are sorted (#2493) Bernhard Schuster 2021-02-23 16:39:57 +01:00
  • 7205eea40d Decouple Staking and Election - Part 2 Unsigned Phase (#7909) Kian Paimani 2021-02-23 14:46:17 +00:00
  • 571651e326 Change a few fee/weight parameters (#2481) Kian Paimani 2021-02-23 13:34:29 +00:00
  • ece23588d2 Remove v0.8.28 runtime migrations (#2496) Martin Pugh 2021-02-23 13:28:41 +01:00
  • ba659f9440 Bump lru dependency (#8182) Pierre Krieger 2021-02-23 12:52:59 +01:00
  • 9e84a5405c Add a Prometheus alert on no incoming connection (#7517) Pierre Krieger 2021-02-23 10:05:39 +01:00
  • f82489dbee Deposit XCM execution success and fail events. (#338) Shaun Wang 2021-02-23 21:27:47 +13:00
  • d8126cdc13 Deposit XCM execution success and fail events. (#338) Shaun Wang 2021-02-23 21:27:47 +13:00
  • 893c9a60ed Fix XCM encoding in HRMP pallet. (#2491) Shaun Wang 2021-02-23 11:21:17 +13:00
  • e7ac265649 Make Regex in ss58codec and secret phrase crypto static (#8117) (#8177) Robin Syihab 2021-02-23 04:37:48 +07:00
  • 5b57f02e80 Companion for 8166 (Update storage_kill return value) (#2488) Shawn Tabrizi 2021-02-22 11:53:20 -08:00
  • d25229bc89 Return number of keys removed when calling storage_kill on child trie (#8166) Shawn Tabrizi 2021-02-22 11:24:12 -08:00
  • c120e7d83a Update thread_local past the memory leak (#2498) Pierre Krieger 2021-02-22 18:59:47 +01:00
  • 74a1d69477 Bump thread_local (#8174) Arkadiy Paronyan 2021-02-22 18:57:02 +01:00
  • 115dcd81dc Fix: stash account reaped when ledger.active == ED (#8170) Guillaume Thiolliere 2021-02-22 17:46:45 +01:00
  • b2f393945a contracts: Convert to framev2 macros (#8157) Alexander Theißen 2021-02-22 16:18:24 +01:00
  • 2584c121fb Substrate companion for #8163 (#2492) Bastian Köcher 2021-02-22 15:52:43 +01:00
  • 4f4a0c5b38 Make keystore return None when a key doesn't exist (#8163) Bastian Köcher 2021-02-22 15:24:09 +01:00
  • ecf4404903 Migrate examples to use pallet macro (#8138) Guillaume Thiolliere 2021-02-22 12:33:35 +01:00
  • 1b2dd6117b Allow transfer_keep_alive to transfer all free balance (#8125) Guillaume Thiolliere 2021-02-22 12:32:41 +01:00
  • 84071d6d49 contracts: Consider contract size in weights (#8086) Alexander Theißen 2021-02-22 09:52:58 +01:00
  • fbd3148bba Update to libp2p-0.35.1 (#8141) Roman Borschel 2021-02-22 09:52:22 +01:00
  • 44519d1d2c Companion for Substrate#8155 (#2478) Bastian Köcher 2021-02-19 20:59:13 +01:00
  • 821e018d75 Ensure we spawn the block import worker as an essential task (#8155) Bastian Köcher 2021-02-19 17:31:03 +01:00
  • 16a27c28a9 Migration testing runtime API/Bot (#8038) Kian Paimani 2021-02-19 14:52:09 +00:00
  • 82e52b8be8 CI: test and update ci image, codeowners (#8142) Denis Pisarev 2021-02-19 15:48:08 +01:00
  • 49c6aa9a76 feat/jaeger: more spans, more stages (#2477) Bernhard Schuster 2021-02-19 15:19:43 +01:00
  • 20527aec0e Fix warning in rustdoc job (#8159) Bastian Köcher 2021-02-19 15:04:23 +01:00
  • e524c2d744 expose wasm execution method on subxt client config (#230) Greg Hill 2021-02-19 11:40:35 +00:00
  • a5defa7c7f Session Delayed Para Changes / Actions Queue (#2406) Shawn Tabrizi 2021-02-18 23:20:18 -04:00
  • cbe35b9bd4 Remove OnSlot associated type (#8156) Bastian Köcher 2021-02-19 00:15:26 +01:00
  • 2c771e2cae Minor fixes and clarifications (#333) Joshy Orndorff 2021-02-18 12:55:43 -05:00
  • da79d42b6d Minor fixes and clarifications (#333) Joshy Orndorff 2021-02-18 12:55:43 -05:00
  • aa95196be3 Extract transactions handling from protocol.rs (#8110) Pierre Krieger 2021-02-18 17:04:23 +01:00
  • 006602eff2 Replace AuxStore with custom RocksDB (#2471) Robert Habermeier 2021-02-18 09:24:46 -06:00
  • 7fe3b32aa9 Update Substrate & Polkadot again (#332) Bastian Köcher 2021-02-18 15:40:53 +01:00
  • 28d1d00747 Update Substrate & Polkadot again (#332) Bastian Köcher 2021-02-18 15:40:53 +01:00
  • 85489ceb36 [jaeger] unify all used tags, introduce builder pattern, additional… (#2473) Bernhard Schuster 2021-02-18 15:07:17 +01:00
  • b2021030cc Make it clear in CLI that paritydb is experimental (#8152) Bastian Köcher 2021-02-18 14:58:01 +01:00
  • 0b6fbe7315 Benchmark macro: Allow multiple bounds in where (#8116) Albrecht 2021-02-18 12:47:33 +01:00
  • afc4b9bb95 Unbreak browser test CI (#8149) Pierre Krieger 2021-02-18 12:43:13 +01:00
  • de859e7396 Add hooks to register event types for decoding (#227) Andrew Jones 2021-02-18 10:28:40 +00:00
  • fb0106a00e gate approval-checking logic (#2470) Robert Habermeier 2021-02-18 01:05:13 -06:00
  • b7aac51341 A fast-path for requesting AvailableData from backing validators (#2453) Robert Habermeier 2021-02-17 13:51:50 -06:00
  • 4a5e5f13ae Full chunk messages for availability-recovery (#2466) Robert Habermeier 2021-02-17 13:01:39 -06:00
  • 64691eefba Track the collation status in the collator protocol (#2465) Bastian Köcher 2021-02-17 19:26:30 +01:00
  • 59e2a810bb remove unused RequestBlockAuthorshipData (#2455) Robert Habermeier 2021-02-17 11:54:51 -06:00
  • 4004217059 make approval voting work on a small testnet (#2421) Andronik Ordian 2021-02-17 18:35:26 +01:00
  • 2c8e5211aa Substrate 3.0 (#232) Andrew Jones 2021-02-17 16:45:05 +00:00
  • 03a8566cba fix earliest_stored_session (#2461) Andronik Ordian 2021-02-17 17:43:15 +01:00
  • 9e525e296d Allow at most one candidate with a code upgrade in a block (#2456) Robert Habermeier 2021-02-17 10:42:06 -06:00
  • 1e2161258b refactor/reputation: unify the values used (#2462) Bernhard Schuster 2021-02-17 17:18:13 +01:00
  • 62c5896592 [CI] Fix check-tx-version Gitlab job (#2449) Martin Pugh 2021-02-17 16:25:44 +01:00
  • 0771537a0b Polkadot companion for #8043 (#2382) Cecile Tonglet 2021-02-17 11:12:34 +01:00