- Aug 17, 2021
-
-
joe petrowski authored
-
hamidra authored
* add payment rpc to parachains * connect payment rpc to parachains clients * fix the rumtime_api bound/ add separate start node implementation for shell * use cumulus/parachain specific primitives * Update polkadot-parachains/src/rpc.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * rename txpool dependency * fix the package name * move parachain primitives to separate module * Refactor Shared Primitves for Payment Info (#577) * rename to parachains-common * refactor shared opaque * remove primitives * Update service.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
Alexander Popiak authored
necessary because of https://github.com/paritytech/substrate/pull/9491
-
- Aug 13, 2021
-
-
Bastian Köcher authored
-
- Aug 12, 2021
-
-
Keith Yeung authored
* Use new MultiLocation syntax everywhere * Make tests compile
-
- Aug 10, 2021
- Aug 09, 2021
-
-
Denis_P authored
* CI: fix gh doc publishing * CI: it needs nightly * CI: add wasm32 target * CI: return to running on master
-
Gavin Wood authored
* Remove Filter and use Contains instead * Fixes * Remove patch * Bump Polkadot * bump
-
Joshy Orndorff authored
* Publish rustdocs to github pages * @TriplEight 's suggestions from code review Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io> Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io>
-
- Aug 07, 2021
-
-
Bastian Köcher authored
-
- Aug 06, 2021
-
-
Gavin Wood authored
* support for XCM v1 * Fixes * Fix. * Use `xcm::latest` * Bump Polkadot Co-authored-by:
Bastian Köcher <info@kchr.de>
-
- Aug 05, 2021
-
-
Bastian Köcher authored
-
Shaun Wang authored
* Use definitions from polkadot. * Remove unused imports. * Rerun CI.
-
- Aug 03, 2021
-
-
Bastian Köcher authored
-
Bastian Köcher authored
* Update Substrate & Polkadot * Format * Update again
-
- Jul 30, 2021
-
-
Chevdor authored
-
- Jul 27, 2021
-
-
Bastian Köcher authored
* Update Substrate & Polkadot * Update client/service/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Update client/service/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by:
Andronik Ordian <write@reusable.software>
-
Chevdor authored
-
- Jul 23, 2021
-
-
Denis_P authored
* CI: build a test artifact * CI: try building before testing * CI: try proper bin name * CI: preempty cache to benchmark properly * CI: run build after test * CI: change target source * CI: try build before test once again * CI: chore * CI: prepopulate target cache * CI: conditional build; aws sync * CI: mock building to test publishing * CI: lacks permissions in the other job * CI: undebug
-
tgmichel authored
-
- Jul 21, 2021
-
-
Bastian Köcher authored
* Do not set best block when there already exists a best block with an higher number * Apply suggestions from code review Co-authored-by:
André Silva <123550+andresilva@users.noreply.github.com> Co-authored-by:
André Silva <123550+andresilva@users.noreply.github.com>
-
- Jul 20, 2021
-
-
Bastian Köcher authored
-
- Jul 16, 2021
-
-
André Silva authored
-
- Jul 15, 2021
-
-
Shawn Tabrizi authored
* Add uniques to westmint and statemint * update cargo * Update Cargo.lock * Update lib.rs * fix merge * Apply suggestions from code review Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * fix build Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> Co-authored-by:
joepetrowski <joe@parity.io>
-
Gavin Wood authored
* Enable permissionless asset creation * Fixes * Fixes * Update polkadot-parachains/statemine-runtime/src/lib.rs Co-authored-by:
Joshy Orndorff <JoshOrndorff@users.noreply.github.com> * update Cargo.lock Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> Co-authored-by:
Joshy Orndorff <JoshOrndorff@users.noreply.github.com> Co-authored-by:
joepetrowski <joe@parity.io>
-
Shawn Tabrizi authored
-
Keith Yeung authored
* Properly declare #[pallet::validate_unsigned] in ParachainSystem * Add ValidateUnsigned to construct_runtime in ParachainSystem tests
-
- Jul 07, 2021
-
-
Sergey Pepyakin authored
One breaking change: - https://github.com/paritytech/substrate/pull/9209
-
Chevdor authored
- add builds for "statemint", "rococo", "shell" - switch to chevdor/srtool-actions@v0.3.0 which default the new srtool image from paritytech/srtool - bumps up the version of subwasm - cleanup - ability to start builds on-demand
-
- Jul 06, 2021
-
-
Shaun Wang authored
* Fix xcmp message processing condition. * add a very simple test * Update Cargo.lock * remove comment * remove comment Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Alexander Popiak <alexander.popiak@gmail.com>
-
Bastian Köcher authored
This brings back the runtime upgrade test and also updates Substrate & Polkadot.
-
- Jul 05, 2021
-
-
Bastian Köcher authored
-
- Jul 02, 2021
-
-
Bruno Škvorc authored
* Propose bumping StringLimit to 64 bytes The StringLimit of 50 bytes is too short for useful hashes of different protocols: - When using IPFS, the hash is 46 bytes. With a protocol prefix and type prefix (IPFS vs IPNS) it becomes: `ipfs://ipfs/QmPK1s3pNYLi9ERiq3BDxKa4XosgWwFRQUydHUtz4YgpqB` or 59 bytes. - On arweave, the hash is 43 bytes. Prefixed with just `arweave://` bumps it up to 53: `arweave://BNttzDav3jHVnNiV7nYbQv-GY0HQ-4XXsdkE5K9ylHQ`. - On Sia, with 46 char hashes, adding `sia://` as the protocol to use will bump it past 50: `sia://GACjmEWXmYF1N3Rc-PyjN304-8M0zOXHYzAXY9222xkGhA` (52) As such, we feel that 64 bytes is a reasonable minimum for the `StringLimit`. * Update lib.rs * Add different const for `UniquesStringLimit` Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- Jun 28, 2021
-
-
Sergey Pepyakin authored
* Update Substrate & Polkadot * Basti improvements Co-authored-by:
Bastian Köcher <info@kchr.de>
-
Xiliang Chen authored
* add RelaychainBlockNumberProvider * add docs
-
Chevdor authored
chore: refactor for consistant naming of the crates and paths of the runtimes * tests: ignore folder created by the tests * chore: refactoring * Update polkadot-parachains/Cargo.toml Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- Jun 23, 2021
-
-
Joshy Orndorff authored
* Bring in code from moonbeam * move it to mock.rs * Actually build it
-
- Jun 22, 2021
-
-
zjb0807 authored
-
JesseAbram authored
* min collator check * change statemint/mine min candidates * Ci pass * Update pallets/collator-selection/src/lib.rs Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> * Update pallets/collator-selection/src/lib.rs Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> * Apply suggestions from code review * build fixes * add error messages to errors * added validator register check Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-