- 01 Jul, 2020 2 commits
-
-
Bastian Köcher authored
* Downward messages, the front-end. * Move types around to make them accessible from Parachains * Fix compilation * Fix branch * Make it compile for Cumulus * Update the branch names * Add default generic parameter * Implement `Partialeq` * Move upward messages into the `ValidationResult` * Support disabling of the runtime api * Update branch * Adds support for handling downward messages * Implement sending XCMP messages as up/downward messages * service: update to latest ServiceBuilder changes * Make it compile * Initial commit Forked at: b2c9c149 Parent branch: origin/master * Update substrate branch to cecton-update-polkadot-substrate * Update substrate & polkadot to cumulus-branch * Reset branch * Update primitives/src/parachain.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Update runtime/common/src/parachains.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Update runtime/common/src/parachains.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Minor fixes * Fix wasm build Co-authored-by:
Gav Wood <gavin@parity.io> Co-authored-by:
André Silva <andre.beat@gmail.com> Co-authored-by:
Cecile Tonglet <cecile.tonglet@cecton.com> Co-authored-by:
Robert Habermeier <rphmeier@gmail.com>
-
Chevdor authored
* Add registrar proxy * Add proxy filter for registrar for polkadot and westend * Renaming + allow batch calls for Kusama * Add batch calls for other chains
-
- 26 Jun, 2020 1 commit
-
-
Gavin Wood authored
* Companion for #6503 * Remove old filtering * Bump tx version * Bump version * Bump
-
- 25 Jun, 2020 1 commit
-
-
Shawn Tabrizi authored
* add new apis to externalities * Update mod.rs * update for new host function * Rename unused * cargo update -p sp-io * Add whitelists * Apply changes to polkadot runtime as well Co-authored-by:
kianenigma <kian.peymani@gmail.com>
-
- 24 Jun, 2020 1 commit
-
-
Tomasz Drwięga authored
* CheckEra -> CheckMortality * Update substrate.
-
- 23 Jun, 2020 2 commits
-
-
Shawn Tabrizi authored
* Make kusama proxy explicit * Make polkadot explicit * Make westend explicit * bump spec
-
Alexander Theißen authored
* Companion for Substrate #6269 (nested storage tx) * Adjust to PR changes * Bump to newest substrate * Bump spec
-
- 18 Jun, 2020 1 commit
-
-
Kian Paimani authored
* fix all runtimes and add test' * Fix build * Undo changes to lock file? * Fix runtime test * Remove unused imports * cargo update -p sp-io * Update Cargo.lock * bump spec version Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- 17 Jun, 2020 1 commit
-
-
Gavin Wood authored
* Rename old labels. * Bump runtimes * Bump versions * Bump lock
-
- 16 Jun, 2020 1 commit
-
-
thiolliere authored
* remove IsCallable make use of in-origin filter * update lock * bump version for runtimes as spec as changed * trigger CI * Revert "trigger CI" This reverts commit 5ac58fd4.
-
- 12 Jun, 2020 1 commit
-
-
Gavin Wood authored
* Bump versions, tweak deposit costs. * Version * Lock * Make test work ok when numbers are not round. * Bump Substrate * Lock
-
- 09 Jun, 2020 2 commits
-
-
Gavin Wood authored
-
Gavin Wood authored
* Bump versions. * Update lock
-
- 08 Jun, 2020 2 commits
-
-
Gavin Wood authored
-
Gavin Wood authored
* Fix for new Substrate * Fix * Remove Utility constraint in NonTransfer * Bump * Fixes * Allow limited utilities in proxy filters. * Fix * Add SudoBalances proxy restrictions
-
- 06 Jun, 2020 1 commit
-
-
Marcio Diaz authored
* Rename Fixed128 to FixedI128. * Bump cargo, merge #6236 fixes Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- 04 Jun, 2020 1 commit
-
-
Gavin Wood authored
* Introduce generalised proxies to polkadot * Introduce proxy to westend * Add proxy to Kusama. * Fix
-
- 02 Jun, 2020 1 commit
-
-
Kian Paimani authored
* Make it work * Upsub
-
- 01 Jun, 2020 1 commit
-
-
Gavin Wood authored
* Identity * Bump spec * Update runtime/polkadot/src/lib.rs Co-authored-by:
kaichao <kaichaosuna@gmail.com> * Fix runtime * Bump runtimes Co-authored-by:
kaichao <kaichaosuna@gmail.com>
-
- 29 May, 2020 1 commit
-
-
Demi Obenour authored
This lets offline signers know that the transaction format has changed, due to the addition of `transaction_version` to the signed payload.
-
- 27 May, 2020 2 commits
-
-
Bastian Köcher authored
* Make sure that vested claims are not transferable We need to deposit the claimed balance to the destination account before setting the locks through the vesting module. Otherwise we loose the locks and the vested claim is directly transferable. * Add comment * Enable missing feature for webbrowser check * Remove unneeded error variant * Increment `spec_version`'s * Fix tests
-
Kian Paimani authored
* companion for https://github.com/paritytech/substrate/pull/6132 * Fix more tests * upsub * Bump * Update runtime/common/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * remove cleanup * Update runtime/westend/src/lib.rs * Apply suggestions from code review * Fix build Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 26 May, 2020 1 commit
-
-
Gavin Wood authored
* Update claim statements * Update URLs * Minor tweak to make enum agree with URL * final html multihashes * New hashes * Version * updated SAFT statement hash * Update runtimes; this relies on substrate #6131 * Bump * Share transaction filterer and fix Kusama * Warning * Gah! * Tidy * Westend fixes * Westend fix * Tweak constants * Implement TCF stuff * Fix * Warning * 15 minute lookahead * 15 minute lookahead in Polkadot * update max transactions * Enable utility, disable vested_transfer * Update runtime/common/src/lib.rs Co-authored-by:
Tomasz Drwięga <tomusdrw@users.noreply.github.com> * Filter calls for validate unsigned also * Deduplicate * Fix * Introduce Polkadot (mainnet) chainspec * Fix naming. * Enable indices and fix comment. * Fix compilation * Enable indices and fix comment. * polkadot: babe: enable secondary VRF slots * Test JSON * Allow set_heads * Fix * Raw chain spec added Co-authored-by:
keorn <github@i.keorn.org> Co-authored-by:
NikVolf <nikvolf@gmail.com> Co-authored-by:
Tomasz Drwięga <tomusdrw@users.noreply.github.com> Co-authored-by:
Tomasz Drwięga <tomasz@parity.io> Co-authored-by:
André Silva <andre.beat@gmail.com>
-
- 22 May, 2020 1 commit
-
-
Shawn Tabrizi authored
* More benchmarks * Apply suggestions from code review * update cargo Co-authored-by:
Gavin Wood <gavin@parity.io>
-
- 21 May, 2020 2 commits
-
-
Shawn Tabrizi authored
* add system to benchmarks * Update cargo files
-
Shawn Tabrizi authored
* Add new trait to offences * companion for substrate#6069 * update to latest changes * Update Cargo.lock Co-authored-by:
André Silva <andre.beat@gmail.com> Co-authored-by:
Gav Wood <gavin@parity.io>
-
- 20 May, 2020 1 commit
-
-
Tomasz Drwięga authored
* Companion to #6067 * Fix tests? * Use AvailableBlockLimit instead of hardcoding the value. * Bump substrate.
-
- 14 May, 2020 1 commit
-
-
Demi Obenour authored
This allows hardware wallets to know which transactions they can safely sign.
-
- 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>
-
- 06 May, 2020 1 commit
-
-
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
-
- 05 May, 2020 2 commits
-
-
Bastian Köcher authored
-
Shawn Tabrizi authored
* Update Runtime Weights and Fee Calculation * bump spec * Order of operations avoids saturation * Update runtime/polkadot/src/constants.rs * Use frame consts * Update Cargo.lock * Update Cargo.lock * Update Cargo.lock Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 29 Apr, 2020 1 commit
-
-
Gavin Wood authored
* Bump Westend runtime version * Bump Substrate * Prep for release of 0.7.32 * Update lock
-
- 27 Apr, 2020 2 commits
-
-
Kian Paimani authored
* update polkadot * Fix build * Bump Substrate 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 2 commits
-
-
Nikolay Volf authored
-
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 1 commit
-
-
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>
-
- 23 Apr, 2020 1 commit
-
-
Bastian Köcher authored
-
- 22 Apr, 2020 1 commit
-
-
Kian Paimani authored
-