Commit Graph

3782 Commits

Author SHA1 Message Date
Christopher Goes
ec5fd99fc4
Move metalinter installation to lint step 2018-06-13 20:02:08 +02:00
Greg Szabo
73b0b489cf
Merge branch 'develop' into greg/testnet-command-2 2018-06-13 09:28:04 -07:00
Ethan Buchman
73d6fc4672
Merge pull request #1241 from cosmos/gamarin2-patch-1
Add update testnet guide to status
2018-06-13 02:14:00 -07:00
gamarin2
6b9f851032
Add update testnet guide to status 2018-06-13 11:11:55 +02:00
Ethan Buchman
c6711810a8
Merge pull request #1240 from cosmos/bucky/gaia-6002
gaia 6002
2018-06-13 01:36:49 -07:00
Ethan Buchman
8acac90894 gaia 6002 2018-06-13 01:44:30 -07:00
Ethan Buchman
1b7396d487 dev version bump 2018-06-13 01:34:51 -07:00
Ethan Buchman
6967905690
Merge pull request #1238 from cosmos/release/v0.19.0
Release/v0.19.0
2018-06-13 01:24:41 -07:00
Christopher Goes
65786e4578
Update version.go & changelog 2018-06-13 10:05:50 +02:00
Christopher Goes
5a273a1cdd
Merge branch 'develop' into release/v0.19.0 2018-06-13 10:02:55 +02:00
Ethan Buchman
3e07519d58
Merge pull request #1237 from cosmos/bucky/gaiadebug-merge-master
Bucky/gaiadebug merge master
2018-06-13 01:01:03 -07:00
Ethan Buchman
a7c55068bf
Merge pull request #1236 from cosmos/revert-1232-bucky/gaiadebug
Revert "Bucky/gaiadebug"
2018-06-13 01:00:16 -07:00
Christopher Goes
219a16c6de Revert "Merge PR #1232: Bucky/gaiadebug"
This reverts commit 37bba35c91.
2018-06-13 09:57:54 +02:00
Ethan Buchman
37bba35c91 Merge PR #1232: Bucky/gaiadebug
* update to tm v0.19.6
* update tm to 0.17.4
* update for tm v0.19.9
* update godep
* Merge PR #1195: gaiacli - Add error message for when account isn't found
* Add --gas flag to specify gas limit for a transaction
* lawl viper
* version and changelog
* add cmd/gaia/testnets folder to deprecate cosmos/testnets repo
* cmd/gaia/testnets: update status.md with recent history
* cmd/gaia/testnets: update versions, use a working seed
* readme points to testnet folder
* add fixes from billy
* fix status.md
* seed->seeds
* readme improvements
add link to official faucet, remove sequence from cmds
readme improvements
wording improvements and simplifications
add link to cosmos explorer
remove instances of candidate
add apostrophe
small fixes
improve the installing software section
fixes based on feedback
add note about querying an empty account
remove panic note
update introduction
add full cp path for copying genesis.json
update moniker warning
remove redundant sections
add error message when querying empty account
don't need a link to golang.org
link to sections, better section names
fix section link
reorganize sections
add h3s
remove & symbol
add whitespace
update h3 to h2
add note about explorer not connecting to every node
* testnets: minor readme update
* gaiadebug tool
* gaiadebug: add hack command
* fix from merge
* gaiadebug: raw-bytes command
* fix from merge
2018-06-13 09:44:46 +02:00
Rigel
83c1183e25 Merge PR #1233: Inflation now unbonded
working debug fix
add broken test
fix testnet bug
updated provision test
changelog
cwgoes comments
2018-06-13 09:12:57 +02:00
Ethan Buchman
35a3c14918 update status.md 2018-06-12 23:18:37 -07:00
Ethan Buchman
1cd3a6255a fix from merge 2018-06-12 23:12:55 -07:00
Ethan Buchman
47cc91e8e5 gaiadebug: raw-bytes command 2018-06-12 22:59:33 -07:00
Ethan Buchman
2219548d0e fix from merge 2018-06-12 22:45:51 -07:00
Ethan Buchman
cb93cbee3d gaiadebug: add hack command 2018-06-12 22:41:33 -07:00
Ethan Buchman
522042fd12 gaiadebug tool 2018-06-12 22:41:33 -07:00
Ethan Buchman
85c7702ca0 Merge branch 'master' into local/develop 2018-06-12 22:40:54 -07:00
suyuhuang
ef2e7a5129 Merge PR #1229: Fix 'gaiad init gen-tx' not showing seed 2018-06-13 07:27:24 +02:00
Christopher Goes
8753d6d59a
Revert "Merge PR #1228: Update to Tendermint develop" (#1231)
This reverts commit 1c8dbd1087.
2018-06-13 07:25:14 +02:00
Dev Ojha
1c8dbd1087 Merge PR #1228: Update to Tendermint develop 2018-06-13 06:42:52 +02:00
Greg Szabo
61dc65e3cf Changelog fix 2018-06-12 21:27:26 -07:00
Ethan Buchman
8e2a317681
Merge pull request #1212 from cosmos/peng/add-faucet-rm-sequence
testnet readme usability overhaul
2018-06-12 21:05:04 -07:00
Ethan Buchman
a03770d73d testnets: minor readme update 2018-06-12 21:13:28 -07:00
Greg Szabo
072d422da6
Merge branch 'develop' into greg/testnet-command-2 2018-06-12 11:26:58 -07:00
Greg Szabo
4c5e536b31 Added testnet command and localnet targets
Finished testnet command and introduced localnet targets in Makefile, together with gaiadnode Docker image

Fixed function parameter list - now starts with ctx

Separated GenTxConfig into a server/config package so both the server package and the mock package can use it

Adding server/config to app package

gaiadnode Docker image

Separated GenTxConfig into a server/config package so both the server package and the mock package can use it

Adding server/config to app package

Fixes requested by Rigel

Removed commented code

Global flag fixes
2018-06-12 11:25:03 -07:00
Peng Zhong
3b9cb49497 readme improvements
add link to official faucet, remove sequence from cmds

readme improvements

wording improvements and simplifications

add link to cosmos explorer

remove instances of candidate

add apostrophe

small fixes

improve the installing software section

fixes based on feedback

add note about querying an empty account

remove panic note

update introduction

add full cp path for copying genesis.json

update moniker warning

remove redundant sections

add error message when querying empty account

don't need a link to golang.org

link to sections, better section names

fix section link

reorganize sections

add h3s

remove & symbol

add whitespace

update h3 to h2

add note about explorer not connecting to every node
2018-06-12 16:53:24 +08:00
Christopher Goes
5bf58ee444
Merge PR #1210: Fix testcases (another fast-forward merge issue) 2018-06-12 09:47:59 +02:00
Rigel
dc62279ae1
Merge pull request #1200 from cosmos/cwgoes/slashing-bugfixes
Slashing bugfixes (start height, handler registration)
2018-06-11 20:12:02 -07:00
Sunny Aggarwal
161cb474d4 Account Numbers for Replay Protection with Account Pruning (#1077)
* in progress
* passes current tests
* added tests and got working
* changelog and docs
* removed prints
* oops
* works!
* issue in test_cli
* number 9 number 9 number 9
* at least it does only the 9 issue now
* hallelujah it works!
* removed print statement
* rebased
* gah
2018-06-12 04:30:54 +02:00
Rigel
1b20adcd22 Merge PR #1191: LCD cleanup / add LCD gas field
* remove global variables from lcd
* added make race, fix lcd race condition
* cleanup
* Five-character changelog update
2018-06-12 03:12:37 +02:00
Fabian
8ece807301 Merge PR #1085: Re-enable tx history in LCD
* reenable tx search
* removed not needed argument
* register types for decoding
* trying to fix indexing tests
* added tx hash query test
* Fix x/bank tagging
* remove dead code
* remove print
* extended tests for tx querying
* changelog
* added txs address querying
* linted
* rename
* use prefix for bech32 addresses in tags
* changed error message
* Fix tiny linter issue
2018-06-11 22:09:29 +02:00
Christopher Goes
ee17b7c9cc
Address PR comments: test descriptions & NewValidatorSigningInfo 2018-06-11 21:47:35 +02:00
Ethan Buchman
4dcf41df4b seed->seeds 2018-06-11 11:40:38 -07:00
Ethan Buchman
cfa2ba84fb
Merge pull request #1203 from cosmos/bucky/testnets
Bucky/testnets
2018-06-11 11:28:56 -07:00
Ethan Buchman
f075737083 fix status.md 2018-06-11 11:37:05 -07:00
Ethan Buchman
5e975fc675 add fixes from billy 2018-06-11 11:35:18 -07:00
Ethan Buchman
74f5b26666 readme points to testnet folder 2018-06-11 11:35:12 -07:00
Ethan Buchman
e33779ce95
Merge pull request #1198 from cosmos/bucky/testnets
Bucky/testnets
2018-06-11 11:20:58 -07:00
Rigel
fc0e401327
Merge pull request #1153 from davekaj/davekaj/addProvisionTests
Writing more provision tests in tick_test.go (updated for refractor)
2018-06-11 02:10:42 -07:00
Christopher Goes
b9c1bcbd74
Tiny linter fix 2018-06-11 03:22:38 +02:00
Christopher Goes
c9a977beae
Cleanup testcase 2018-06-11 03:15:48 +02:00
Christopher Goes
a4865ef6aa
Add mock.SignCheck, update testcase to assert error code 2018-06-11 03:14:20 +02:00
Christopher Goes
f6a30afbf4
Improve testcase, add comment 2018-06-11 03:03:52 +02:00
Christopher Goes
2d2b57261c
Update changelog 2018-06-11 02:59:36 +02:00
Christopher Goes
3bea85abb3
Register slashing keeper, set startHeight, testcases 2018-06-11 02:55:54 +02:00