Commit Graph

2710 Commits

Author SHA1 Message Date
Ethan Buchman 5b29a509cd gaiadebug: support bech32 2018-06-25 17:42:48 -04:00
Dev Ojha 2e97baabf6 Merge PR #1358: Fix typos and gofmt files
* Fix typos
* gofmt -s files
* Add mispellings and gofmt checks to circle CI
* circleci: Install misspell in the linting step
2018-06-25 20:23:17 +02:00
Dev Ojha eb097c4c5c Merge PR 1361: server: Use differing defaults from tendermint
When loading the config file, this now checks in the sdk if the file
already exists. If not, it writes a config with different defaults.
The defaults differ by having the profiler listen address set,
and increasing the receive / send rates.
2018-06-25 18:33:07 +02:00
Adrian Brink 296ba2d56e Merge PR #1350: Update README.md 2018-06-23 04:45:24 +02:00
Christopher Goes b098c0da74
Merge PR #1344: Swap parallelism: 4 to parallelism: 1 2018-06-22 22:58:48 +02:00
Dev Ojha 15bba919e2 Merge PR #1341: Switch gometalinter to stable
* Switch gometalinter to stable
* Delete empty folder
2018-06-22 22:08:50 +02:00
Sunny Aggarwal c3c570898d Merge PR #1340: Reverted ChangePubKey
* removed msgChangePubKey
* changelog
* removed setPubKey
2018-06-22 21:53:24 +02:00
Geet Kumar 17e5a48b65 Merge PR #1334: democli: fix account query
* democli: fix query account
* Update changelog
2018-06-22 20:50:36 +02:00
Dev Ojha 7f1169db4d Merge PR #1337: tools: Fix makefile install scripts
Previously, the install scripts weren't installing golint and gometalinter.
This commit fixes this, and installs tendermints linter, and the HEAD of
the gometalinter repository. Now make all should work.
2018-06-22 20:01:44 +02:00
Ethan Buchman ba783a0f09
Merge pull request #1335 from zmanian/bech32_spec
Added a bech32 spec doc
2018-06-22 08:56:56 -07:00
Zaki Manian 7e9859d388 Added a bech32 spec doc 2018-06-21 22:38:40 -07:00
Joon ec6acda6a4 Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
Sunny Aggarwal dc2c8f900b Merge PR #1168: Governance MVP 2018-06-22 02:19:14 +02:00
Ethan Buchman d08b916f01
Merge pull request #1289 from cosmos/bucky/docs
Refactor Docs
2018-06-21 15:53:17 -07:00
Ethan Buchman b983bd3ddf /docs/sdk -> /docs 2018-06-21 15:46:33 -07:00
Ethan Buchman f0c3f0e47a remove old files. move rest to _attic 2018-06-21 15:46:33 -07:00
Ethan Buchman 84f0c6d609 updates from feedback 2018-06-21 15:46:33 -07:00
Ethan Buchman 45692154fd rocket.chat -> riot.im 2018-06-21 15:46:33 -07:00
Ethan Buchman 03f3b96085 docs/sdk: various updates 2018-06-21 15:46:33 -07:00
Ethan Buchman 671956c74c baseapp 2018-06-21 15:46:33 -07:00
Ethan Buchman bfe6eed02c update readmes 2018-06-21 15:46:33 -07:00
Ethan Buchman aafd06ed91 update store.md 2018-06-21 15:46:33 -07:00
Ethan Buchman 7f603c8d57 deprecate /docs/guides/sdk 2018-06-21 15:46:33 -07:00
Ethan Buchman a051091219 docs/spec: update readme 2018-06-21 15:46:18 -07:00
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