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(sdk-coin-celo): support eip1559 for celo #5090

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mullapudipruthvik
Copy link
Contributor

Ticket: COIN-2046

TICKET: COIN-2046

@mullapudipruthvik mullapudipruthvik force-pushed the COIN-2046-support-eip1559-for-celo branch 6 times, most recently from b26b94a to 94ea97b Compare November 7, 2024 05:27
@@ -183,7 +213,7 @@ describe('Send transaction', function () {
.key(key);
const tx = await txBuilder.build();
const txJson = tx.toJson();
should.equal(txJson.v, '0xaef3');
should.equal(txJson.v, '0x015e09');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

after the hardfork, v value should be 2*chainId + 35

@mullapudipruthvik mullapudipruthvik marked this pull request as ready for review November 7, 2024 08:59
@mullapudipruthvik mullapudipruthvik requested a review from a team as a code owner November 7, 2024 08:59
Ticket: COIN-2046

TICKET: COIN-2046

BREAKING CHANGE: This commit updates the hardfork of celo, which
changes the final v value and adds support to eip1559 txn
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.

2 participants