- 21 May, 2020 3 commits
-
-
thiolliere authored
* make council members able to note preimage using operation extirnsic * Bump Co-authored-by:
Gav Wood <gavin@parity.io>
-
Alexander Theißen authored
* Switch from Convert to WeightToFeePolynomial * Bump Co-authored-by:
Gav Wood <gavin@parity.io>
-
Arkadiy Paronyan authored
-
- 20 May, 2020 1 commit
-
-
Tomasz Drwięga authored
* Companion to #6067 * Fix tests? * Use AvailableBlockLimit instead of hardcoding the value. * Bump substrate.
-
- 19 May, 2020 1 commit
-
-
Nikolay Volf authored
* add metrics * reset & update * update
-
- 18 May, 2020 1 commit
-
-
Pierre Krieger authored
-
- 17 May, 2020 1 commit
-
-
André Silva authored
-
- 16 May, 2020 3 commits
-
-
Jon Häggblad authored
Enable babe_epochAuthorship that was added in substrate#4729 for querying information about slots that can be claimed in the current epoch.
-
Arkadiy Paronyan authored
* remove on_block_imported * remove on_block_imported Co-authored-by:
Gav Wood <gavin@parity.io>
-
Gavin Wood authored
* Introduce mandatory statement signing into claims * Introduce SignedExtension * Tests passing * Bump runtime version * Bump version, fix test * Test for validate * Another couple of tests * Enable PrevalidateAttests on Polkadot * Enable PrevalidateAttests on Polkadot * Fix build * Fixes * More fixes * Fix bench tests * Fix & test Preclaim clobbering. * Fix for errant claim logic * Add test * Update tests, always use Vec as input * mint_claim can add signature, some_benchmarks * Add claim with statement test * finish benchmarks * put the correct number of claims with benchmarks * fix compiler warning * Update weights * Weight comments for validation Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- 15 May, 2020 3 commits
-
-
Benjamin Kampmann authored
-
thiolliere authored
-
Benjamin Kampmann authored
-
- 14 May, 2020 1 commit
-
-
Alexander Popiak authored
-
- 13 May, 2020 1 commit
-
-
Bastian Köcher authored
* Companion pr for #6012 * Update `Cargo.lock`
-
- 12 May, 2020 1 commit
-
-
Shawn Tabrizi authored
* Update for split weights * Update `Cargo.lock` * Bump all `spec_version`s Co-authored-by:
Bastian Köcher <git@kchr.de>
-
- 07 May, 2020 1 commit
-
-
Bastian Köcher authored
-
- 06 May, 2020 2 commits
-
-
André Silva authored
* grandpa: report equivocations on all runtimes * runtime: fix test-runtime compilation * runtime: enable historical session manager on all runtimes * runtime: fix indentation * runtime: use strong key types in KeyOwnerProofSystem definitions * update substrate * bump spec_version of runtimes
-
Max Inden authored
* network/src/legacy/gossip: Return bounded channel when testing * Cargo.lock: Update to current Substrate master
-
- 05 May, 2020 2 commits
-
-
Gavin Wood authored
-
Bastian Köcher authored
* Companion pr for Substrate #5889 * Update Substrate ref
-
- 04 May, 2020 2 commits
-
-
Jon Häggblad authored
* Companion PR for Substrate #5375 * fix compilation * Update rpc/Cargo.toml * update substrate Co-authored-by:
André Silva <andre.beat@gmail.com> Co-authored-by:
Benjamin Kampmann <ben@gnunicorn.org>
-
Bastian Köcher authored
* Companion for Substrate#5860 * Update Substrate
-
- 30 Apr, 2020 1 commit
-
-
Bastian Köcher authored
* Update to latest Substrate master * again
-
- 29 Apr, 2020 1 commit
-
-
Gavin Wood authored
* Bump Westend runtime version * Bump Substrate * Prep for release of 0.7.32 * Update lock
-
- 28 Apr, 2020 3 commits
-
-
thiolliere authored
* fix tests * add cargo lock * update substrate
-
Seun Lanlege authored
* WIP * collator * fix missing reference * Make collator builder more generic * all clear * revert start colator fn * fix return type of start_collator * sc-consensus * bump back to master * Update collator/src/lib.rs Co-Authored-By:
Benjamin Kampmann <ben@gnunicorn.org> * Update collator/src/lib.rs Co-Authored-By:
Pierre Krieger <pierre.krieger1708@gmail.com> * uncomment type MaxIterations * reactivate append storage feature Co-authored-by:
Benjamin Kampmann <ben@gnunicorn.org> Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com>
-
Nikolay Volf authored
-
- 27 Apr, 2020 3 commits
-
-
Kian Paimani authored
* update polkadot * Fix build * Bump Substrate Co-authored-by:
Gav Wood <gavin@parity.io>
-
Nikolay Volf authored
* add storage_append * Bump versions Co-authored-by:
Gav Wood <gavin@parity.io>
-
Shawn Tabrizi authored
* Add benchmarking suite to all runtimes * Add `runtime-benchmarks` feature to `test-linux-stable` * Update Cargo.lock * Update Cargo.lock * Update Cargo.lock * "user" instead of "caller" * undo these changes
-
- 25 Apr, 2020 1 commit
-
-
Shawn Tabrizi authored
* Update to changes in Substrate * Fix trait * Remove `TransactionBaseFee` * add temporary values for extrinsic base weight and block execution weight * Update Cargo.lock
-
- 24 Apr, 2020 2 commits
-
-
Wei Tang authored
* Companion PR for #5501 * Bump runtime versions * add MaxRegistrars config * Pull substrate master in PR-5501 * Attempt to fix pin commit again * update to substrate master Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> Co-authored-by:
André Silva <andre.beat@gmail.com>
-
Bastian Köcher authored
* add module ids to kusama runtime * update kusam with polkadot runtimes to have moduleids configured * trivial * define module id for treasury in crowdfund.rs * crodfund builds without issue * remove commented out code * switch crowdfund to configurable moduleid * test-runtime passing * trivial syntax * add module id to mock * Update `Cargo.lock` Co-authored-by:
zeke <emostov@middlebury.edu>
-
- 23 Apr, 2020 1 commit
-
-
Bastian Köcher authored
* Companion pr for Substrate #5741 * update to substrate master Co-authored-by:
André Silva <andre.beat@gmail.com>
-
- 22 Apr, 2020 1 commit
-
-
Kian Paimani authored
* Companion for substrate/5686 * Update substrate
-
- 21 Apr, 2020 3 commits
-
-
Rakan Alhneiti authored
* Implement offchain::SendTransactionTypes * Fix test-runtime * Fix Kusama * Add SendTransactiontypes to Kusama * impl SendTransactiontypes for parachains and registrar * Fix typos * Provided extrinsic type * Implement AppCrypto for signing transactions * Add signing capabilities to runtime * Fix test runtimes * Implement CreateSignedtransaction for Test * Implement signing types for test runtimes * Fix test runtime create transaction impl * Fix build * Bump kusama's spec version * Update substrate * Use all_accounts
-
Ashley authored
* Switch from using the substrate_test_runtime Extrinsic to the polkadot_test_runtime one * Copy genesismap into test-runtime * Add UncheckedExtrinsics * Fix tests :^) * Remove unused functions from genesismap * DRY, clean up * Clean up * Update service/src/grandpa_support.rs Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * Fix indentation * Update runtime/test-runtime/src/genesismap.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
cheme authored
-
- 17 Apr, 2020 1 commit
-
-
Bastian Köcher authored
* Release 0.7.30 * Update Substrate & libp2p
-