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: handle runtime upgrade 1.25 #664

Merged

Conversation

peterslany
Copy link
Contributor

@peterslany peterslany commented Jul 28, 2023

Updating parachain to 1.25.0 version.

  • Coinbase tx proof for user transaction is now provided for issue, redeem, replace requests execution
  • [BREAKING]: oracle.isOnline now takes parameter of currency for which to check online status, universal oracle status is removed
  • [BREAKING] system.getStatusCode was removed, there is no more global parachain status, invalid tx submission should be prevented on the UI side by dry-running

Closes #663

@peterslany peterslany marked this pull request as ready for review August 3, 2023 10:14
Copy link
Contributor

@bvotteler bvotteler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, no blockers, just a few hints / questions for clarification

src/external/electrs.ts Outdated Show resolved Hide resolved
src/utils/bitcoin.ts Show resolved Hide resolved
test/unit/utils/bitcoin.test.ts Show resolved Hide resolved
@peterslany peterslany merged commit 76f8b9b into interlay:master Aug 4, 2023
2 checks passed
@peterslany peterslany deleted the peter/feat-runtime-upgrade-1.25 branch August 4, 2023 13:59
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.

Submit coinbase proofs for issue
2 participants