-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removes support for signing celo legacy and cip42 transactions. support for recovering aka unserializing these old formats remains as someone might want to parse a historic transaction * feat: add decimals to feecurrencywhitelist * chore: add script that creates the unsigned data blob * feat: update ledger package to match blooo's app * chore: update docs * fix: azure tests * fix: celo-provider-tests * feat: add data blob as a npm package * SUPPORT multiple ledger versions (#265) * fix: leftover from revert * fix: patch-package for celo-legacy * fixing ci for ledger (#272) * docs and add dev-utils as dep where it was missing * clear all mocks and timers after each test run upgrade jest and related to latest add workerIdleMemoryLimit without this the heap is overfilled and it crashes --------- Co-authored-by: Aaron DeRuvo <[email protected]>
- Loading branch information
1 parent
2f7e5f6
commit 66972eb
Showing
184 changed files
with
2,822 additions
and
2,294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@celo/wallet-local': major | ||
'@celo/wallet-base': major | ||
'@celo/connect': major | ||
--- | ||
|
||
Remove support for celo-legacy and cip42 transaction serialization and signing. These were the transaction types that supported gatewayFee. Transactions that specify feeCurrency and gasPrice togther will now throw. Users should migrate these to either ethereum type 0, eip1559 and cip64 style transactions depending on their need. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@celo/wallet-ledger': patch | ||
--- | ||
|
||
Temporarily support celo-legacy transactions / older celo-ledger apps. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.