Dev Ojha
cb86efa054
Merge PR #2376 : auth: Don't recalculate mempool fees for every msg signer, misc. cleanup
...
This PR begins improving the godocs for the auth module, and begins cleaning
up the Ante handler.
Additionally we previously calculated if the fee was sufficient for the tx
on every single signer. This is now refactored to be more efficient, and have
a better logical flow. No changelog entry as this is new to this release.
2018-09-27 02:34:01 +08:00
Ethan Buchman
0bf061b707
update to tm v0.23.1
...
- fixes unbounded WAL growth
2018-08-22 16:04:26 -04:00
Christopher Goes
e2691d98fc
0.24.1 - Fix validator pubkey bug
2018-08-21 15:40:43 +02:00
Alexander Bezobchuk
5794f3c3ce
Merge PR #2083 : Fix broken invariant of bonded validator power decrease
2018-08-18 13:41:12 +02:00
Alexander Bezobchuk
cf03076a0a
Merge PR #2047 : Fix Invalid Cliff Validator Power Comparison
2018-08-17 17:33:13 +02:00
Jack Zampolin
45bd414fc2
Run localnet on every commit ensure network reaches at least 10 blocks ( #2067 )
2018-08-16 20:23:57 +02:00
Christopher Goes
3d50567034
Merge PR #1783 : Slashing, validator set, and governance simulation
2018-08-16 17:36:15 +02:00
Federico Kunze
c9358ec198
R4R: Fix repeated cmds in CLI for staking (v.0.24.0 release) ( #2043 )
...
* Cherry picked commits
* Update CHANGELOG.md
2018-08-15 16:59:46 +02:00
Ethan Buchman
e64a5538e4
update changelog, reset pending
2018-08-13 10:48:03 -04:00
Christopher Goes
8f05d052f2
Merge branch 'master' into cwgoes/stage
2018-08-11 15:04:28 +02:00
Jae Kwon
d27c5ee9e1
Tweak changelog, using tendermint 0.22.8 not 0.22.7
2018-07-26 19:10:57 -07:00
Christopher Goes
02d52e4326
Hotfix/0.23.1: Tendermint 0.22.7 ( #1844 )
...
* Tendermint 0.22.7; bump patch version
* 0.23.0 -> 0.23.1; update CHANGELOG.md
2018-07-26 19:24:51 -04:00
Rigel
46abe9f8e0
Merge PR #1724 : R4R: Add Stake Genesis Intra-Tx Counter
...
* add revoked to human-readable validator
* changelog
* added failing test
* add intra-tx counter to the genesis validators
* changelog
2018-07-25 17:11:10 -07:00
Jae Kwon
3dcec8a25c
Move more junk from PENDING to CHANGELOG for below merges
2018-07-25 17:08:25 -07:00
Ethan Buchman
2bbd721e65
update changelog
2018-07-25 17:13:42 -04:00
ValarDragon
6a742c8773
client: On any tx that broadcasts a tx, check that acct exists
...
This subverts the really hard to decipher ABCI error message, with
a nice user friendly error message.
2018-07-20 00:23:08 +02:00
Christopher Goes
d04c6cf9e5
Changelog to 0.23
2018-07-20 00:20:04 +02:00
Hendrik Hofstadt
30b8d9901d
update changelog
2018-07-20 00:18:50 +02:00
Christopher Goes
cbf432d34c
Merge PR #1746 : Remove ctx.IsCheckTx
...
* Remove ctx.IsCheckTx
* Changelog to Pending
* Typo
* Simulate instead of Check in SignCheckDeliver
* Add descriptive comment
* Change to 'CheckTx implements ABCI'
* Alphabetize changelog
2018-07-19 02:42:19 +02:00
Rigel
cfe78027f2
Merge PR #1724 : R4R: Add Stake Genesis Intra-Tx Counter
...
* add revoked to human-readable validator
* changelog
* added failing test
* add intra-tx counter to the genesis validators
* changelog
2018-07-18 22:09:40 +02:00
Dev Ojha
95191f5a51
Merge PR #1730 : client: On any tx that broadcasts a tx, check that acct exists
...
This subverts the really hard to decipher ABCI error message, with
a nice user friendly error message.
2018-07-18 20:25:55 +02:00
Hendrik Hofstadt
c01a3d218f
update changelog
2018-07-18 13:27:16 +02:00
Dev Ojha
2c81f4973f
Merge PR #1731 : tools: remove `rm -rf vendor/` from `make get_vendor_deps`
...
We now ensure that the Gopkg.lock is correct, and that the toml
doesn't depend on any branches, so this is no longer necessary.
2018-07-18 10:21:52 +02:00
Dev Ojha
f88d64499d
Merge PR #1705 : baseapp: Allow alphanumerics in routes
...
Previously only alphabetic characters were allowed.
2018-07-17 23:11:34 +02:00
Sunny Aggarwal
d6969c1d22
Merge PR #1697 : Proposal Query filter by status
2018-07-17 22:59:06 +02:00
Ethan Buchman
972b8f5d6d
Merge pull request #1690 from cosmos/release/v0.22.0
...
update params for x/gov and default config
2018-07-16 19:46:26 +01:00
Ethan Buchman
8f453eaa04
update params for x/gov and default config
2018-07-16 17:43:10 +01:00
Ethan Buchman
12fa42b43b
Merge branch 'master' into release/v0.21.1
2018-07-16 16:15:30 +01:00
Christopher Goes
28a1b5ebc0
Version & changelog
2018-07-14 04:20:14 +02:00
Alexander Bezobchuk
db7407f96e
Fix Cross Compile Build/Ledger Build Tag ( #1674 )
...
* Merge pull request #1674 : Fix Cross Compile Build/Ledger Build Tag
* Merge pull request #1674 : Fix Cross Compile Build/Ledger Build Tag
* Remove incorrect Ledger test
2018-07-14 04:19:23 +02:00
Alexander Bezobchuk
bb1f1a21bf
Fix Cross Compile Build/Ledger Build Tag ( #1674 )
...
* Merge pull request #1674 : Fix Cross Compile Build/Ledger Build Tag
* Merge pull request #1674 : Fix Cross Compile Build/Ledger Build Tag
* Remove incorrect Ledger test
2018-07-14 04:17:53 +02:00
Christopher Goes
1a1373cc22
Update changelog & version
2018-07-13 23:00:07 +02:00
Rigel
3231daa4d8
remove global shares ( #1644 )
...
* wip removing pool shares
* remove PoolShares/Tokens entirely
* worked through stake/type compile error
* work through a bunch of keeper errors
* worked through compile errors
* debugging tests
* resolve compilation error
* resolved types errors
* ...
* move inflation to pool type
* ...
* stumped problem
* Calculate newly issued shares, remove unnecessary pool arg from exchange rate calculation
* Rounding changed
* Update x/slashing tests for sdk.Rat BondedTokens
* testing fixes
* resolved test fixes
* cwgoes comments, changelog, lint
* cli bugfixes
* ..
* cli fixed
* spec update
* 'make format'
* cwgoes comments
* Increase test_cover parallelism
2018-07-13 21:46:14 +01:00
Ethan Buchman
faa88d83c7
Merge pull request #1656 from cosmos/jordan/cosmos-docs
...
update docs folder to match cosmos.network/docs/
2018-07-13 20:24:08 +01:00
Christopher Goes
78edba82c0
Merge PR #1648 : Write moniker on 'gaiad init' and 'gaiad init gen-tx'
...
* Write moniker on 'gaiad init' and 'gaiad init gen-tx'
* Update changelog
* Add comment to second instance
* Checkout Gopkg.lock
2018-07-13 19:16:31 +02:00
Jeremiah Andrews
43b9cc6df0
Merge PR #1533 : Pruning Cleanup
2018-07-13 03:20:26 +02:00
Jordan Bibla
28da104e1a
Merge branch 'master' into jordan/cosmos-docs
2018-07-12 20:01:27 -04:00
Alexander Bezobchuk
5983a07fb6
Merge PR #1599 : Implementation of TraceKVStore
2018-07-13 01:58:51 +02:00
Rigel
2885ac586e
Merge PR #1660 : Redelegation doesn't subtract from liquid
...
* fix redelegation subtracting source coins
* changelog
* Add testcases for balance subtraction
* Move changelog entry
2018-07-13 01:38:35 +02:00
Dev Ojha
98bc419d5e
Merge PR #1659 : crypto/keys: Allow one to export their private key
...
* crypto/keys: Allow one to export their private key
* Update changelog
2018-07-13 00:12:20 +02:00
Jordan Bibla
06967eff55
Merge branch 'master' into jordan/cosmos-docs
2018-07-12 17:05:35 -04:00
Jordan Bibla
33831117e7
updated changelog
2018-07-12 17:04:43 -04:00
Christopher Goes
8b9f5396de
Move changelog entry
2018-07-12 19:45:09 +02:00
Fabian Weber
c3bbb37df3
changelog
2018-07-12 19:44:31 +02:00
Christopher Goes
a6cc85ae87
Merge PR #1619 : R4R: Clearer staking logic
2018-07-12 19:39:51 +02:00
Christopher Goes
432c109f06
Merge PR #1627 : ready-for-review: Gov modules enums marshalJSON to String
2018-07-12 19:39:15 +02:00
Dev Ojha
c57c6c43ce
Merge branch 'master' into dev/fix_key_update_bug
2018-07-11 15:01:30 -07:00
Ethan Buchman
e56379821c
update changelog
2018-07-10 23:57:48 -04:00
ValarDragon
fc4c563e29
keys: Keybase.Update no longer asks for newpass if oldpass is incorrect
...
Achieved by refactoring the parameter newpass as follows:
* (newpass string) -> (getNewpass func() (string, error))
Closes #1629
2018-07-10 20:00:22 -07:00
Sunny Aggarwal
cba7fd7ee8
gov enums marshal to String
2018-07-10 17:59:07 -07:00