Liamsi
05670ea9c0
Merge remote-tracking branch 'remotes/origin/develop' into sort_getsignbytes
2018-07-06 02:52:50 +01:00
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
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
Liamsi
0f1ceb073e
sort all relevant GetSignBytes:
...
- call SortJSON before return JSON bytes to guarantee alphabetic
ordering
2018-07-06 00:23:12 +01:00
Liamsi
28245dba90
adhere to golint
2018-07-05 19:18:48 +01:00
Liamsi
97182dce21
Add test-cases, remove indentation
2018-07-05 19:10:35 +01:00
Liamsi
547390a238
WIP: add simple sorting using golang json.Marshal
2018-07-05 17:11:44 +01:00