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: introduce upload and upgrade transaction request #3114

Merged
merged 33 commits into from
Sep 11, 2024

Conversation

luisburigo
Copy link
Contributor

@luisburigo luisburigo commented Sep 5, 2024

Fixes TS-466

Release notes

In this release, we:

  • Implemented TransactionUpgrade and TransactionUpload

Summary

  • Introduced an UpgradeTransactionRequest to support the submission of upgrade transactions, a type of transaction that allows updating the consensus parameters or state transition of the network.

  • Introduced an UploadTransactionRequest to support the submission of upload transactions, a type of transaction that allows splitting a bytecode into subsections and slowly uploading it to the chain.

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

Copy link

vercel bot commented Sep 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
create-fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 3:39pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 3:39pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
create-fuels-counter-example ⬜️ Ignored (Inspect) Sep 11, 2024 3:39pm

@github-actions github-actions bot added the feat Issue is a feature label Sep 5, 2024
Copy link

vercel bot commented Sep 5, 2024

@luisburigo is attempting to deploy a commit to the Fuel Labs Team on Vercel.

A member of the Team first needs to authorize it.

.changeset/afraid-starfishes-joke.md Outdated Show resolved Hide resolved
@luisburigo
Copy link
Contributor Author

Great work! Just some conflicts to resolve

Solved! LFG 🚀

@maschad
Copy link
Member

maschad commented Sep 11, 2024

Great work @luisburigo looks like we are having a vercel issue which is currently blocking this it's been resolved

@maschad maschad enabled auto-merge (squash) September 11, 2024 15:07
@maschad
Copy link
Member

maschad commented Sep 11, 2024

@luisburigo could you update your branch so that we can get this landed?

@arboleya
Copy link
Member

@luisburigo Solid PR, btw. Thanks a lot for contributing! 🙏

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider Supporting Upload And Upgrade TXs
7 participants