AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
133 stars 80 forks source link

feat(dev_newBlock): Adds option to override relaychain state #824

Closed RomarQ closed 3 days ago

RomarQ commented 4 days ago

Adds a solution for this issue: https://github.com/AcalaNetwork/chopsticks/issues/757

The changes in this PR add a new parameter field relayChainStateOverrides to dev_newBlock RPC. The objective of this new field is to give more flexibility to the user and allow custom relay chain state when creating new blocks.