Commit Graph

2888 Commits

Author SHA1 Message Date
Liamsi fe04faf194 Merge branch 'sort_getsignbytes' of https://github.com/Liamsi/cosmos-sdk into sort_getsignbytes 2018-07-06 02:38:06 +01:00
Liamsi 1fabaee2dd update changelog 2018-07-06 02:37:55 +01:00
Ismail Khoffi abce54ea60
Merge branch 'develop' into sort_getsignbytes 2018-07-06 01:31:34 +01:00
Christopher Goes 6ea47f40ef
Merge PR #1564: Add Gopkg.lock; 'make format' 2018-07-06 02:29:34 +02:00
Liamsi b7f902fba5 sort *all* GetSignBytes:
- call MustSortJSON before return JSON bytes to guarantee alphabetic
ordering

- moved SortJSON and MustSortJSON to types package to avoid cyclic
package dep
2018-07-06 01:12:57 +01:00
Christopher Goes 66fdb9585b Gopkg.lock & 'make format' 2018-07-06 02:09:33 +02:00
Liamsi 0f1ceb073e sort all relevant GetSignBytes:
- call SortJSON before return JSON bytes to guarantee alphabetic
ordering
2018-07-06 00:23:12 +01:00
Ethan Buchman 586ab68b2a
Merge pull request #1490 from cosmos/dev/improve_send_error_msgs
gaiacli: Improve error messages for `send` command
2018-07-05 17:22:16 -04:00
Christopher Goes fef2ff0fb9
Merge PR #1538: CLI tests no longer reset local environment state
tests: cli_tests no longer call `unsafe_reset_all` on local env
2018-07-05 23:09:26 +02:00
Christopher Goes 908fb39a65
Merge PR #1559: Fix genesis JSON key ordering
Inconsistent Genesis Generation Key Order
2018-07-05 23:05:05 +02:00
Ethan Buchman 84ecd1e043
Merge pull request #1339 from forbole/develop
Update testnet readme and use Bech32-encoded delegator address
2018-07-05 16:59:04 -04:00
Christopher Goes d84ed7c565
Merge PR #1560: SortJSON
SortJSON method for GetSignBytes (ledger)
2018-07-05 20:33:17 +02:00
Liamsi 28245dba90 adhere to golint 2018-07-05 19:18:48 +01:00
Aleksandr Bezobchuk 51fdc9db2f Merge pull request #1559: Inconsistent Genesis Generation Key Order 2018-07-05 14:15:00 -04:00
Liamsi 97182dce21 Add test-cases, remove indentation 2018-07-05 19:10:35 +01:00
ValarDragon 23414868a1 Remove --owk flag 2018-07-05 10:14:12 -07:00
ValarDragon 72aac78a39 Set home-client in gaiad init 2018-07-05 09:51:20 -07:00
ValarDragon c4c1c626c9 Add --owk flag to gaiad init 2018-07-05 09:47:04 -07:00
Liamsi 547390a238 WIP: add simple sorting using golang json.Marshal 2018-07-05 17:11:44 +01:00
ValarDragon 492272c5e6 cli_test: Un-abstract common code
This is done to enhance readability, so one can easily reproduce
the functionality in the command line.
2018-07-05 09:08:45 -07:00
Joon 22ec6ad98d Merge pull request #1532 : Add Codec.Seal
fix wire
2018-07-05 12:04:21 -04:00
Christopher Goes 1d12985e56
Merge PR #1540: Tweak Gaia Lite key output 2018-07-05 02:23:05 +02:00
Christopher Goes 08625633c6
Merge PR #1548: No keys fields in state value 2018-07-05 00:39:06 +02:00
rigelrozanski aed3a87366 address cwgoes comments 2018-07-04 17:07:06 -04:00
ValarDragon 640bccf8f7 Switch using user home to a tmp directory 2018-07-04 13:09:59 -07:00
Ethan Buchman 8ab0b4298a
Merge pull request #1535 from cosmos/bucky/docs
add codeowners file
2018-07-04 15:23:38 -04:00
Christopher Goes 0efa89ff2d
Merge branch 'develop' into dev/isolate_cli_tests 2018-07-04 21:21:40 +02:00
Christopher Goes 01068eb76f
Merge PR #1544: Fix dead links 2018-07-04 21:19:03 +02:00
rigelrozanski 319358c587 changelog 2018-07-04 14:34:55 -04:00
Christopher Goes 7a9bca5f33
Merge branch 'develop' into zach/docs-and-links 2018-07-04 20:32:38 +02:00
rigelrozanski f152b64952 Merge remote-tracking branch 'origin/develop' into rigel/no_keys_in_state_value 2018-07-04 14:29:12 -04:00
Christopher Goes e59b855d84
Merge pull request #1526 from cosmos/unstable
Merge unstable into develop
2018-07-04 19:49:59 +02:00
ValarDragon b0e6c76554 Remove redundant comment, switch to MustBech32ify 2018-07-04 08:20:44 -07:00
Fabian Weber 5998378773 added error check 2018-07-04 16:39:16 +02:00
Zach Ramsay 557e652530 docs: fix dead links, closes #1508 2018-07-04 09:23:01 -04:00
Fabian Weber 2c697c982b added sunnys changes 2018-07-04 10:48:47 +02:00
ValarDragon e41f2bc8b5 tests: cli_tests no longer reset call `unsafe_reset_all` on local env
* Makes all cli tests use .test_gaiad, .test_gaiacli instead of the
	same directories as the default binaries
