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: updates AvN to v1.1.0 of Polkadot #429

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

thadouk
Copy link
Contributor

@thadouk thadouk commented Aug 14, 2024

  • Switches to new polkadot-sdk repository
  • Update references
  • Updates codebase to new interfaces
  • Disables asynchronous backing
  • Aligns and simplifies the multiple runtimes support (test and avn)

Related Jira ticket:

  • SYS-4151

Proposed changes

Type of change/Merge

🚨What type of change is this PR?

Put an x in the boxes that apply

  • Release
    • Increase versions
    • Baseline tests passed
    • Release type:
      • Major release
      • Minor release
      • Patch release

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR.

  • You describe the purpose of the PR, e.g.:
    • What does it do?
    • Highlight what important points reviewers should know about;
    • Indicates if there is something left for follow-up PRs.
  • Documentation updated
  • Business logic tested successfully
  • Verify First, Write Last: In Substrate development, it is important that you always ensure preconditions are met and return errors at the beginning. After these checks have completed, then you may begin the function's computation.

Further comments

- Switches to new polkadot-sdk repository
- Update references
- Updates codebase to new interfaces
- Disables asynchronous backing
- Aligns and simplifies the multiple runtimes support (test and avn)

Related Jira ticket:
- SYS-4151
@thadouk thadouk force-pushed the feat/SYS-4151-upgrade-to-polkadot-sdk-repository branch from 434dd46 to 5b14d03 Compare August 14, 2024 15:50
@vukomir vukomir changed the title feat: updates AvN to v1.1.0 of polkadot feat: updates AvN to v1.1.0 of Polkadot Aug 14, 2024
Updates the tests to use BasicExternalities from sp_state_machine package
@thadouk thadouk merged commit b54c4aa into main Aug 15, 2024
5 checks passed
@thadouk thadouk deleted the feat/SYS-4151-upgrade-to-polkadot-sdk-repository branch August 15, 2024 13:07
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