Alexander Bezobchuk
bf17e1b020
Merge PR #4029 : Update Tendermint to v0.31.3
2019-04-03 09:03:21 -04:00
Alessio Treglia
cdf2b7a7c5
gometalinter -> golangci-lint migration ( #3933 )
...
{,scripts/}Makefile:
- Remove gometalinter, install golangci-lint.
- Remove distinction between tools and devtools.
Just tools is enough.
- test_lint -> lint
Migrating away from underscore separated names.
- Remove unnecessary targets.
- Drop tendermint/lint. Incompatbile with golangci-lint
and no longer necessary anyway.
- Fix misleading message in go-mod-cache.
- New ci-target to avoid download tools twice.
- Run tests with -mod=readonly.
Port tools/gometalinter.json to .golangci.yml
Update CircleCI config accordingly.
Closes : #3896
2019-03-19 17:52:43 +01:00
Frank Yang
54ac1d2fe8
Merge PR #3841 : Add indent to JSON of gaiacli key [add|show|list]
...
* Add indent to JSON of `gaiacli key list`
* Add `-o json --indent` to `keys [add|show|list]`
* Add change log.
* Move entry from CHANGELOG.md to PENDING.md
* Update PENDING.md
Add indent to JSON of `gaiacli key [add|show|list]`
Co-Authored-By: yangyanqing <yangyanqing.cn@gmail.com>
2019-03-13 10:36:52 -07:00
Frank Yang
38796c1036
Merge PR #3859 : Add newline to echo of gaiacli keys ...
...
`gaiacli keys add a123 --multisig a1,a2,a3 --multisig-threshold 2`
`gaiacli keys add temp --recover` with incorrect mnemonic
2019-03-12 16:10:57 +01:00
Frank Yang
4e38c79b2d
Merge PR #3840 : Modify magic string "json" to OutputFormatJSON
2019-03-09 13:00:08 -08:00
Alexander Bezobchuk
47a44fb580
Merge PR #3748 : Multisig Display UX Improvements
2019-03-01 13:29:33 -08:00
Jack Zampolin
250dc9807b
Merge PR #3731 : Fix keys add --interactive regression
2019-02-25 11:19:57 -08:00
Juan Leni
3eb0acda88
Merge PR #3670 : CLI support for showing bech32 addresses in Ledger devices
2019-02-25 12:34:39 +01:00
Alexander Bezobchuk
e39debd359
Merge PR #3674 : Remove password/keybase from REST Client
2019-02-19 10:15:39 -08:00
Juan Leni
6967de1073
Merge PR #3676 : Refactored prefixes as constants
...
* Refactored prefixes as constants
* Fixing test
2019-02-18 22:35:08 +01:00
Alessio Treglia
1aa6c197ff
Merge PR #3580 : Code cleanup of client types
2019-02-14 08:53:36 -08:00
Alessio Treglia
fe548c0829
Merge PR #3593 : hide dbKeybase's constructor
2019-02-11 17:18:58 -08:00
Juan Leni
94dccf3842
Merge PR #3586 : Fix keybase storage of ledger accounts
2019-02-11 09:02:47 -08:00
Alessio Treglia
e7e3c32204
Merge PR #3553 : Code cleanup, take #1
...
* add a bunch of tests, add DONTCOVER text tag
- Also fix flaky test (closes : #3559 ). Don't test values
returned by queries since there's no way to query a
specific height via REST.
* GetTempDir -> NewTestCaseDir
2019-02-08 22:45:41 +01:00
Juan Leni
b5fdb83830
Merge PR #3517 : Increasing test coverage in keys/client package
2019-02-08 12:45:23 -08:00
Juan Leni
ba63eb1801
Merge PR #3557 : Removing pkg/errors when not necessary
2019-02-08 11:37:46 -08:00
Alessio Treglia
dff6d0e462
Merge PR #3551 : Code cleanup, small coverage boost
2019-02-07 14:38:45 -08:00
Alexander Bezobchuk
17c84ab34a
Merge PR #3524 : fix keys add flow to show seed by default
2019-02-06 14:20:36 -08:00
Alessio Treglia
9a57ce0214
Merge PR #3514 : don't lock keybase on lcd startup
2019-02-06 11:23:49 -08:00
Juan Leni
f5ada58780
Merge PR #3461 : GaiaCLI - refactor/fix --account and --index
2019-02-05 08:22:56 -08:00
Alessio Treglia
26cb0a125a
Multi-signature workflow support ( #3264 )
...
- New keys add --multisig flag to store multisig keys
locally.
- New multisign command to generate multisig
signatures.
- New sign --multisig flag to enable multisig mode.
- Add multisig transactions support in ante handler.
- gaiad add-genesis-account can now take both account
addresses and key names.
Closes : #3198
2019-01-16 09:30:57 -08:00
Jack Zampolin
0e26a39f6f
Support adding offline pubkeys to gaiacli keys ( #3224 )
2019-01-08 08:49:03 -08:00
Santatic
904778e102
Merge PR #3098 : Fix typo
2018-12-13 12:16:55 +01:00
Jack Zampolin
70ce6f28f2
Merge branch 'develop' into jack/fix-empty-return
2018-12-11 08:40:08 -08:00
Alessio Treglia
24a1670cf0
Run make format
2018-12-10 14:27:25 +00:00
Jack Zampolin
b558e50eb2
Fix quoted json return
2018-12-07 17:33:52 -08:00
Jack Zampolin
07b0ad3c9e
Merge PR #2987 : Add shorthand flag to address output on gaiacli keys show and update docs
...
* Add shorthand flag to address output on gaiacli keys show
* Update docs and add PENDING
* Update client/keys/show.go
Co-Authored-By: jackzampolin <jack.zampolin@gmail.com>
* pk -> p
2018-12-04 17:38:43 +01:00
Alessio Treglia
535822ca68
R4R: add command asks for encryption password once too many ( #2970 )
...
* add command asks for encryption password once too many
* keep additional explanatory text
2018-11-30 15:00:53 -08:00
Alessio Treglia
956c2229bf
Merge PR #2965 : add --force to keys delete for unattended execution
...
* add --force to keys delete for unattended execution
Skip password check when --force is on and delete
keys unconditionally.
Closes : #2961
* Forcibly cleanup keys on fixtures initialization
2018-11-30 21:36:55 +01:00
Alessio Treglia
c3965f5509
Remove inconsistent gaiacli keys new/add dualism ( #2904 )
...
* Remove inconsistent gaiacli keys new/add dualism
2018-11-29 12:59:41 -08:00
Alessio Treglia
a6bc60e4c6
Merge PR #2923 : Prompt user for confirmation when deleting ledger and offline keys
...
* Force password to 'yes' when deleting ledger-offline keys
* Improve UX, better docs on removing offline/ledger keys
* Ask for confirmation on offline/ledger keys deletion
2018-11-29 21:55:23 +01:00
Jack Zampolin
9676ce7d48
Expose LCD router, allowing devs to register custom routes from their modules ( #2836 )
...
* Fixes #1081
2018-11-16 14:21:36 -08:00
Alessio Treglia
3657ff4ada
Merge PR #2656 : Revert read-only leveldb database
...
* Revert read-only leveldb database
Waiting on a fix for syndtr/goleveldb#240 .
* Update client/keys/utils.go
2018-11-02 00:29:21 +01:00
Alessio Treglia
ebca085fab
Merge pull request #2593 from cosmos/bez/fix-keys-new-perm
...
Fix DB Write Permissions for gaia keys new
2018-10-24 19:43:31 -07:00
Aleksandr Bezobchuk
507438bf7b
Additional cleanup
2018-10-24 16:45:55 -04:00
Aleksandr Bezobchuk
23f62f7761
Fix db write perm
2018-10-24 16:34:30 -04:00
Christopher Goes
234262160e
'make format'
2018-10-24 15:37:06 +02:00
Christopher Goes
c577831261
Merge PR #2554 : Make gaiacli keys show multisig-ready
2018-10-24 15:24:12 +02:00
HaoyangLiu
9ee9e28439
Merge PR #2462 : Add swagger-ui for gov, stake and slashing
2018-10-24 15:19:48 +02:00
Alessio Treglia
6664cd5afd
Fix stupid mistake
2018-10-23 12:43:36 -07:00
Alessio Treglia
cd49e978f9
Make "multi" const
2018-10-23 11:46:43 -07:00
Alessio Treglia
6ace08b505
Remove shorthand
2018-10-23 11:44:47 -07:00
Alexander Bezobchuk
450873d080
Update client/keys/utils.go
...
Co-Authored-By: alessio <quadrispro@ubuntu.com>
2018-10-23 10:47:20 -07:00
Alessio Treglia
230c69b438
Validate threshold rather than letting it panic
2018-10-22 17:13:36 -07:00
Alessio Treglia
44a6c21ad9
Add tests
2018-10-22 14:43:57 -07:00
Alessio Treglia
add15b5b28
Merge review comments/changes
2018-10-22 14:29:27 -07:00
Alessio Treglia
8d24465845
Run make format
2018-10-22 13:37:28 -07:00
Alessio Treglia
322a029ab5
Make gaiacli keys show multisig-ready
2018-10-22 12:00:57 -07:00
Cong Zhao
6c623b203e
#1255 make keybase opened with readonly option to support better parallelization between gaiacli
2018-10-20 20:26:15 +08:00
Federico Kunze
ad355d6c69
Merge PR #2444 : Standardize REST error responses
2018-10-19 18:55:20 +02:00