- Oct 04, 2021
-
-
joe petrowski authored
-
- Oct 02, 2021
-
-
ordian authored
* docs: make collators actually work * bump polkadot * include recent fix for overseer
-
- Oct 01, 2021
-
-
Bastian Köcher authored
* Same procedure as not every day * Remove warning * Update
-
- Sep 30, 2021
-
-
Bastian Köcher authored
-
Chevdor authored
* Add extrincic ordering check to CI * Add missing script * Fix default chain * Ignore issues with pkill * Continue on error while trying to stop the node * Set embedded relay chain node * Fix formatting
-
- Sep 26, 2021
-
-
Bastian Köcher authored
* Fix purge-chain test * Update Substrate & Polkadot
-
- Sep 25, 2021
-
-
Chevdor authored
-
- Sep 23, 2021
-
-
Hernando Castano authored
* Add Canvas node as Parachain template * Remove `pallet-contracts` * Point to local Cumulus dependency * Use double quotes instead of single quotes * Get rid of GPL licensing * Remove references to Canvas * Get rid of warnings * Remove GLP-3 License copy-pasta file * Copy in README from `substrate-parachain-template` * Add mention of `polkadot-launch` tool * Add missing screenshot asset * Remove Canvas hidden files and scripts * Rename `template` to `parachain-template` * Remove a few more Canvas references * Add `pallet-template` * Get `pallet-template` compiling * Remove TODOs about Weights * Sort some dependencies * Remove contracts specific const * Change binary name back to `parachain-collator` * RustFmt * Fix mock tests * Purge sneaky whitespace * Add template pallet index to runtime Co-authored-by: Ricardo Rius <[email protected]> * Add force authoring to collator `polkadot-launch` config Co-authored-by: Ricardo Rius <[email protected]> * Refer README readers to `substrate-parachain-template` * Remove license header in `build.rs` Co-authored-by: Michael Müller <[email protected]> * Fix punctuation nitpick Co-authored-by: Michael Müller <[email protected]> * Remove unused `lib.rs` file * Add note about Rococo network Co-authored-by: Ricardo Rius <[email protected]> Co-authored-by: Michael Müller <[email protected]>
-
- Sep 19, 2021
-
-
Keith Yeung authored
* Use DecodeLimit for decoding XCM messages * Use decode_all_with_depth_limit in appropriate places * Use decode_all while decoding byte vector * cargo fmt
-
- Sep 17, 2021
-
-
asynchronous rob authored
* bump deps * update balances weights * fix warnings
-
- Sep 16, 2021
-
-
Chevdor authored
* ci: add quick-check with clippy and rustfmt * chore: rustfmt round * chore: set the same rustfmt config than substrate * chore: fix formatting * cI: remove clippy * ci: switch to nightly for the checks * ci: fix toolchains and naming * ci: Limit the check to formatting * chore: fix formatting * Update .rustfmt.toml * Update .rustfmt.toml Co-authored-by: Bastian Köcher <[email protected]>
-
Andrew Jones authored
* Remove event pallet::metadata attributes * Add scale-info deps, TypeInfo derives, update call variants * Update metadata runtime APIs * Add missing scale_info dependency, update rococo runtime API * Add missing scale_info dependency * Remove pushed diener patches * Cargo.lock * Add missing scale-info dependencies * Fixes * Statemint runtime fixes * Call struct variant empty matches * Add missing scale-info dependency * Fixes * scale-info 1.0 * cargo update -p xcm * update lock * Update Cargo.lock * update to latest polkadot * remove rpc_http_threads https://github.com/paritytech/substrate/pull/9737 * replace task executor with tokio handler https://github.com/paritytech/substrate/pull/9737 * fix test compilation? * Update Cargo.lock * cargo update * remove unused * Update substrate and polkadot * Update test/client/src/lib.rs Co-authored-by: Shawn Tabrizi <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
Alexander authored
* Add build with docker info to README * removed few lines * small fix README
-
Bastian Köcher authored
-
- Sep 14, 2021
-
-
e.g. magical unicorn authored
-
Bastian Köcher authored
-
- Sep 12, 2021
-
-
Squirrel authored
-
- Sep 11, 2021
-
-
Denis_P authored
-
- Sep 10, 2021
-
-
Hernando Castano authored
* Bump Substrate, Polkadot, and BEEFY * Add `Sync` bound to Aura trait bounds
-
- Sep 04, 2021
-
-
asynchronous rob authored
* bump deps, fix aura-ext pallet, and fill in stubs for XCM * response handler, asset trap, asset claims * subscription_service * update xcmp-queue mock * fix tests * Update polkadot deps Co-authored-by: Andronik Ordian <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
- Sep 03, 2021
-
-
Chevdor authored
* remove exec flag on json file * fix dockerignore filter to allow building the injected docker image * Update docker/injected.Dockerfile * Update docker/scripts/build-injected-image.sh Co-authored-by: Martin Pugh <[email protected]> Co-authored-by: Denis Pisarev <[email protected]>
-
- Aug 28, 2021
-
-
Gavin Wood authored
* Bump Tokio to 1.10 * Missed one
-
Gavin Wood authored
* Update .gitignore and bring into line with XCM v2's SendError * type * Some work * Weighed responses * extra fields to xcm pallet * Fixes * Bump
-
- Aug 26, 2021
-
-
Ricardo Rius authored
-
- Aug 22, 2021
-
-
Bastian Köcher authored
-
- 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]>
-
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 <[email protected]> Co-authored-by: Denis Pisarev <[email protected]>
-
- 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 <[email protected]>
-
- 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
-