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
14c1ff27f3
Merge remote-tracking branch 'origin/develop' into rigel/spec-staking
2018-06-13 20:50:59 -07:00
Greg Szabo
17e88a5e00
Fixes requested by Rigel: GenTx, config package name
2018-06-13 17:30:16 -07:00
Dev Ojha
bd362ee590
Merge PR #1090 : Switch away from ephemeral ports
...
* Switch ports 4665x to be 2655x
This is done so the default ports aren't in the linux kernel's default ephemeral port range.
* Missed one doc file, change dep so gaiad works
* Update changelog, fix Gopkg.lock
2018-06-14 00:13:51 +02:00
Greg Szabo
73b0b489cf
Merge branch 'develop' into greg/testnet-command-2
2018-06-13 09:28:04 -07:00
Ethan Buchman
1b7396d487
dev version bump
2018-06-13 01:34:51 -07:00
Christopher Goes
65786e4578
Update version.go & changelog
2018-06-13 10:05:50 +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
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
85c7702ca0
Merge branch 'master' into local/develop
2018-06-12 22:40:54 -07:00
Greg Szabo
61dc65e3cf
Changelog fix
2018-06-12 21:27:26 -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
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
2d2b57261c
Update changelog
2018-06-11 02:59:36 +02:00
Ethan Buchman
cb6534a8f8
version and changelog
2018-06-09 09:32:59 -07:00
Christopher Goes
c6796b8fba
Add --gas flag to specify gas limit for a transaction
2018-06-09 09:31:59 -07:00
Dev Ojha
aaaa0e16a2
Merge PR #1195 : gaiacli - Add error message for when account isn't found
2018-06-09 09:31:22 -07:00
Ethan Buchman
be340d2edd
Merge pull request #1189 from cosmos/bucky/merge-master
...
Bucky/merge master
2018-06-09 09:15:14 -07:00
Christopher Goes
d47b7cf5fa
Add --gas flag to specify gas limit for a transaction
2018-06-09 08:51:31 +02:00
Dev Ojha
9c4bbf7dfd
Merge PR #1195 : gaiacli - Add error message for when account isn't found
2018-06-09 08:40:22 +02:00
Ethan Buchman
a277ba91c7
Merge PR #1178 : Merge master (Tendermint updates)
...
* update to tm v0.19.6
* update tm to 0.17.4
* update for tm v0.19.9
* update godep
2018-06-09 06:34:27 +02:00
Ethan Buchman
2913d14239
Merge branch 'master' into develop
2018-06-08 19:31:48 -07:00
Rigel
0b9751ac98
Merge pull request #1170 from cosmos/rigel/test_framework
...
mock test framework for modules
2018-06-08 13:30:24 -07:00
rigelrozanski
42def02ae9
pr comments
2018-06-08 10:03: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
40f5928898
changelog
2018-06-07 20:59:35 -07:00
Christopher Goes
34ec53a761
Update CHANGELOG.md, update x/auth to avoid base64
2018-06-08 01:50:59 +02: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
Adrian Brink
af15f89531
Update changelog for 0.18.0 ( #1149 )
2018-06-06 06:34:19 +02:00
Ethan Buchman
f3f2729b11
update for tm v0.19.9
2018-06-05 18:04:16 -07:00
rigelrozanski
605dfbbe54
changelog, update spec README
2018-06-05 09:23:23 -07:00
Jeremiah Andrews
91c8962740
changelog
2018-06-04 18:38:50 -07:00
rigelrozanski
0ef3259a39
revised use of EndBlock/BeginBlock, basecoin updated for staking/slashing
2018-06-01 14:24:48 -07:00
rigelrozanski
7ce9e000b6
update changelog, minor update
2018-06-01 00:53:54 -07:00
rigelrozanski
4150fe5ec9
update changelog
2018-05-31 15:02:24 -07:00
rigelrozanski
952aedc4f1
get rid of candidacy references
2018-05-31 14:57:09 -07:00
Christopher Goes
12a7c0373a
Merge pull request #1072 from ValarDragon/dev/tx_encoding
...
Change to go-wire UnmarshalJSON for bank transactions
2018-05-31 23:51:27 +02:00
ValarDragon
0371109039
Register crypto on amino codecs, update changelog
2018-05-31 12:55:21 -07:00
Ethan Buchman
36b3e530ab
update tm to 0.17.4
2018-05-31 09:31:42 -04:00
Rigel
1c462013a9
Merge branch 'develop' into matt/stake-rest
2018-05-30 10:53:12 -04:00
Ethan Buchman
5b2a5c948c
update to tm v0.19.6
2018-05-29 12:54:02 -04:00
ValarDragon
2d87563856
Change to go-wire UnmarshalJSON for bank transactions
...
The bank module now uses it's own codec to encode and decode Bank Msgs
into JSON.
2018-05-28 11:26:43 -07:00
Zaki Manian
4fd998c669
Merge branch 'develop' into bech32cosmos
2018-05-27 19:14:15 +02:00
Zaki Manian
ca9af7462a
Update change log
2018-05-27 14:51:19 +02:00
Matt Bell
5c1a7694e5
Merge branch 'develop' into matt/stake-rest
2018-05-27 16:02:33 +09:00
sunnya97
c057a71f5b
changelog
2018-05-26 18:05:21 -07:00
Rigel
ae82931b7c
Merge pull request #1049 from cosmos/std_to_auth
...
Move stuff from types to auth
2018-05-26 04:43:27 -04:00
rigelrozanski
92356b7d9b
changelog update
2018-05-26 04:36:05 -04:00
Fabian
2efb637f81
Merge branch 'develop' into matt/stake-rest
2018-05-25 09:54:44 +02:00
Bill Ip
87a696e490
updated changelog
2018-05-25 09:33:08 +08:00
Christopher Goes
02bf73b94d
Rebase, fix changelog
2018-05-25 03:03:18 +02:00
Greg Szabo
c920d9a69c
Updated CHANGELOG.md
2018-05-25 03:03:18 +02:00
Matt Bell
ae9a9eaaa3
Updated changelog
2018-05-25 09:32:37 +09:00
Christopher Goes
a5b5c45b7f
Update changelog
2018-05-24 18:04:10 +02:00
Rigel
34f64752e4
Merge pull request #982 from cosmos/rigel/stake-refactor
...
Stake refactor // fee seperation
2018-05-23 17:43:35 -04:00
elvin
53e0b3bf6a
update changelog
2018-05-22 10:11:11 +08:00
Ethan Buchman
5e858129c5
Merge branch 'master' into develop
2018-05-20 17:12:14 -04:00
Ethan Buchman
5b7b76fbd9
changelog
2018-05-20 16:56:41 -04:00
Ethan Buchman
33af8ee7e8
update to tm v0.19.5
2018-05-20 10:35:19 -04:00
Ethan Buchman
ece4c33821
Merge branch 'master' into develop
2018-05-18 08:45:18 -04:00
Ethan Buchman
13d1667ac8
update tm to 0.19.4. update changelog and version
2018-05-17 16:10:16 -04:00
rigelrozanski
ac56ac8e5b
removed use of caches in the stake keeper
2018-05-17 16:03:35 -04:00
rigelrozanski
a74d9c2db6
Changelog updates, CLI cleanup
...
int
2018-05-17 11:12:28 -04:00
rigelrozanski
b64363fcbe
split types into multiple files, fix delegation share exrate
2018-05-17 09:19:33 -04:00
rigelrozanski
675dc5df15
staking refactor compiling
2018-05-17 09:19:05 -04:00
rigelrozanski
37156ad192
debug stake store refactor, cli change
2018-05-17 09:17:40 -04:00
rigelrozanski
750cbc53ec
stake cleanup, functionality for total prevote power
2018-05-17 09:17:14 -04:00
Ethan Buchman
2b6a3fc8e3
changelog and version
2018-05-15 22:30:20 -04:00
Ethan Buchman
e6d21c64cc
Merge pull request #963 from cosmos/cwgoes/gas-guzzling
...
Gas management, estimation, limitation
2018-05-15 22:19:53 -04:00
Ethan Buchman
e3a8496d6d
Merge branch 'master' into develop
2018-05-15 22:14:06 -04:00
Christopher Goes
0cc1c52077
Rebase changelog
2018-05-16 01:15:49 +02:00
Christopher Goes
396bf74b9f
Update changelog
2018-05-16 01:15:22 +02:00
Christopher Goes
4cfa99e21b
Move to new version in changelog
2018-05-16 01:15:07 +02:00
Christopher Goes
214720318f
Update changelog
2018-05-16 01:14:30 +02:00
Christopher Goes
2c6b414098
Move changelog entry to version 0.17
2018-05-15 23:36:44 +02:00
Sunny Aggarwal
ea6d3e8efc
should work maybe?
2018-05-15 16:52:30 -04:00
Ethan Buchman
20abeb3dcf
version and changelog
2018-05-15 12:45:36 -04:00
Ethan Buchman
a2ba50718e
changelog and version
2018-05-15 12:45:01 -04:00
Ethan Buchman
a4645677ab
Merge branch 'master' into develop
2018-05-14 17:08:54 -04:00
Ethan Buchman
249c5508ef
changelog and version
2018-05-14 17:05:27 -04:00
Christopher Goes
a2f5855d8e
Add tags for declare & edit candidacy txs
2018-05-10 21:55:51 +02:00
Christopher Goes
0ec21e4e27
Update changelog
2018-05-10 17:37:12 +02:00
Christopher Goes
c0eb66b133
Update changelog
2018-05-10 17:37:12 +02:00
rigelrozanski
1d82cdbbbc
subspace query tests, changelog
2018-05-08 16:15:35 -04:00
Christopher Goes
677a5f1108
Update changelog
2018-05-07 01:05:32 +02:00
Christopher Goes
05988623af
Update changelog
2018-05-03 18:36:37 +02:00
Ethan Buchman
7ef5e90fa5
update changelog and version
2018-05-01 13:58:50 -04:00
Christopher Goes
2376f231c2
Rebase, update changelog & testcase
2018-05-01 14:00:23 +02:00
Christopher Goes
db3a82fc97
Update changelog, add simple testcase
2018-05-01 13:52:49 +02:00
Christopher Goes
62fc3e2c49
Context-accessible logger field
2018-05-01 13:52:49 +02:00
Rigel
a674d75016
Merge pull request #895 from cosmos/sunny/remove-msg-get
...
Remove Get function from Msg interface
2018-04-30 22:12:19 -04:00
Sunny Aggarwal
a7d7257802
added to Changelog
2018-05-01 00:15:27 +02:00
rigelrozanski
437a5b711a
changelog
2018-04-30 17:26:12 -04:00
Ethan Buchman
b79ab072e7
Merge branch 'master' into develop
2018-04-29 23:47:17 -04:00
Ethan Buchman
59a5da4f3a
update tendermint to v0.19.1
2018-04-28 22:04:29 -04:00
Ethan Buchman
d3fd71a368
version and changelog
2018-04-28 21:59:47 -04:00
rigelrozanski
9b645836e3
changelog for better init
2018-04-26 14:33:02 -04:00
rigelrozanski
246e4bdac3
renames
2018-04-26 14:26:39 -04:00
Christopher Goes
228bc4add9
Update changelog
2018-04-25 16:19:21 +02:00
Christopher Goes
4ac80c3204
Merge pull request #897 from cosmos/sunny/remove_accountmapper_seal
...
Remove Account Mapper Seal
2018-04-24 12:27:01 +02:00
Christopher Goes
86b79b9c84
Fix testcases & update changelog
2018-04-23 18:41:36 +02:00
Sunny Aggarwal
b7c6713c5c
updated Changelog
2018-04-22 23:40:43 -07:00
rigelrozanski
ca3d3be3af
better key output
2018-04-20 12:51:47 -04:00
rigelrozanski
e149d27f1c
lint changelog
2018-04-19 13:16:09 -04:00
rigelrozanski
8c59ced191
changelog
2018-04-18 12:39:59 -04:00
rigelrozanski
996cafe972
register wire, stake changelog, stake genesis update
2018-04-18 12:19:35 -04:00
Christopher Goes
f8e44b5b00
Error codespacing ( #809 )
...
* Initial codespacing layout (ref #766 )
* Add codespace to Router (ref #766 )
* Implement Codespacer and update modules
* Default codespaces, testcases
* Update error formatting, codespacer tests
* Add RegisterOrPanic testcase
* Update CHANGELOG
2018-04-17 19:16:21 -07:00
Christopher Goes
e3045fd57d
Update changelog
2018-04-17 01:07:56 +02:00
Christopher Goes
49b8978454
Swap all examples & testcases to use automatic DB namespacing
2018-04-14 17:05:50 -07:00
Jae Kwon
62112eab17
Merge branch 'develop' into jae/fixrmssubstores
2018-04-13 02:06:27 -07:00
Jae Kwon
eb25943c58
...
2018-04-12 16:24:34 -07:00
Rigel
5212ac02e4
Merge pull request #812 from cosmos/cwgoes/misc-cli-fixes
...
Misc CLI fixes
2018-04-11 11:42:38 -04:00
rigelrozanski
c741be16ce
next sequence comment, CHANGELOG updates
2018-04-10 17:45:23 -04:00
rigelrozanski
bdc7fe56ba
cachecontext comments and changelog update
2018-04-10 15:44:49 -04:00
Ethan Buchman
3f2a8e789a
changelog
2018-04-10 12:25:13 +03:00
Ethan Buchman
98f739651c
Merge branch 'master' into develop
2018-04-09 20:56:35 +03:00
Ethan Buchman
31476b1b29
changelog and version
2018-04-09 20:41:03 +03:00
Ethan Buchman
db29b5066d
Merge branch 'develop' into jae/aminoify
2018-04-09 17:28:17 +03:00
Ethan Buchman
40b193ff05
update changelog
2018-04-09 16:59:08 +03:00
Ethan Buchman
1074ab6d67
version and changelog
2018-04-09 16:52:13 +03:00
Ethan Buchman
9722f41600
deps, changelog, version
2018-04-09 16:51:40 +03:00
Jae Kwon
923742622a
Fix docs; Bump version; Fix makefile
2018-04-07 00:08:53 -07:00
Ethan Buchman
414d3e0b6d
changelog and version
2018-04-03 21:43:50 +03:00
Ethan Buchman
be05bf4343
remove InitGenesis
2018-04-02 18:14:42 +03:00
Ethan Buchman
1d2c2d88b1
version and changelog
2018-04-01 22:01:32 +03:00
Ethan Buchman
7238b9d2d6
changelog and version
2018-04-01 02:30:12 +03:00
Sunny Aggarwal
81d542d438
updated changelog.md
2018-03-29 06:36:40 +02:00
Ethan Buchman
64044d04a7
changelog, version, dep
2018-03-27 11:33:09 -04:00
Ethan Buchman
8609c58317
changelog
2018-03-23 00:35:51 -04:00
Ethan Buchman
1befcdaac3
version and changelog
2018-03-20 03:59:57 +01:00
rigelrozanski
fb199e293e
fixes, add to changelog
2018-03-04 17:21:37 +00:00
Ethan Buchman
cba7379f78
dont mount multiple stores while its broken
2018-03-01 02:03:26 -05:00
Ethan Buchman
158dfcebdc
changelog and version
2018-03-01 00:38:39 -05:00
Jae Kwon
7f4bcff3cf
Add GetCommitKVStore and CommitKVStore
2018-02-21 09:49:33 -05:00
Ethan Buchman
0515bc094b
version and changelog
2018-02-20 22:51:30 -05:00
Ethan Buchman
96e56d9daf
update changelog
2018-02-13 07:47:12 -05:00
Ethan Buchman
a4203368d4
changelog and version
2017-10-11 23:30:50 -04:00
Ethan Buchman
2c98876414
readme, changelog, version bump
2017-10-11 16:57:38 -04:00
Rigel Rozanski
dd68d34216
init option changelog
2017-09-06 01:19:20 -04:00
Ethan Frey
450823b5f3
Bump to 0.6.2
2017-07-27 22:11:17 -04:00
Ethan Frey
64b434a375
Version bump and changelog
2017-06-28 13:20:54 +02:00
Ethan Frey
41bc371a1d
Update dependencies, set merkleeyes logger
2017-06-27 15:20:32 +02:00
Ethan Frey
e839a92f88
Updated RequireInit, latest light-client
2017-06-26 21:36:49 +02:00
Ethan Frey
e37c0cf538
Update dependencies, improve basecli init check
2017-06-26 18:22:51 +02:00
Ethan Frey
7a09fbd598
Update dependencies and CHANGELOG
2017-06-26 18:22:51 +02:00
Ethan Buchman
9627b7cd60
update changelog
2017-06-22 22:43:47 -04:00
Ethan Buchman
824050a0b4
basecoin init --chain-id
2017-06-21 02:48:09 -04:00
Ethan Buchman
05e23eda06
update changelog
2017-06-21 01:59:20 -04:00
Ethan Frey
0b7b639c58
Rewrote ibc guide for basecli and relay
2017-06-19 16:34:41 +02:00
Ethan Frey
06c854f846
"make fresh" when things are getting stale
2017-06-19 15:13:46 +02:00
Ethan Frey
4b65d8bac3
Update changelog notes for relay update
2017-06-16 20:51:23 +02:00
Ethan Frey
4d4137855d
Cache shunit2 in Makefile, so we don't wget everytime
2017-06-16 13:56:12 +02:00
Ethan Frey
75425b9bc1
Update CHANGELOG for some of the 0.6 enhancements
2017-06-16 13:51:48 +02:00
Anton Kaliaev
4c2fd60ef0
update changelog
2017-06-02 11:42:05 +03:00
Ethan Frey
b8687a5864
Bump to version 0.5.1
2017-05-30 18:37:58 +02:00
Ethan Frey
df5d65a891
Update changelog for 0.5.0 release
2017-05-24 17:08:14 +02:00
Ethan Buchman
76a8e34d64
changelog and version bump
2017-04-26 01:38:18 -04:00
Ethan Buchman
344d6ce46b
update changelog date for 0.4.0
2017-04-26 01:35:10 -04:00
Ethan Buchman
7914661eda
update changelog
2017-04-21 13:00:45 -04:00
Ethan Buchman
04f79f3ad2
cmd.SilenceUsage
2017-04-21 12:34:11 -04:00
rigelrozanski
18f1142d4c
v0.4.0
...
int
2017-04-21 12:34:11 -04:00
Ethan Buchman
e97c4b5d04
v0.3.1
2017-03-23 18:52:59 -04:00
Ethan Buchman
06a8478a70
update changelog and remove dead wire code
2017-03-23 18:07:31 -04:00
Ethan Buchman
09433299ca
add plugin_options and fix tests
2017-03-14 13:55:46 -04:00
Ethan Buchman
4a6b7131e4
BASECOIN_ROOT -> BCHOME
2017-03-14 01:50:10 -04:00
Ethan Buchman
e0df8da40a
--abci-server -> --without-tendermint
2017-03-14 01:47:10 -04:00
Ethan Buchman
39311620c7
changelog
2017-03-13 20:57:28 -04:00
Ethan Buchman
43dca48eeb
CHANGELOG
2017-03-06 05:11:27 -05:00