Alexander Bezobchuk
ff6c2f2bad
Gov Get Vote(s)/Deposit(s) Updates ( #3091 )
2018-12-14 11:13:43 -08:00
Alexander Bezobchuk
110fd63e22
Add Slashing Query Params ( #3117 )
2018-12-14 11:09:39 -08:00
Federico Kunze
65beea4430
Add distribution REST endpoints swagger file ( #3038 )
2018-12-13 10:42:55 -08:00
Santatic
904778e102
Merge PR #3098 : Fix typo
2018-12-13 12:16:55 +01:00
Artur Albov
0c6d53dc07
Merge PR #2959 : Add TxEncoder to client TxBuilder
2018-12-12 22:29:42 +01:00
Jack Zampolin
0fbe319471
Code cleanup and refactor of LCD Tests ( #3077 )
2018-12-11 13:57:17 -08:00
Jack Zampolin
d8528ee4e8
Remove unused code
2018-12-11 13:30:03 -08:00
Jack Zampolin
6f08a0e76a
Address PR comments
2018-12-11 13:04:59 -08:00
Jack Zampolin
206566f043
Adjust for redelegation and unbonding changes
2018-12-11 11:34:02 -08:00
Jack Zampolin
73efc3c5d0
Merge branch 'develop' into jack/dry-rest-tests
2018-12-11 08:44:28 -08:00
Jack Zampolin
70ce6f28f2
Merge branch 'develop' into jack/fix-empty-return
2018-12-11 08:40:08 -08:00
Jack Zampolin
b9477df546
Reintroduce collect-gentxs's --gentx-dir flag ( #3021 )
...
R4R: Reintroduce collect-gentxs's --gentx-dir flag
2018-12-11 08:11:10 -08:00
Federico Kunze
4ecbf0dd5f
Merge PR #2997 : Split POST delegations endpoint
2018-12-11 15:02:26 +01:00
Alessio Treglia
affa1fb3f3
Reintroduce collect-gentxs's --gentx-dir flag
...
It went lost in last genesis workflow refactoring.
Also address structs initializations as per #2835 .
2018-12-11 12:32:28 +00:00
Jack Zampolin
96f8e340c1
Sacrifice to the linter gods
2018-12-10 18:32:13 -08:00
Jack Zampolin
5c3bef97fb
Code cleanup and refactor of LCD tests
2018-12-10 18:22:08 -08:00
Alessio Treglia
4f34cb7c1e
Update LCD swagger docs
2018-12-10 16:00:38 +00:00
Alessio Treglia
24a1670cf0
Run make format
2018-12-10 14:27:25 +00:00
Alessio Treglia
ac0a7c0a1d
Move generate_only and simulate to POST body in REST txs
...
Closes : #3056
2018-12-10 14:26:34 +00:00
Jack Zampolin
b558e50eb2
Fix quoted json return
2018-12-07 17:33:52 -08:00
Alexander Bezobchuk
5b42e83bc2
Merge PR #2995 : Fully verify the signature in `gaiacli tx sign`
...
* Implement auxiliary methods/functions for just building a tx sig bytes
* Undo auxiliary methods/functions
* Validate signature
* Remove redundant comment
* Add pending log entry
* Minor cleanup
* Update sign cli doc
* Update cli sign offline flag doc
* Update printAndValidateSigs
* Implement TestGaiaCLIValidateSignatures
* Minor cleanup
* Fix linting
* Update x/auth/client/cli/sign.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Minor reformatting
2018-12-06 02:02:04 -05:00
Jack Zampolin
cfab1ad6ee
Add Account Decoder to the LCD ( #3013 )
2018-12-05 16:48:30 -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
d32e4a9fe0
Merge PR #2972 : Fix gaiacli config and make it non-interactive only
...
* Fix gaiacli config and make it non-interactive only
Closes : #2734
* Update cli tests
* Remove --list, by default and with no args print config
* Small improvements
* Warn user when file doesn't exist
* Fix integration tests
2018-12-04 14:17:45 +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
Hendrik Hofstadt
ca43225851
Merge PR #2943 : Fix tag usage in handlers and EndBlocker
...
* Fix tag usage in handlers and EndBlocker
* Prepend action tag in baseApp
* Fix LCD
* Remove unnecessary conversion
* Fix invalid consensus pubkey in CLI tests
* Fix tag usage in cli_test
* Shorten bechify in test
* Update docs and PENDING
2018-11-29 15:34:57 +01:00
Christopher Goes
aa72e72ce4
Merge #2932 : Update to Tendermint v0.27.0-dev0
...
* Update upstream Tendermint version
* Update PENDING.md
* Fix for accum -> proposer priority
2018-11-28 23:29:55 +01:00
Christopher Goes
1a18a428a4
Merge PR #2842 : Fix tx search
2018-11-28 00:09:14 +01:00
Federico Kunze
8414c344fa
Merge branch 'fedekunze/2819-fix-tx-search' of https://github.com/cosmos/cosmos-sdk into fedekunze/2819-fix-tx-search
...
Merge branch
2018-11-28 00:01:02 +01:00
Federico Kunze
7cf5da2f72
address Chris' comments
2018-11-28 00:00:38 +01:00
Federico Kunze
9751a61b46
Merge branch 'develop' into fedekunze/2819-fix-tx-search
2018-11-27 22:56:36 +01:00
Federico Kunze
14154f71be
deleted unnecessary function
2018-11-27 22:54:25 +01:00
Federico Kunze
ebaac49142
minor changes from review
2018-11-27 22:47:56 +01:00
Alexander Bezobchuk
d8683fe90b
Update client/tx/search.go
...
Co-Authored-By: fedekunze <31522760+fedekunze@users.noreply.github.com>
2018-11-27 22:38:13 +01:00
Aleksandr Bezobchuk
155c553456
Refactor Gaia Lite bootstrapping
2018-11-27 16:03:53 -05:00
Alexander Bezobchuk
71aec4688b
Fix starting Gaia Lite ( #2918 )
...
* Fix starting Gaia Lite
2018-11-27 12:19:01 -08:00
Federico Kunze
9c85e935fd
Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into fedekunze/2819-fix-tx-search
...
Merge develop
2018-11-27 16:38:08 +01:00
Federico Kunze
1dab1f7c98
Merge branch 'fedekunze/2819-fix-tx-search' of https://github.com/cosmos/cosmos-sdk into fedekunze/2819-fix-tx-search
...
Merge branch
2018-11-27 16:02:20 +01:00
Federico Kunze
cd812c788f
fix comments and cmd description
2018-11-27 16:02:03 +01:00
Federico Kunze
9bf2041c26
delete comments on lcd tests
2018-11-27 15:20:41 +01:00
Federico Kunze
666fafb97a
add other tests and update docs
2018-11-27 15:16:33 +01:00
Federico Kunze
a2189bc672
fix tx search CLI
2018-11-27 14:37:03 +01:00
Jae Kwon
d1e76221d8
Jae/simulator improvements ( #2900 )
...
* Make simulator operations predetermined
* Use new dbm.ReverseIterator API
* Simulation speed improvements
* Pin exact revisions, not branches
* Rename 'MountStoresIAVL' to 'MountStores'
* Zero Power Block fees to community pool
2018-11-27 00:14:22 -08:00
Federico Kunze
9fdd4300f2
update cli tx search
2018-11-26 15:55:42 +01:00
Federico Kunze
60fc7c7919
Merge develop
2018-11-26 13:41:00 +01:00
Sunny Aggarwal
b7da2eaa33
Merge PR #2799 : Account numbers and sequences to uint64
2018-11-26 12:29:21 +01:00
John McDowall
f09fa33cfd
Merge PR #2802 : Correct the usage of misspelling of English word 'depositor'.
...
Throughout the codebase the misspelling 'depositer' of the English word
'depositor' has been used. This commit applies a global search and
replace to correct the misspelling.
2018-11-22 00:53:33 +01:00