-
Notifications
You must be signed in to change notification settings - Fork 12
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
Added Ethereum-compatible legacy TXs support #182
Added Ethereum-compatible legacy TXs support #182
Conversation
🦋 Changeset detectedLatest commit: 3cf7e47 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
looks good as far as i see. have you sent a transaction over the network with this? |
I updated a local instance of
so seems to be working as expected. What do I need to fix for the docs tests, do you know? The error is a bit vague. |
@carterqw2 just run |
the pr is set to draft but seems like it actually ready. @carterqw2 anything else you want to dod here? |
@aaronmgdr I'll change it to Ready for review then. I noticed that I had to update a bunch of |
I dont see any package.json changes – guess you havent commited them yet? package versioning is done thru changesets. ive gone ahead and added one to this PR already. we dont modify the versions directly. (we do of course update external dependency versions as needed) Maybe you can push up on a separate branch the changes you made for it to work with oracles? |
Thanks for adding the changeset @aaronmgdr! I've pushed my changes to this branch, so for |
the only changes on that other branch i see are ones linking the packages to local files. which we would not want | i think we merge this in. we are doing a beta of new very soon (days) and you can test that out |
@carterqw2 approved the PR ✅ please just resolve the conflicts and we can merge it |
e6c67a5
to
f940aec
Compare
f940aec
to
3cf7e47
Compare
@aaronmgdr, @shazarre I rebased on top of the release branch. |
Description
Celo legacy Type 0 transactions were deprecated in the Gingerbread hardfork. As a first step, transactions that don't require alternative fee currencies should fallback to Ethereum-compatible TXs that are still supported.
Other changes
Fixed a typo in the check.
Tested
Added tests.
Backwards compatibility
Yes.