- Nov 09, 2021
-
-
Ignacio Palacios authored
* randomess collective flip removed * cargo.lock + fix * remove migration for statemint * fmt fix * update cargo.lock Co-authored-by: Alexander Popiak <[email protected]>
-
Bastian Köcher authored
* Rework the runtime upgrade test * Update test/service/tests/runtime_upgrade.rs * Update test/service/tests/runtime_upgrade.rs * Update Cargo.lock * FMT Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Nov 08, 2021
-
-
Alexander Popiak authored
* Update references * update deps * set substrate deps for pallet-asset-tx-payment * add DisabledValidatorsThreshold to parachain template * add DisabledValidatorsThreshold to statemint runtimes * adjust imports * update Cargo-lock * add DisabledValidatorsThreshold to mock config * cargo +nightly fmt * adjust on_disabled type * remove on_chain_votes function in ParachainHost impl * remove ScrapedOnChainVotes * bump polkadot-collator version Co-authored-by: Chevdor <[email protected]> * update Cargo.lock * set spec_versions to 500 * Statemine cannot execute. * disallow XCM execute on statemint * cargo fmt * remove unnecessary dep on node-primitives * select parachains-common/std feature when building rococo-runtime with std * adjust Statemint to the three digit spec_version format * Add script to generate simple changelogs (#668) * Update weights from v4 for v5 comparison (#673) * updates weights * pallet_unique benchmarks added + weights upstream from v4 * Fix benchmarks after Parachain Template (#677) * updates weights * pallet_unique benchmarks added + weights upstream from v4 * benchmarks fix for parachain template * Weights updates for Statemine v5 (#682) * updates weights * pallet_unique benchmarks added + weights upstream from v4 * weights updates for statemine v5 * mention Storage in construct_runtime macro for pallet-xcm (#680) * Use pallet-xcm for version wrapping (#689) * use PolkadotXcm for XcmRouter WrapVersion * use PolkadotXcm for version wrapping Co-authored-by: Bryan Chen <[email protected]> * patch weight for batch_all from rerun * Runtime version bump to v503 (#694) * adjust genesis value generation scripts to output entries array + add script to derive encoded call * add script to generate shell spec from runtime wasm * Ensure a bad datastream cannot cause problems (#701) * Ensure a bad datastream cannot cause problems * Formatting * Formatting * update Polkadot (to 0.9.11 169bab55d) * bump spec versions * Allow Queries and Subscriptions Fixes Formatting * fix build * make fmt happy * statemint imports * slight naming changes in script * add shell genesis data + wasm + chainspec * adjust generated shell spec with production config values * update Substrate and Polkadot to master * fix deps * swap out bootnodes for statemint shell * add a script for verifying the shell chain spec * add sha checksum for head data * remove verification script * remove hex wasm file * update Substrate and Polkadot again and fix compilation * update and fix lock file * formatting * remove redundant dispatch_as weight Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Chevdor <[email protected]> Co-authored-by: Gav Wood <[email protected]> Co-authored-by: Ignacio Palacios <[email protected]> Co-authored-by: Bryan Chen <[email protected]> Co-authored-by: joepetrowski <[email protected]>
-
- Nov 04, 2021
-
-
Shawn Tabrizi authored
* dispatch as companion * oops, forgot to save file * Update Cargo.lock
-
- Nov 03, 2021
-
-
Chevdor authored
-
- Oct 31, 2021
-
-
thiolliere authored
* udpate polkadot substrate * fmt with latest nightly
-
- Oct 29, 2021
-
-
Bastian Köcher authored
* Update Substrate & Polkadot * FMT
-
- Oct 27, 2021
-
-
Keith Yeung authored
* Bump syn to 1.0.81 * Make formatting check happy
-
Gavin Wood authored
* Allow Queries and Subscriptions * Fixes * Formatting
-
Gavin Wood authored
* Ensure a bad datastream cannot cause problems * Formatting * Formatting
-
- Oct 22, 2021
-
-
Chris Sosnin authored
* Update mock runtime API * update Polkadot packages Co-authored-by: joao-paulo-parity <[email protected]>
-
- Oct 20, 2021
-
-
Alexander Popiak authored
* disable permissionless asset creation for Statemint * cargo fmt * fix import and call format
-
- Oct 19, 2021
-
-
Alexander Popiak authored
-
Alexander Popiak authored
* move dev-deps into correct section * generate Readme.md * Update pallets/asset-tx-payment/README.md Co-authored-by: Keith Yeung <[email protected]> Co-authored-by: Keith Yeung <[email protected]>
-
- Oct 17, 2021
-
-
Gavin Wood authored
* Make sure comments and code for local origins match * Fixes
-
- Oct 15, 2021
-
-
Martin Pugh authored
-
Alexander Popiak authored
* add minimal mention of Statemint in the readme * use unicode coin
-
Alexander Popiak authored
-
Alexander Popiak authored
* select parachains-common/std feature when building rococo-runtime with std * remove unnecessary dep on node-primitives
-
Alexander Popiak authored
-
ordian authored
-
- Oct 14, 2021
-
-
Alexander Popiak authored
-
Gavin Wood authored
* Statemine cannot execute. * FMT Co-authored-by: Bastian Köcher <[email protected]>
-
Bastian Köcher authored
-
Dan Shields authored
Co-authored-by: Dan Shields <[email protected]>
-
- Oct 12, 2021
-
-
Sergey Pepyakin authored
* Look at the upgrade go-ahead and restriction signals * Update Cargo.toml * Drop old docs for validation code * Update tests * Fix typo * Add doc-comments for read_optional_entry * Add a note about ValidationData * Introduce migration for removing unused storage entry * Fix indentation * Use intra-doc link syntax * Double-check that GoAhead signal is not spurious * fmt * Drop commented code * Fix typos Co-authored-by: Alexander Popiak <[email protected]> * Add a weight for StorageVersion write Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Chris Sosnin <[email protected]> Co-authored-by: Chris Sosnin <[email protected]> Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
Ayush Mishra authored
* Added Key in subcommand * Update command.rs Co-authored-by: Ayush <>
-
- Oct 11, 2021
-
-
Alexander Popiak authored
* use new pallet name based genesis config names * use custom substrate and update polkadot * add initial asset-tx-payment pallet * update cargo.toml * add (failing) tests * dispatch Calls instead of using Pallet functions * fix fee-refund split * add test for transaction payment with tip * update cargo.lock * update cargo.lock * remove mint workaround and use Mutable trait * extract fee charging logic into OnChargeAssetTransaction trait * use asset-tx-payment in statemint runtime * make extrinsics public * make extrinsics public * use ChargeAssetIdOf type alias * update deps * move back to AssetIdOf * remove extra rpc_http_threads * use different substrate branch * Update pallets/asset-tx-payment/src/payment.rs Co-authored-by: Tomasz Drwięga <[email protected]> * Update pallets/asset-tx-payment/src/payment.rs Co-authored-by: Tomasz Drwięga <[email protected]> * remove overrides * override substrate deps (again) * increment spec_version and transaction_version (because we change transaction signing) * remove direct dependency on pallet-balances from asset-tx-payment * remove Assets pallet visibility workaround * add docs and comments * remove unused imports * more docs * add more debug asserts to document assumptions * add test for tx payment from account with only assets * add test for missing asset case * extend test to cover non-sufficient assets * add a test for Pays::No (refunded transaction) * add type alias comments * add more doc comments * add asset-tx-payment to statemine and westmint * improve formatting * update license headers * add default implementation of HandleCredit for () * update doc comments and format imports * adjust Cargo.toml * update cargo.lock * cargo fmt * cargo fmt * cargo fmt * cargo +nightly fmt * add type alias for OnChargeTransaction * cargo +nightly fmt * convert ChargeAssetTxPayment from tuple struct to regular struct * add more comments * formatting * adjust imports and comment * cargo +nightly fmt * reformat comment * use ChargeTransactionPayment's own get_priority + update Substrate * update Substrate and Polkadot * cargo fmt * cargo fmt * add OperationalFeeMultiplier to asset tx payment tests * Apply suggestions from code review Co-authored-by: Bastian Köcher <[email protected]> * add doc links * charge a minimum converted asset fee of 1 if the input fee is greater zero * cargo +nightly fmt * bump spec and transaction version Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
Alexander Popiak authored
* bump runtime spec version * remove applied runtime migrations * bump transaction_version necessary because of extrinsic API changes to pallet-xcm https://github.com/paritytech/polkadot/pull/3693 * Fix Benchmarks for Statemine-V4 release (#639) * register validators * register_as_candidate & leave_intent fixed * new_session benchmark fixed * intent_leave_modified * clean up * clean up * benchmark script updated * update cargo.lock * done Co-authored-by: Alexander Popiak <[email protected]> * Version bump (#648) * Version bump fix #646 * Revert "Version bump" This reverts commit 07517e0e76a37a1dd67176fec0524d0211666635. * Bump polkadot-collator version * Update polkadot-parachains/Cargo.toml Co-authored-by: Bastian Köcher <[email protected]> * Update deps * Bump version to 4.0.0 Co-authored-by: Bastian Köcher <[email protected]> * cargo toml fix * update deps and remove DisabledValidatorThreshold * cargo +nightly fmt * fix compile error * fix client tests after Polkadot update Co-authored-by: Ignacio Palacios <[email protected]> Co-authored-by: Chevdor <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
- Oct 05, 2021
-
-
Alexander Popiak authored
* update Substrate and Polkadot * Update parachain-template/runtime/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]>
-
Alexander Popiak authored
* add AssetId type alias in statemint-common * add FungiblesAdapter to allow for asset transactions via XCM * use custom Polkadot * fix FungiblesAdapter usage and add CheckingAccount * update deps * remove polkadot overrides * update deps * pull NonZeroIssuance struct into common + add FungiblesTransactor to Statemine and Westmint * remove unnecessary tuple wrapping + adjust asset transactor comments * accept statemint as reserve in rococo test parachain * adjust parachain config (add Statemint as reserve) * add test and docs for AssetsFrom * cargo fmt Co-authored-by: Ricardo Rius <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Oct 04, 2021
-
-
Bastian Köcher authored
* Add `relay_parent` to block announce data This is required to make it more future proof when contextual execution is coming. While this changes the `BlockAnnounceData` type, it is written in a way to make it backwards compatible. * FMT
-
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]>
-