gamarin2
6b9f851032
Add update testnet guide to status
2018-06-13 11:11:55 +02:00
Ethan Buchman
8acac90894
gaia 6002
2018-06-13 01:44:30 -07:00
Christopher Goes
5a273a1cdd
Merge branch 'develop' into release/v0.19.0
2018-06-13 10:02:55 +02:00
Ethan Buchman
35a3c14918
update status.md
2018-06-12 23:18:37 -07:00
Ethan Buchman
47cc91e8e5
gaiadebug: raw-bytes command
2018-06-12 22:59:33 -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
Ethan Buchman
a03770d73d
testnets: minor readme update
2018-06-12 21:13:28 -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
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
Ethan Buchman
4dcf41df4b
seed->seeds
2018-06-11 11:40:38 -07:00
Ethan Buchman
5e975fc675
add fixes from billy
2018-06-11 11:35:18 -07:00
Christopher Goes
3bea85abb3
Register slashing keeper, set startHeight, testcases
2018-06-11 02:55:54 +02:00
Ethan Buchman
9430ba1baa
cmd/gaia/testnets: update versions, use a working seed
2018-06-10 11:02:19 -07:00
Ethan Buchman
eceb56b709
cmd/gaia/testnets: update status.md with recent history
2018-06-10 10:51:18 -07:00
Ethan Buchman
e699e251f5
add cmd/gaia/testnets folder to deprecate cosmos/testnets repo
2018-06-10 10:41:37 -07:00
rigelrozanski
61a510ed08
...
2018-06-07 21:46:27 -07:00
rigelrozanski
b5d847288d
move original mock into server
2018-06-07 21:33:06 -07:00
rigelrozanski
abab7c2e42
modules test within mock application
2018-06-07 20:55:14 -07:00
rigelrozanski
1e67768485
ported ibc tests
2018-06-07 17:20:35 -07:00
Christopher Goes
3fbee11ccc
Merge PR #1142 : Export validators to genesis
...
* Validator export skeleton
* Update export command, add tests, update CHANGELOG
* Rename exportAppState to exportAppStateAndTMValidators
2018-06-06 18:38:13 +02:00
Fabian
5f409ce832
Merge PR #1086 : Bech32Cosmos output/input for the LCD
...
* refactored bech32ization
* updated keys endpoints for bech32
* bech32 for sending and querying
* trying to change output of validator addresses
* fixed validator output
* linted
* fixed merge conflict
* added bech32 to staking endpoints
* removed some logging statements
* added GetAccPubKeyBech32Cosmos
* fixed cli tests
* updated swagger
* merged standard bech32 change
* renamed bech32cosmos to bech32
* bech32ify json output for key add
* readded changelog
* fixed changelog merge issue
* Update CHANGELOG.md
2018-06-06 06:53:04 +02:00
Christopher Goes
be7ec5bc07
Merge PR #1115 : Update SDK to ABCI v11
2018-06-05 01:42:01 +02:00
rigelrozanski
0ef3259a39
revised use of EndBlock/BeginBlock, basecoin updated for staking/slashing
2018-06-01 14:24:48 -07:00
Christopher Goes
537ce91e33
Merge pull request #1105 from cosmos/cwgoes/slashing-v1.1
...
Fix minor slashing issues
2018-06-01 18:41:13 +02:00
Zaki Manian
ce850dca3b
Switch from bech32cosmos to bech32
2018-06-01 16:23:58 +02:00
rigelrozanski
e1d9f00d2d
...
2018-06-01 01:57:21 -07:00
rigelrozanski
823814dfce
fix cli test
2018-06-01 01:47:44 -07:00
Jeremiah Andrews
a03638d14a
changed commands in cli_test to match refactor
2018-05-31 22:06:13 -07:00
Jeremiah Andrews
aa41cefb1e
renamed state subcommand to tendermint
2018-05-31 21:50:01 -07:00
Jeremiah Andrews
744f78573e
small fixes
2018-05-31 21:50:01 -07:00
Jeremiah Andrews
083ca8234b
Refactored gaiacli and gaiad commands into subcommands
2018-05-31 21:50:01 -07:00
Christopher Goes
9fa4a55012
Add 'gaiacli signing_info'
2018-06-01 06:21:26 +02:00
Christopher Goes
cde91bd229
gaiacli unrevoke
2018-06-01 06:21:22 +02:00
rigelrozanski
ba44bf7c81
rm debug output
2018-05-31 18:54:14 -07:00
rigelrozanski
5515b60b0a
better tooling for cli, couple lsd fixes
2018-05-31 18:46:25 -07:00
rigelrozanski
a4e1e497cd
cwgoes comments
2018-05-31 15:49:18 -07:00
rigelrozanski
0b6aa3c047
add test_cli to ci
2018-05-31 14:57:09 -07:00
rigelrozanski
1f1097c4d3
cli test bugs
2018-05-31 14:57:09 -07:00
rigelrozanski
952aedc4f1
get rid of candidacy references
2018-05-31 14:57:09 -07:00
rigelrozanski
afc2bbfe09
working through cli
2018-05-31 14:56:17 -07:00
rigelrozanski
94e78e0602
cech32 fixes for TestGaiaCLISend
2018-05-31 14:56:17 -07:00
Jae Kwon
871574888b
Make Execute and GoExecute log better
2018-05-31 14:56:17 -07:00
Rigel
0fb2bbdfef
Merge pull request #1011 from cosmos/cwgoes/slashing
...
Implement slashing (v1)
2018-05-31 11:09:44 -07:00
Rigel
49adacab53
Merge branch 'develop' into cwgoes/misc-fixes
2018-05-30 20:09:57 -04:00
Rigel
1c462013a9
Merge branch 'develop' into matt/stake-rest
2018-05-30 10:53:12 -04:00
Christopher Goes
91f14e1b48
Merge branch 'develop' into cwgoes/slashing
2018-05-29 21:39:45 +02:00