Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): update extrinsic format to support latest runtime #2516

Closed
wants to merge 48 commits into from

Conversation

jimjbrettj
Copy link
Contributor

@jimjbrettj jimjbrettj commented May 3, 2022

Changes

  • Extrinsics: Perform a version check to make sure we are on latest version on the TaggedTransactionQueueAPI
  • Extrinsics: Update how we create extrinsics to support latest runtime
  • Core: Add locks around TrieState functions to fix an error related to including the timestamp in finalization
  • Changes to docker files to allow easier testing over WS

Tests

To start node:

./bin/gossamer init --force --config ./chain/dev/config.toml && ./bin/gossamer --config ./chain/dev/config.toml --wsport 9944 --log-babe=trace --log-state=trace

Then use polkadot.apps, substrate frontend UI, or my golang script to test submitting an extrinsic and make sure it is 1) included in block 2) block production and finalization continue

Issues

#2462

Primary Reviewer

@timwu20

@danforbes
Copy link
Contributor

I updated this PR to refer to #2462

@jimjbrettj jimjbrettj closed this Jun 2, 2022
@danforbes danforbes deleted the jimmy/transactionTestGoScript branch July 8, 2022 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants