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

feat: Upgrade node to polkadot-sdk 1.6 - WIP #453

Draft
wants to merge 1 commit into
base: feat/upgrade-polkadot-sdk-to-1.6
Choose a base branch
from

Conversation

thadouk
Copy link
Contributor

@thadouk thadouk commented Nov 5, 2024

Proposed changes

  • Updated chainspec generation to use a JSON object for genesis state creation, serialized with serde-json (adds arbitrary_precision feature for u128 serialization due to ERC20 denominations).
  • Updated avn-service dependencies and switched to sp-core's secp256k1.
  • Various interface and compilation fixes.

TODO:
[ ] Test runtime chainspec generation.
[ ] Refactor chainspec generation to DRY the testnet_genesis function. [ ] Decision on required serde-json features.

Base automatically changed from thadouk-upgrade-to-sdk-1.6-pt3-runtimes to feat/upgrade-polkadot-sdk-to-1.6 November 8, 2024 17:14
@thadouk thadouk force-pushed the feat/upgrade-polkadot-sdk-to-1.6 branch from c809248 to 4b56e3b Compare November 15, 2024 11:11
- Updated chainspec generation to use a JSON object for genesis state creation,
serialized with `serde-json` (adds `arbitrary_precision` feature for u128
serialization due to ERC20 denominations).
- Updated `avn-service` dependencies and switched to `sp-core`'s secp256k1.
- Various interface and compilation fixes.

TODO:
[ ] Test runtime chainspec generation.
[ ] Refactor chainspec generation to DRY the `testnet_genesis` function.
[ ] Decision on required `serde-json` features.
@thadouk thadouk force-pushed the thadouk-upgrade-to-sdk-1.6-pt4-node branch from 2178f2f to 621400f Compare November 15, 2024 11:54
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.

1 participant