* Abstracts alot of the functionality for setting up the server into
	a single function / file-wide constants. This is to reduce
	code duplication, especially since some of this functionality
	depends on each test setting up the keys in the same way.

Closes #1461
2018-07-03 23:33:24 -07:00
rigelrozanski a2f7b582df validators smaller values stored 2018-07-04 01:32:49 -04:00
rigelrozanski 04921b9ebd ubd and red more limited values 2018-07-04 00:29:02 -04:00
Ethan Buchman c5710ceadc add codeowners file 2018-07-04 00:24:29 -04:00
Christopher Goes f2c203270d
Merge branch 'develop' into unstable 2018-07-04 06:23:47 +02:00
Alexander Bezobchuk 0b9e0f2afc Merge PR #1492: Improve Module Test Coverage
* Merge pull request #1492: Improve Module Test Coverage
* Revert renaming of SignCheckDeliver [#1492]
* Remove named fields from stake unit tests & fix comments [#1492]
* update for tmlibs->tendermint/libs
* Remove tmlibs dependency
2018-07-04 06:21:36 +02:00
rigelrozanski 199c1e81eb delegations new key format ported 2018-07-03 23:44:54 -04:00
Yukai Tu f1194019cd Merge PR #1534: Check new rat decimal string length 2018-07-04 05:29:05 +02:00
Rigel cae6b40221
Merge pull request #1467: staking index keys don't hold values
* docs: Explain the expected return type within the store (#1452)

* bug somewhere here

* ...

* ...

* fix appending over key

* keys cleanup

* changelog

* remove some junk

* address bucky comments - rearrange appends

* hard code address length
2018-07-03 19:15:48 -04:00
Jack Zampolin 270e216262 Merge PR #1512: Add Ledger Instructions
* Add ledger instructions
* Address PR comments
2018-07-04 00:10:56 +02:00
Christopher Goes d26dbbd5f5 Remove unnecessary tmlibs in Gopkg.toml 2018-07-03 23:10:26 +02:00
Fabian a118229fcb Fabo/Switch key creation REST output to bech32 address (#1522)
* switch new key output to bech32
* changelog
* fixed tests
* Update LCD TestKeys failure message
2018-07-03 21:31:15 +02:00
rigelrozanski ab964da105 marshal/unmarshal delegation 2018-07-03 15:03:35 -04:00
Rigel f50c7be976
Merge branch 'develop' into rigel/stake-spec-compliance 2018-07-03 13:37:59 -04:00