-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chain-spec
: support for json
config/patch (and GenesisBuilder
API)
#7508
base: master
Are you sure you want to change the base?
chain-spec
: support for json
config/patch (and GenesisBuilder
API)
#7508
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8fc2ca - Browse repository at this point
Copy the full SHA d8fc2caView commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d6fc63 - Browse repository at this point
Copy the full SHA 9d6fc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f0581a - Browse repository at this point
Copy the full SHA 9f0581aView commit details
Commits on Jul 20, 2023
-
rococo-runtime: EpochDurationInBlock is controlled by feature
New feature fast-runtime-10m was added. This adds new rococo-runtime blob with hard-coded epochDuration. This prevents from manipulating the state to change the runtime constants. This commit also allows to remove `RococoGenesisExt` hack.
Configuration menu - View commit details
-
Copy full SHA for f6a65f2 - Browse repository at this point
Copy the full SHA f6a65f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b4d8c - Browse repository at this point
Copy the full SHA 52b4d8cView commit details -
chain-specs: RuntimeGenesisConfig remove, JSON patches added
In this commit: - all references to `RuntimeGenesisConfig` are removed, - `RococoGenesisExt` is removed. It was the hack to allow overwriting `EpochDurationInBlocks` (1m/10m/60m rococo runtimes are now available), - all `(kusama|polkadot|versi|rococo|wococo)_(staging|dev)_genesis_config` functions now return the JSON patch for default runtime `GenesisConfig`, - ChainSpecBuilder is used, `from_gensis` is removed,
Configuration menu - View commit details
-
Copy full SHA for cfc2dcb - Browse repository at this point
Copy the full SHA cfc2dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9f732 - Browse repository at this point
Copy the full SHA ae9f732View commit details -
Merge remote-tracking branch 'origin/master' into mku-chain-spec-supp…
…ort-for-genesis-builder-api
Configuration menu - View commit details
-
Copy full SHA for cf31128 - Browse repository at this point
Copy the full SHA cf31128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d2de3 - Browse repository at this point
Copy the full SHA 39d2de3View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 352bbb0 - Browse repository at this point
Copy the full SHA 352bbb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f54b7 - Browse repository at this point
Copy the full SHA b4f54b7View commit details
Commits on Jul 24, 2023
-
rococo-runtime: pre-built variants removed
Explicitly building fast-runtime version of rococo runtime is no longer done. Environment variables which control the time::EpochDurationInBlocks value were added: - ROCOCO_FAST_RUNTIME - enables the fast runtime version of runtime with default value of EpochDurationInBlocks set to 10. Value of env does not matter. - ROCOCO_EPOCH_DURATION - enables the fast runtime version with provided value of EpochDurationInBlocks (epoch duration will be set to the value of env). Examples: - to build runtime for `versi_staging_testnet_config which had EpochDurationInBlocks set to 100: ``` ROCOCO_EPOCH_DURATION=100 cargo build -p rococo ``` - to build runtime for `versi_staging_testnet_config which had EpochDurationInBlocks set to 100: ``` ROCOCO_EPOCH_DURATION=100 cargo build -p rococo-runtime ``` - to build runtime for `wococo_development` ``` ROCOCO_EPOCH_DURATION=10 cargo build -p rococo-runtime or ROCOCO_FAST_RUNTIME=1 cargo build -p rococo-runtime ```
Configuration menu - View commit details
-
Copy full SHA for 0229867 - Browse repository at this point
Copy the full SHA 0229867View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d7412e - Browse repository at this point
Copy the full SHA 3d7412eView commit details -
Merge remote-tracking branch 'origin/master' into mku-chain-spec-supp…
…ort-for-genesis-builder-api
parity-processbot committedJul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for f5c1337 - Browse repository at this point
Copy the full SHA f5c1337View commit details -
Merge remote-tracking branch 'origin/master' into mku-chain-spec-supp…
…ort-for-genesis-builder-api
Configuration menu - View commit details
-
Copy full SHA for d417107 - Browse repository at this point
Copy the full SHA d417107View commit details
Commits on Aug 1, 2023
-
Merge remote-tracking branch 'origin/master' into mku-chain-spec-supp…
…ort-for-genesis-builder-api
parity-processbot committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 6dfe988 - Browse repository at this point
Copy the full SHA 6dfe988View commit details
Commits on Aug 2, 2023
-
Merge remote-tracking branch 'origin/master' into mku-chain-spec-supp…
…ort-for-genesis-builder-api
parity-processbot committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for aa5760b - Browse repository at this point
Copy the full SHA aa5760bView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 478b332 - Browse repository at this point
Copy the full SHA 478b332View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9078fab - Browse repository at this point
Copy the full SHA 9078fabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ee1ab - Browse repository at this point
Copy the full SHA 18ee1abView commit details