- Jun 28, 2021
-
-
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 <[email protected]>
-
- Jun 22, 2021
-
-
JesseAbram authored
* min collator check * change statemint/mine min candidates * Ci pass * Update pallets/collator-selection/src/lib.rs Co-authored-by: Shawn Tabrizi <[email protected]> * Update pallets/collator-selection/src/lib.rs Co-authored-by: Shawn Tabrizi <[email protected]> * Apply suggestions from code review * build fixes * add error messages to errors * added validator register check Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Jun 20, 2021
-
-
Shawn Tabrizi authored
-
André Silva authored
* use max_block_proposal_slot_portion * remove patch now that Substrate PR is merged Co-authored-by: Robert Habermeier <[email protected]>
-
- Jun 19, 2021
-
-
Shawn Tabrizi authored
* fix max block weight * fix milli per block too
-
- Jun 17, 2021
-
-
Sergey Pepyakin authored
* WIP: Update Substrate * Update Substrate & Polkadot * fixes * more fixes * few missing origins * use spawn_essential_handle * bump polkadot dep * remove newlines * fix test Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Jun 16, 2021
-
-
Shawn Tabrizi authored
* remove all assets and uniques from `NonTransfer` proxy * fix merge
-
Bastian Köcher authored
This is required to support patching Substrate, as otherwise there are two crates with the same name.
-
Bastian Köcher authored
* Adds support for checking the timestamp inherent while validating a block This adds support for checking the timestamp inherent while validating a block. This will use the relay chain slot number * relay chain slot duration to calculate a timestamp. This timestamp is used to check the timestamp in the timestamp inherent. * Update polkadot-parachains/rococo-runtime/src/lib.rs Co-authored-by: Shawn Tabrizi <[email protected]> * Update polkadot-parachains/statemine-runtime/src/lib.rs Co-authored-by: Shawn Tabrizi <[email protected]> * Update primitives/timestamp/src/lib.rs Co-authored-by: André Silva <[email protected]> * Fix warnings Co-authored-by: Shawn Tabrizi <[email protected]> Co-authored-by: André Silva <[email protected]>
-
- Jun 12, 2021
-
-
Bastian Köcher authored
* Start * More work * Add proc-macro for `validate_block` * Make everything compile * Add some test
-
- Jun 10, 2021
-
-
thiolliere authored
* update substrate/polkadot with construct_runtime changes * fix update * Fixes * More fixes * fix test, but might be wrong fix Co-authored-by: Bastian Köcher <[email protected]>
-
- Jun 08, 2021
-
-
JesseAbram authored
* session weight * decouple session benchmarking and collator selection * removed mock * licensing * benchmarking script * set benchmarking into runtime * Update scripts/benchmarks.sh * real weights Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Jun 07, 2021
-
-
Bastian Köcher authored
This is basically a hack that prevents the inclusion of `:code` in the storage proof. A proper fix requires some changes to the trie crate to not include nodes that aren't read.
-
- Jun 04, 2021
-
-
Xiliang Chen authored
* update substrate * try again
-
e.g. magical unicorn authored
* add raw chainspecs * rename chain specs * add statemine to accepted --chain values * fix up westmint chainspec * fix up westmint chainspec * add token symbol and decimals to statemine chain spec Co-authored-by: Alexander Popiak <[email protected]>
-
- Jun 02, 2021
-
-
Alexander Popiak authored
* set default para id to 1000 * add genesis value generation script * add statemine chain spec and genesis values * add westmint chain spec and genesis values * rename chain specs to _genesis to indicate that they are not usable for syncing the chain * adjust chain names to reduce confusion * add westmint chain spec * set chain id to shell * comment out statemine chain spec * fix build Co-authored-by: joepetrowski <[email protected]>
-
Bastian Köcher authored
-
Gavin Wood authored
-
Gavin Wood authored
* Add NFTs to Statemine * Update NFT deposits * add_benchmark * add feature flag * std feature too * add weights * add `transfer_ownership` to `NonTransfer` blacklist * fix merge * add `approve_transfer` to `NonTransfer` blacklist Co-authored-by: Shawn Tabrizi <[email protected]>
-
joe petrowski authored
-
- Jun 01, 2021
-
-
Gavin Wood authored
* Add Statemint * Versioning. * Fixes * Fixes * Fixes * Fixes * Fixes * Benchmarking * kick patch (paritytech/statemin#88) * Westmint Chain Spec (paritytech/statemint#90) * Tidy the common .toml * Update weights * add westmint sudo key comment * Port consensus stuff * fix typo * fix typo ... again * Recognise Westmint Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
- May 31, 2021
-
-
Bastian Köcher authored
-
- May 26, 2021
-
-
Bastian Köcher authored
* Start with a failing integration test & some refactorings * More work * Make it "work" * Add `NullConsensus` for the test * More refactorings * Move stuff over to its own crate * Refactorings * Integrate it into `service` and make the test working * Docs and some exit condition * Use the real import queue * Fix tests * Update client/pov-recovery/src/active_candidate_recovery.rs Co-authored-by: Bernhard Schuster <[email protected]> * Fetch slot duration from the relay chain * Docs * Fixes Co-authored-by: Bernhard Schuster <[email protected]>
-
- May 23, 2021
-
-
Bastian Köcher authored
* Make Aura and relay chain verifier buildable * AHHH * Ahhh2 * Ahhh3 * Move `ParachainBlockImport` * Updates because of Substrate * Revert "AHHH" This reverts commit 3f7c84327e1036ed71a8e2bd30f6416d32bae5a2. * Fix warning
-
- May 19, 2021
-
-
Sergey Pepyakin authored
* Slap runtime_version macro everywhere * Update Substrate This includes the fix of compilation for macOS platforms.
-
- May 17, 2021
-
-
Bastian Köcher authored
* Introduce `CollectCollationInfo` runtime api Instead of using well known keys to communicate information about a collation between the runtime and the collator, we now use a runtime api for this. * Fixes bug * Apply suggestions from code review Co-authored-by: Sergei Shulepov <[email protected]> * Doc update Co-authored-by: Sergei Shulepov <[email protected]>
-
- May 13, 2021
-
-
Bastian Köcher authored
Before when loading a chain spec from a file it was always using the rococo parachains runtime genesis config. This leaded to problems when trying to convert a shell chain spec json file to a raw chain spec.
-
Gavin Wood authored
* Companion for #3010 (Reserve Xfer extrinsic) * cargo update -p xcm Co-authored-by: Shawn Tabrizi <[email protected]>
-
- May 12, 2021
-
-
Gavin Wood authored
* Companion for #3007: Track teleported assets * Bump * Try fix the breakage Co-authored-by: Sergei Shulepov <[email protected]>
-
Bastian Köcher authored
* Rename `rococo-collator` to `polkadot-collator` Also contains some other small changes. * Test fixes and some further search&replace
-