cosmos-sdk/x/auth
Aditya f049a56376 Merge PR #1266: Multiple messages
* Started work on multiple msgs, types and x/auth tests pass
* Fix issues in x, examples, and baseapp
* Added baseapp tests for multiple msgs
* Documentation fixes
* Fix baseapp tests with sdk.Int
* Modify test
* Transaction handling is now atomic
* Fix test comment
* Minor doc fixes and code cleanup
* Added baseapp result changes
* Use address in validator update accumulation
* Started work on multiple msgs, types and x/auth tests pass
* Fix issues in x, examples, and baseapp
* Added baseapp tests for multiple msgs
* Documentation fixes
* Fix baseapp tests with sdk.Int
* Modify test
* Transaction handling is now atomic
* Fix test comment
* Minor doc fixes and code cleanup
* Added baseapp result changes
* Use address in validator update accumulation
* Added ante tests for multisigner
* Remove validatorUpdates from tx result
* Better error logs
* Put Memo in StdSignBytes and formatting
* Updated changelog
2018-06-22 00:05:25 +02:00
..
client Merge PR #1252: Query node version 2018-06-14 07:49:21 +02:00
mock Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
account.go Account Numbers for Replay Protection with Account Pruning (#1077) 2018-06-12 04:30:54 +02:00
account_test.go Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
ante.go Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
ante_test.go Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02: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 Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
handler.go works 2018-05-23 22:09:01 -07:00
mapper.go Account Numbers for Replay Protection with Account Pruning (#1077) 2018-06-12 04:30:54 +02: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 Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
stdtx_test.go Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
wire.go Merge PR #1085: Re-enable tx history in LCD 2018-06-11 22:09:29 +02:00