forked from radixdlt/babylon-ledger-app
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix/deployment rework #1
Merged
Merged
Conversation
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
xchapron-ledger
approved these changes
Sep 19, 2023
lpascal-ledger
pushed a commit
that referenced
this pull request
Sep 21, 2023
* Make SBOR decoder recognize changed format * Make instruction extractor recognize changed format * Fix instruction printing * Fix summary detector * Fix non-fungible transfer detection * Feature new hashing scheme * Implement transaction hash calculator * Update SBOR to latest * Reduce memory consumption * Adjust memory configuration * Bump version * Continuous catch-up * Update HRP selection * Add new instruction * Port ROLA-related changes to develop * Add unit testing to CI * Update code to rcnet-v2-phase-1 level; Bump version * Update code to develop (as of 2023-07-23) level (radixdlt#33) * Update code to develop (as of 2023-07-23) level; Bump version * Update for rcnet-v2 phase 2. (radixdlt#34) * Feature: ApiLevel (radixdlt#35) * Update for rcnet-v2 phase 2. * Support storing api level info in the binary. * Update for fig release. * Update code to match 'grape' release. (radixdlt#37) * Release/grape (radixdlt#38) * Update code to match 'grape' release. * Add support for new simple transfer format * Feature/verify address commands (radixdlt#39) - Update to latest SBOR; Bump version. - Add VerifyAddressXXX commands * Release/rcnet v3 (radixdlt#40) * Add remaining networks * Update code to match RCNet v3.1 (radixdlt#41) * Feature/add in app settings (radixdlt#42) * Add in-app settings * Exit from settings menu immediately when change is made (radixdlt#44) * Fix test * Reduce interaction for address verification (radixdlt#45) * Add last screen to the address verification. * Fix settings on Nano S Plus (radixdlt#47) * Fix/deployment rework (radixdlt#43) * enable build-std=core always * use multidevice metadata format * Preparations for 0.7.5 release * Fix CI (#1) --------- Co-authored-by: yhql <[email protected]>
lpascal-ledger
pushed a commit
that referenced
this pull request
Sep 21, 2023
* Make SBOR decoder recognize changed format * Make instruction extractor recognize changed format * Fix instruction printing * Fix summary detector (test failing) * Fix non-fungible transfer detection (all test pass) * Fix formatting * Bump version * Feature new hashing scheme (radixdlt#29) * Implement transaction hash calculator * Update SBOR to latest * Reduce memory consumption * Adjust memory configuration * Bump version * Continuous catch-up (radixdlt#30) * Update HRP selection * Add new instruction * Port ROLA-related changes to develop * Add unit testing to CI * Update code to rcnet-v2-phase-1 level; Bump version * Update code to develop (as of 2023-07-23) level (radixdlt#33) * Update code to develop (as of 2023-07-23) level; Bump version * Update for rcnet-v2 phase 2. (radixdlt#34) * Feature: ApiLevel (radixdlt#35) * Update for rcnet-v2 phase 2. * Support storing api level info in the binary. * Update for fig release. (radixdlt#36) * Update for fig release. * Update code to match 'grape' release. (radixdlt#37) * Release/grape (radixdlt#38) * Update code to match 'grape' release. * Add support for new simple transfer format * Feature/verify address commands (radixdlt#39) - Update to latest SBOR; Bump version. - Add VerifyAddressXXX commands * Release/rcnet v3 (radixdlt#40) * Add remaining networks * Update code to match RCNet v3.1 (radixdlt#41) * Feature/add in app settings (radixdlt#42) * Add in-app settings * Exit from settings menu immediately when change is made (radixdlt#44) * Fix test * Reduce interaction for address verification (radixdlt#45) * Add last screen to the address verification. * Fix settings on Nano S Plus (radixdlt#47) * Fix/deployment rework (radixdlt#43) * enable build-std=core always * use multidevice metadata format * Preparations for 0.7.5 release * Fix CI (#1) * Deployment fixes (radixdlt#49) * enable build-std=core always * use multidevice metadata format * add ledger manifest * Add 'pending review' screen --------- Co-authored-by: xchapron-ledger <[email protected]> --------- Co-authored-by: yhql <[email protected]> Co-authored-by: xchapron-ledger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(radixdlt#43 with different upstream)