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

Update auth cli commands #6717

Merged
merged 72 commits into from
Jul 29, 2020
Merged
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
9b4a4a1
add utils
sahith-narahari Jul 13, 2020
eaeef54
update sign cmd
sahith-narahari Jul 14, 2020
b2c8997
Merge branch 'master' into sahith/update-auth-cli
sahith-narahari Jul 14, 2020
5abd7f1
update multisign cmd
sahith-narahari Jul 14, 2020
0a80caa
Merge branch 'sahith/update-auth-cli' of github.com:cosmos/cosmos-sdk…
sahith-narahari Jul 14, 2020
c2b4cc7
update sign batch cmd
sahith-narahari Jul 14, 2020
d9bbef8
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 15, 2020
d1eb8c1
update genutil cmd
sahith-narahari Jul 15, 2020
2d5335b
add wrap tx builder
sahith-narahari Jul 16, 2020
cc2b7e0
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 18, 2020
688e9cd
update gentx cli
sahith-narahari Jul 19, 2020
d4cbf42
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 19, 2020
425cbfe
Merge branch 'master' into sahith/update-auth-cli
sahith-narahari Jul 19, 2020
27a57a5
Merge branch 'sahith/update-auth-cli' of github.com:cosmos/cosmos-sdk…
sahith-narahari Jul 19, 2020
64f7aaf
update validate sigs cmd
sahith-narahari Jul 19, 2020
987af37
fix lint
sahith-narahari Jul 19, 2020
167df15
add flag reader to cli
sahith-narahari Jul 19, 2020
8f82734
update marshaler for batchscan
sahith-narahari Jul 19, 2020
baebff4
add register query server
sahith-narahari Jul 19, 2020
ed36414
Merge branch 'master' into sahith/update-auth-cli
sahith-narahari Jul 19, 2020
3122b59
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 20, 2020
57c8798
update to master
sahith-narahari Jul 20, 2020
39bc7f4
remove depricated methods
sahith-narahari Jul 20, 2020
1afa4d3
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 20, 2020
d101c34
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 21, 2020
012e320
fix keyring issue
sahith-narahari Jul 21, 2020
e955ca6
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 23, 2020
3dec8f7
update wraptx
sahith-narahari Jul 23, 2020
7a42cfe
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 23, 2020
ac46abe
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 24, 2020
ff733fc
Fix batch scan
sahith-narahari Jul 24, 2020
30bca25
fix register interfaces issue
sahith-narahari Jul 24, 2020
b390579
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 25, 2020
695b77d
update printOutput
sahith-narahari Jul 27, 2020
4be2e51
Update Validate Sigs test
sahith-narahari Jul 27, 2020
b4f8c77
Merge branch 'master' into sahith/update-auth-cli
aaronc Jul 27, 2020
6fe5838
Merge branch 'master' into sahith/update-auth-cli
aaronc Jul 27, 2020
467d692
Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into sa…
aaronc Jul 27, 2020
3a0efa5
Merge branch 'master' into sahith/update-auth-cli
sahith-narahari Jul 27, 2020
6d3297e
WIP on signature JSON
aaronc Jul 27, 2020
15613cf
Merge remote-tracking branch 'origin/sahith/update-auth-cli' into sah…
aaronc Jul 27, 2020
4f2b71a
Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into sa…
aaronc Jul 27, 2020
819aa66
Cleanup
aaronc Jul 27, 2020
07f22b2
Cleanup
aaronc Jul 27, 2020
e004e1b
Test fixes
aaronc Jul 27, 2020
1fe8088
Test fixes
aaronc Jul 27, 2020
2e2099d
Merge branch 'master' into sahith/update-auth-cli
aaronc Jul 27, 2020
88bdb62
Fixes
aaronc Jul 27, 2020
9f04601
WIP on tests
aaronc Jul 28, 2020
013c481
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
sahith-narahari Jul 28, 2020
1252fbf
Merge branch 'master' into sahith/update-auth-cli
sahith-narahari Jul 28, 2020
72d3982
Fix gov tests
sahith-narahari Jul 28, 2020
f95810a
Merge branch 'master' into sahith/update-auth-cli
sahith-narahari Jul 28, 2020
28bbc0f
fix lint
sahith-narahari Jul 28, 2020
5aa68e7
Merge branch 'master' into sahith/update-auth-cli
sahith-narahari Jul 28, 2020
62ff121
fix MultiSign tests
sahith-narahari Jul 28, 2020
5b3c906
Merge branch 'sahith/update-auth-cli' of github.com:cosmos/cosmos-sdk…
sahith-narahari Jul 28, 2020
6c1a0fa
fix tests
sahith-narahari Jul 28, 2020
29dab69
refactor tests
sahith-narahari Jul 28, 2020
750c5ac
Cleanup
aaronc Jul 29, 2020
074ee7b
Merge branch 'master' into sahith/update-auth-cli
aaronc Jul 29, 2020
0c94f78
Merge branch 'master' into sahith/update-auth-cli
sahith-narahari Jul 29, 2020
7771328
Address review comments
sahith-narahari Jul 29, 2020
423cbcb
Update encode
sahith-narahari Jul 29, 2020
d9b15df
Merge branch 'master' into sahith/update-auth-cli
aaronc Jul 29, 2020
0136c11
Test fix
aaronc Jul 29, 2020
2073e3f
Rename SignData func
sahith-narahari Jul 29, 2020
af89c16
Fix lint
sahith-narahari Jul 29, 2020
c5d7181
Merge branch 'master' into sahith/update-auth-cli
aaronc Jul 29, 2020
c6a7353
Fix lint
sahith-narahari Jul 29, 2020
ecf0679
Revert ReadTxCommandFlags
aaronc Jul 29, 2020
8a4c583
Merge remote-tracking branch 'origin/sahith/update-auth-cli' into sah…
aaronc Jul 29, 2020
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
Merge branch 'master' of github.com:cosmos/cosmos-sdk into sahith/upd…
…ate-auth-cli
  • Loading branch information
sahith-narahari committed Jul 19, 2020
commit d4cbf421389822cdd500fd67c13362eaa7817cdd

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.