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

Stax #1

Merged
merged 42 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e64256c
stax tmp 1
PolyProgrammist Jun 26, 2024
94fc428
change blockchain name to near, use 16px to avoid error that glyph no…
PolyProgrammist Jul 2, 2024
a5494cd
use x64 gif
PolyProgrammist Jul 2, 2024
913d6e9
tmp
PolyProgrammist Jul 3, 2024
03424ff
return back working tests on nanos
PolyProgrammist Jul 3, 2024
0f6f0f4
remove navigate
PolyProgrammist Jul 3, 2024
22e19f7
same test code and device code not giving the same result as in boile…
PolyProgrammist Jul 3, 2024
8f0e519
can see other screens
PolyProgrammist Jul 3, 2024
519c2a6
return test back
PolyProgrammist Jul 3, 2024
986adf2
remove unnecessary code for tests
PolyProgrammist Jul 3, 2024
78eda4d
1st part of removing rust back
PolyProgrammist Jul 3, 2024
d3c9587
return to ui_display_transfer
PolyProgrammist Jul 3, 2024
e381a5b
fix couple messages
PolyProgrammist Jul 3, 2024
2a896d5
fix build for nano
PolyProgrammist Jul 8, 2024
293454d
update package and use NbglGenericReview
PolyProgrammist Jul 8, 2024
12fa7f6
fix first screen for header and other texts for header
PolyProgrammist Jul 10, 2024
cf843c9
fixes
PolyProgrammist Jul 10, 2024
02c4c0b
fix address review
PolyProgrammist Jul 10, 2024
442cdfc
fix pubkey mismatch
PolyProgrammist Jul 11, 2024
e66830c
fix
PolyProgrammist Jul 11, 2024
82183f6
fix test_get_public_key_and_confirm_screen and add golden snapshots
PolyProgrammist Jul 11, 2024
ba5605c
fix nano tests
PolyProgrammist Jul 11, 2024
1e20350
fix test_sign_wrong_pubkey_transfer and add snapshots
PolyProgrammist Jul 11, 2024
909c3ee
fix -k test_sign_wrong_pubkey_delegate_action_transfer
PolyProgrammist Jul 11, 2024
1e09d38
fix one test and add screenshots, all tests pass
PolyProgrammist Jul 11, 2024
b38292b
update gif, remove comments, remove settings.json
PolyProgrammist Jul 11, 2024
79bc88b
tmp
PolyProgrammist Jul 21, 2024
09c57be
update cargo lock and app_stax
PolyProgrammist Jul 26, 2024
28530f6
fixes with Vlad
PolyProgrammist Jul 26, 2024
7dde799
allow unused comm
PolyProgrammist Jul 26, 2024
0684cc0
cargo fmt
PolyProgrammist Jul 26, 2024
3552334
fix formatting
PolyProgrammist Jul 26, 2024
d6e044a
remove settings
PolyProgrammist Jul 26, 2024
6cbd5a3
remove WrongApduLength
PolyProgrammist Jul 26, 2024
dc6e6a2
add pending_review_screen
PolyProgrammist Jul 26, 2024
8a5fc6c
bump version to 2.1.0
PolyProgrammist Jul 26, 2024
14bafb0
fix lint
PolyProgrammist Jul 29, 2024
46e8b5e
fix trailing whitespace
PolyProgrammist Jul 29, 2024
3905063
remove pending review
PolyProgrammist Jul 30, 2024
c4c348e
fix version tests
PolyProgrammist Jul 30, 2024
5ffaae0
fix clippy
PolyProgrammist Jul 30, 2024
e7a65bd
fox stax clippy
PolyProgrammist Jul 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ runner = "speculos -a=1 --model=nanosp"
target = "nanosplus"

[unstable]
build-std = ["core"]
build-std = ["core", "alloc"]
build-std-features = ["compiler-builtins-mem"]
Loading
Loading