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

Fix flex/stax bug for signing Michelin messages #10

Merged
merged 6 commits into from
Dec 18, 2024

Conversation

ajinkyaraj-23
Copy link

@ajinkyaraj-23 ajinkyaraj-23 commented Dec 12, 2024

Bug was found in ledger tezos wallet app which kept waiting for more data from transaction when the data was already finished. Thus showing a continuos processing screen on ledger touch devices.
Fixed it in this PR. Actual code change is in ui_stream_nbgl.c:324 only.

Additionally some test related refactoring and improvements have been made which dont affect the operation of the app.

Checklist

  • App update process has been followed
  • Target branch is develop
  • Application version has been bumped

spalmer25 and others added 6 commits December 12, 2024 12:38
* [tests] add python linter

* [pylint] add pylint dev routine

 - pre-commit
 - CI

* Bump ledger-app-dev-tools version to 3.42.0

* [test] fix pytezos version for python 3.9

 - fix pytezos version to the latest version compatible with python 3.9
+ add testing signing micheline expression
* [test] abstract Message and instantiate RawMessage

* [test] build transaction

* [test] build failing-noop

* [test] build reveal

* [test] build origination

* [test] build delegation

* [test] build register-global-constant

* [test] build transfer-ticket

* [test] build smart-rollup-add-messages

* [test] build smart-rollup-execute-outbox-message

* [test] build proposals

* [test] build ballot

* [test] build set-deposit-limit

* [test] build increase-paid-storage

* [test] build update-consensus-key

* [test] build smart-rollup-originate

* [test] build operations group

* [test] build micheline expression
@lpascal-ledger lpascal-ledger merged commit ec5813a into LedgerHQ:develop Dec 18, 2024
151 checks passed
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.

3 participants