cosmos-sdk/x/auth
Fabian 5f409ce832 Merge PR #1086: Bech32Cosmos output/input for the LCD
* refactored bech32ization
* updated keys endpoints for bech32
* bech32 for sending and querying
* trying to change output of validator addresses
* fixed validator output
* linted
* fixed merge conflict
* added bech32 to staking endpoints
* removed some logging statements
* added GetAccPubKeyBech32Cosmos
* fixed cli tests
* updated swagger
* merged standard bech32 change
* renamed bech32cosmos to bech32
* bech32ify json output for key add
* readded changelog
* fixed changelog merge issue
* Update CHANGELOG.md
2018-06-06 06:53:04 +02:00
..
client Merge PR #1086: Bech32Cosmos output/input for the LCD 2018-06-06 06:53:04 +02:00
account.go works 2018-05-23 22:09:01 -07:00
account_test.go Almost from scratch reimplementation of bech32cosmos integration. 2018-05-27 13:47:23 +02:00
ante.go antehandler tests 2018-05-25 21:10:09 -07:00
ante_test.go antehandler tests 2018-05-25 21:10:09 -07:00
context.go in progress 2018-05-23 19:49:35 -07:00
context_test.go passes, needs tests 2018-05-25 20:29:40 -07:00
feekeeper.go address Chris review 2018-05-25 21:14:49 -07:00
feekeeper_test.go added keeper tests 2018-05-25 20:48:27 -07:00
handler.go works 2018-05-23 22:09:01 -07:00
mapper.go in progress 2018-05-23 19:49:35 -07:00
mapper_test.go passes, needs tests 2018-05-25 20:29:40 -07:00
msgs.go Switch the default modules to use wire.codec's MarshalJSON instead of json.Marshal 2018-05-31 11:51:15 -07:00
msgs_test.go works 2018-05-23 22:09:01 -07:00
stdtx.go Switch the default modules to use wire.codec's MarshalJSON instead of json.Marshal 2018-05-31 11:51:15 -07:00
stdtx_test.go works 2018-05-23 22:09:01 -07:00
wire.go Register crypto on amino codecs, update changelog 2018-05-31 12:55:21 -07:00