cosmos-sdk/server
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
..
config Fixes requested by Rigel: GenTx, config package name 2018-06-13 17:30:16 -07:00
mock Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
constructors.go Merge PR #1142: Export validators to genesis 2018-06-06 18:38:13 +02:00
export.go Merge PR #1227: Set all Error strings 1st letters to lowercase. Fixes issue #1154 2018-06-13 21:13:22 +02:00
init.go Merge branch 'develop' into greg/testnet-command-2 2018-06-14 11:34:26 -07:00
init_test.go Added testnet command and localnet targets 2018-06-12 11:25:03 -07:00
start.go Merge PR #1090: Switch away from ephemeral ports 2018-06-14 00:13:51 +02:00
start_test.go Merge PR #1281: Don't run defers if it would result in an NPE 2018-06-16 09:49:55 +02:00
test_helpers.go Merge PR #1281: Don't run defers if it would result in an NPE 2018-06-16 09:49:55 +02:00
testnet.go Fixes requested by Rigel: GenTx, config package name 2018-06-13 17:30:16 -07:00
tm_cmds.go Merge PR #1248: Sync to tendermint develop's latest revision 2018-06-13 23:44:41 +02:00
util.go Added testnet command and localnet targets 2018-06-12 11:25:03 -07:00
util_test.go