Ethan Buchman
d95cb82741
reorg docs/sdk and move stuff from docs/guide/sdk
2018-06-21 15:46:18 -07:00
Ethan Buchman
5573beffa7
bust up guide.md into docs/sdk
2018-06-21 15:46:18 -07:00
Ethan Buchman
465197876d
gut the readme
2018-06-21 15:46:18 -07:00
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
Joon
3fa68249eb
Merge PR #1254 : Add prefixstore and lib refactor
...
* Merge pull request #1254 : add prefixstore and lib refactor
add prefixstore
refactor lib
fix test
fix linter
in progress
in progress
add test for prefixstore
add KVStoreGetter, PrefixStoreGetter
move PrefixStoreGetter to types/
add tests
KVStore.Prefix(string) -> KVStore.Prefix([]byte)
fix mock
apply requests
pass lint, add test
apply requests
* Remove unnecessarily 'valid' boolean
2018-06-21 23:33:36 +02:00
Fabian
4884747662
Merge PR #1317 : Added tx hash to query output in LCD
...
* added tx hash
* changelog
2018-06-21 19:21:58 +02:00
Peng Zhong
81c773c8bf
Merge PR #1328 : Testnet readme: how to edit validator description
...
* show how to edit validator description
* teach about keybase sig
* add dash
* add more dashes
* talk about logos for validators
2018-06-21 19:12:35 +02:00
Dev Ojha
e2d23040a8
Merge PR #1325 : Refactor Complete Setup to not take in a testing parameter
...
* Refactor Complete Setup to not take in a testing parameter
* Update changelog
2018-06-21 18:55:08 +02:00
Jack Zampolin
fb7e370c65
Merge PR #1316 : Update testnet validator instructions
...
* Update testnet validator instructions
* Address PR comments
2018-06-21 05:15:29 +02:00
Christopher Goes
918e217e1f
Merge PR #1280 : Implement simple transaction memos
...
* AltBytes -> Memo, memo CLI support & thread-through
* Check memo size, update changelog
* Update existing testcases
* Nuke CircleCI caches
* Charge gas proportional to memo size
* Fix gas allocations in ante handler testcases
* Add testcases
* Update changelog
* Fix tiny CLI bug & add to CLI tests
* Add '--memo' to gaiacli
* Add testcase for large memos
* Address PR comments
2018-06-20 21:27:36 +02:00
Christopher Goes
2a9bc2153a
Merge pull request #1310 : Fix x/bank REST handler
...
* Update sendtx.go
* Pass chain_id through in LCD tests
* Update changelog
2018-06-20 10:34:12 -07:00
Peng Zhong
0b0236f2bf
Merge PR #1309 : Update testnet README with solutions to common problems
...
* update readme with common problems
* readme tweaks
* readme tweak
* Link to nodes page, not a single node, and rephrase slashing
2018-06-20 07:37:59 +02:00
Dev Ojha
0292a3b4d9
Merge PR #1291 : Delete unused tests
...
* Tweak retry logic on waitForHeight
* Add HTTP retry logic to LCD tests
* Simplify waitForHeight changes
* Update changelog
* Add 'make test_cli_retry', 'make test_unit_retry'
* Run test_cli_retry in CI
* Delete unused tests
2018-06-20 00:29:54 +02:00
Ethan Buchman
0a26aa0a33
Merge branch 'master' into develop
2018-06-18 12:38:31 -07:00
Ethan Buchman
c4a70f683c
Merge branch 'aditya/guide' into develop
2018-06-16 17:46:59 -07:00
Ethan Buchman
a77ac582a3
note on iterators
2018-06-16 17:45:48 -07:00
Ethan Buchman
d08328761f
Merge pull request #1263 from cosmos/bucky/staking-spec-updates
...
spec updates
2018-06-16 16:55:08 -07:00
Dev Ojha
1f88b0bf8f
Merge PR #1281 : Don't run defers if it would result in an NPE
...
* Don't run defers if it would result in an NPE
* Nuke CircleCI caches
2018-06-16 09:49:55 +02:00
Ethan Buchman
190d87d750
docs/spec: flesh out dir structure and update index
2018-06-16 00:39:15 -07:00
Ethan Buchman
2219c3b1c7
docs/spec/slashing: point to Tendermint evidence
2018-06-16 00:29:02 -07:00
Christopher Goes
0a6d09ebb3
Fix two typos, ensure nonnegative tokens
2018-06-16 00:29:02 -07:00
Ethan Buchman
902d066f52
docs/spec/slashing: separate out a proper state.md
2018-06-16 00:29:02 -07:00
Ethan Buchman
1b93f468bc
docs/spec/staking: clean up state.md
2018-06-16 00:29:02 -07:00
Ethan Buchman
cab0a9bbae
docs/spec/slashing
2018-06-16 00:29:02 -07:00
Ethan Buchman
85389f0db9
docs/spec/staking: update state.md
2018-06-16 00:29:02 -07:00
Ethan Buchman
55708dadbf
Merge pull request #1285 from cosmos/bucky/fix-lint-comments
...
add comments
2018-06-15 23:59:35 -07:00
Ethan Buchman
3c10b54ec7
fix circle
2018-06-16 00:02:20 -07:00
Ethan Buchman
aa51fddaca
add comments
2018-06-16 00:01:08 -07:00
Christopher Goes
364bb0813f
Merge PR #1282 : Fix CircleCI
2018-06-16 05:36:01 +02:00
Joon
314b5a854d
Merge PR #1218 : sdk.Int in sdk.Coin
...
implement Int, Int256, Uint256
pass ci
pass ci
add to changelog, add boundcheck to test
add comments, fix cli_test.go
fix errors
apply requested changes
panics on New*WithDecimal
fix Int.BigInt()
fix stake tests
* Panic on uint division-by-zero
* Set ok=false on NewIntFromString, NewUintFromString failure
* Nuke CircleCI caches
2018-06-15 23:16:45 +02:00
Fabian
f68e903d06
Merge PR #1260 : Fixed url encoding issue
2018-06-15 22:24:04 +02:00
Rigel
e4685ecba5
Merge pull request #1208 from cosmos/greg/testnet-command-2
...
Testnet command and make localnet target
2018-06-15 12:32:27 -07:00
Greg Szabo
1d568d1706
Added -tags netgo flag to statically link binary
2018-06-15 12:18:26 -07:00
Greg Szabo
aab685beb5
Changed port numbers in docker-compose to the new port numbers
2018-06-15 00:21:31 -07:00
Greg Szabo
50ec5616fa
Changed node names in Docker compose to avoid clash with tendermint similar localnodes.
2018-06-14 23:02:40 -07:00
Aditya Sripal
eb5113af55
Added documentation to guide
2018-06-14 19:18:48 -07:00
Greg Szabo
b66f6475ef
No-change change to trigger CircleCI
2018-06-14 15:25:34 -07:00
Greg Szabo
59698f8368
Changed denom to token
2018-06-14 13:42:38 -07:00
Greg Szabo
f8290a0fc3
Merge branch 'develop' into greg/testnet-command-2
2018-06-14 11:34:26 -07:00
Ethan Buchman
42d7e0869c
Merge pull request #1048 from cosmos/rigel/spec-staking
...
Update Staking Spec
2018-06-14 11:14:12 -07:00
Ethan Buchman
1cac5e7a0f
Merge branch 'develop' into rigel/spec-staking
2018-06-14 11:22:29 -07:00
Greg Szabo
92fb6685fc
Rename fermion to denom in genesis.go
2018-06-14 10:56:24 -07:00
Fabian
42e72956f4
Merge PR #1252 : Query node version
...
introduce non store queries
add version query
update lcd spec
changelog
moved version query into baseapp
2018-06-14 07:49:21 +02:00
rigelrozanski
ab028a7805
cwgoes comments, improved pseudocode
2018-06-13 21:58:36 -07:00
rigelrozanski
14c1ff27f3
Merge remote-tracking branch 'origin/develop' into rigel/spec-staking
2018-06-13 20:50:59 -07:00
Ethan Buchman
cc11bd22b2
Merge pull request #1253 from cosmos/bucky/fix-lint
...
add comments
2018-06-13 18:42:16 -07:00
Ethan Buchman
059a1659be
add comments
2018-06-13 18:33:09 -07:00
Ethan Buchman
329bbdd502
Merge branch 'master' into develop
2018-06-13 18:05:45 -07:00
Ethan Buchman
0866494c3b
Merge pull request #1251 from cosmos/bucky/cli-tests
...
gaia/cli_test: remove sleeps
2018-06-13 17:55:47 -07:00
Ethan Buchman
ff34cbc8bc
gaia/cli_test: remove sleeps
2018-06-13 17:41:01 -07:00