ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
427 stars 110 forks source link

P1sar/feat/system dry run rpc #4042

Open P1sar opened 2 weeks ago

P1sar commented 2 weeks ago

Changes

Added system_dryRun RPC method. Specification listed here and here

Currently PR is in Draft version for visibility. Work i still in progress, next parts needs to be completed:

Tests

go test -tags integration github.com/ChainSafe/gossamer

Issues

1721