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

Textual mode #27

Merged
merged 75 commits into from
Sep 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
55e7cd1
update submodules
chcmedeiros Nov 2, 2022
fd72ffa
add cbor library
chcmedeiros Nov 10, 2022
2fa7477
add sonarcloud
chcmedeiros Dec 5, 2022
c707129
update logo and docs
chcmedeiros Dec 14, 2022
6b62aeb
add textual mode parser support
chcmedeiros Dec 14, 2022
f731088
add textual mode testing support
chcmedeiros Dec 14, 2022
dd06ca1
update snapshots
chcmedeiros Dec 14, 2022
34b485e
disable sonarcloud
chcmedeiros Dec 19, 2022
ee693d1
Merge pull request #75 from cosmos/dev_sign_mode_textual
chcmedeiros Dec 19, 2022
305cabe
add testcase for MsgSetWithdrawAddress
ftheirs Jan 2, 2023
5f22b2b
add testcase for CLI gov deposit
ftheirs Jan 2, 2023
23b8696
extraDepthLevel doesn't depend in list order
ftheirs Jan 2, 2023
c60de9c
update version and Zemu tests
ftheirs Jan 2, 2023
f905876
update zxlib
ftheirs Jan 2, 2023
9a78592
Merge pull request #77 from cosmos/dev
ftheirs Jan 3, 2023
ddae659
support title truncation and individual title and content cbor fields
chcmedeiros Jan 25, 2023
91d60df
update tests
chcmedeiros Jan 25, 2023
922c3ea
update snapshots
chcmedeiros Jan 25, 2023
157b1fa
Merge pull request #78 from cosmos/dev_textual_title_truncation
chcmedeiros Jan 27, 2023
71e49e8
fix textual mode
chcmedeiros Feb 15, 2023
10c631e
add multisend test and paralelize-zemu
chcmedeiros Mar 8, 2023
778407d
updates
chcmedeiros Mar 8, 2023
7d7698d
support array of containers inside struct
chcmedeiros Mar 8, 2023
12514b3
update snapshots
chcmedeiros Mar 8, 2023
4b1721d
update makefile
chcmedeiros Mar 16, 2023
431a9c6
Merge pull request #82 from cosmos/dev
ftheirs Mar 16, 2023
f51ae06
update actions
ftheirs Mar 16, 2023
e24a884
Merge pull request #83 from cosmos/dev
ftheirs Mar 17, 2023
3dfe7a0
update standards tests
chcmedeiros Mar 27, 2023
67d3a96
bump version & update snapshots
chcmedeiros Mar 27, 2023
b470589
Merge pull request #84 from cosmos/dev
ftheirs Mar 27, 2023
99c57e3
Merge branch 'develop' into dev
chcmedeiros Mar 27, 2023
4723471
bump version & update snapshots
chcmedeiros Mar 27, 2023
f9ffd32
Merge pull request #86 from cosmos/dev
chcmedeiros Mar 27, 2023
f21f205
update submodules
chcmedeiros May 2, 2023
5823c7b
add support for eth path
chcmedeiros May 3, 2023
52e8991
cleanup and fix clang warning
chcmedeiros May 3, 2023
5164353
update zemu
chcmedeiros May 3, 2023
ce7e809
update snapshots
chcmedeiros May 3, 2023
b2a98d0
improvements
chcmedeiros May 4, 2023
f7b86a0
update actions
ftheirs Apr 3, 2023
17d2665
add eth path display and expert mode required
chcmedeiros May 10, 2023
37718f8
update zemu
chcmedeiros May 11, 2023
ed9cbe2
update zxlib
chcmedeiros May 11, 2023
4e30a55
update snapshots
chcmedeiros May 11, 2023
f107db1
Merge pull request #89 from cosmos/evm-path-support
ftheirs May 15, 2023
5a7c3cf
add some checks
ftheirs May 18, 2023
74b821e
update deps
ftheirs May 18, 2023
4cf470b
bump version
ftheirs May 18, 2023
cd3217f
Merge pull request #90 from cosmos/fixes
ftheirs May 18, 2023
9b797ee
implement EVM addresses
ftheirs May 23, 2023
c8e8167
cpp test for EVM addresses
ftheirs May 23, 2023
6380a2f
update zemu tests
ftheirs May 23, 2023
5e26ff8
update zxlib & bump version
ftheirs May 23, 2023
f8e26f7
Create SECURITY.md
greg-szabo Apr 13, 2023
d532a94
Merge pull request #91 from cosmos/fix_evm_address
ftheirs May 23, 2023
fb90358
add checks and fix warnings
ftheirs May 25, 2023
201e322
bump version
ftheirs May 25, 2023
29acf41
Merge pull request #92 from cosmos/improvements
ftheirs May 25, 2023
c1b8437
restrict EVM path
ftheirs Jun 8, 2023
6f22df2
update zemu tests
ftheirs Jun 8, 2023
4518d86
bump version
ftheirs Jun 8, 2023
99df548
Merge pull request #93 from cosmos/restriction_evm
ftheirs Jun 13, 2023
8af442f
Merge remote-tracking branch 'remote_ledger/develop' into textual_pr
ftheirs Aug 15, 2023
be550d7
Merge pull request #94 from cosmos/textual_pr
ftheirs Aug 23, 2023
7c1b3eb
fix fuzzer and tests
chcmedeiros Sep 5, 2023
b08d8b4
update version and snapshots
chcmedeiros Sep 12, 2023
cf1eff7
fixing global variables and redundant checks
chcmedeiros Sep 12, 2023
6c6fb9f
fix functions return types
chcmedeiros Sep 12, 2023
09dd6bc
restriction of chain-id values
chcmedeiros Sep 13, 2023
3c05a83
fix bool returns and argument validation
chcmedeiros Sep 15, 2023
70676ed
Merge pull request #95 from cosmos/dev
chcmedeiros Sep 15, 2023
bc67593
add evmos to allowed chain id
chcmedeiros Sep 18, 2023
0105338
update tests & snapshots
chcmedeiros Sep 18, 2023
0e7a871
Merge pull request #98 from cosmos/dev
ftheirs Sep 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump version & update snapshots
  • Loading branch information
chcmedeiros committed Mar 27, 2023
commit 67d3a965690cdcfcc13b86c41a313b4c85464261
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@ APPVERSION_M=2
# This is the `spec_version` field of `Runtime`
APPVERSION_N=35
# This is the patch version of this release
APPVERSION_P=3
APPVERSION_P=4
Binary file modified tests_zemu/snapshots/s-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/s-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.