Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.26.0 #2739

Merged
merged 72 commits into from
Nov 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
855e0ac
Merge PR #2596: Cmds for validator unbondings and redelegations
fedekunze Oct 28, 2018
e4b5e2c
Make simulation use a transition matrix for block size
ValarDragon Oct 29, 2018
100f888
address bez's comments
ValarDragon Oct 29, 2018
ba7ed9d
fix flags in docs, closes #2530
zramsay Oct 29, 2018
142cf74
Merge pull request #2626 from cosmos/zach/fixes
rigelrozanski Oct 29, 2018
c93b116
Merge PR #2616: Block redelegations to the same validator
cwgoes Oct 29, 2018
0d8325b
Merge PR #2623: Speedup simulator by switching to goleveldb
ValarDragon Oct 29, 2018
4cde804
Merge branch 'develop' into dev/sim_blocksize
ValarDragon Oct 30, 2018
1538ab8
Merge branch 'develop' into release/v0.25.0
jaekwon Oct 31, 2018
7c0a067
Merge pull request #2604 from cosmos/release/v0.25.0
jaekwon Oct 31, 2018
206e510
fix block offsets in printing simulation block number
ValarDragon Oct 31, 2018
db1f45a
Merge pull request #2641 from cosmos/dev/fix_sim_prints
rigelrozanski Oct 31, 2018
6316e12
Merge PR #2644: Simulation: Print last block when there is an error
ValarDragon Oct 31, 2018
89047d8
Merge PR #2642: Add todo diagrams
rigelrozanski Oct 31, 2018
bc583ab
Various sign command improvements
Oct 22, 2018
933592d
Check sanity of signatures and report errors when run with --print-sigs
Oct 22, 2018
4bf17e8
Improve errors reporting
Oct 22, 2018
62974e6
Improve online docs
Oct 22, 2018
a4c4e28
Refresh PENDING.md
Oct 31, 2018
69a7c06
Find better name for --print-signature-only
Oct 22, 2018
e65c02d
Fix integration tests
Oct 23, 2018
31c0626
Validate --name
Oct 23, 2018
a514295
Fix integration tests
Oct 23, 2018
53f1233
s/--print-sigs/--validate-signatures/
Oct 23, 2018
f752525
s/--sig-only/--signature-only/
Oct 23, 2018
bb734c4
Docs updated
Oct 25, 2018
17f799a
Update PENDING.md
Oct 31, 2018
9e39790
Rename append, it's go builtin
Oct 29, 2018
44d2347
Set success = false when it fails
Oct 29, 2018
84aef0d
Apply suggestions from bez
Oct 29, 2018
6c8791f
Nest switches
Oct 29, 2018
06989be
Fix rebase
Oct 31, 2018
dbbf064
Document what --validate-signatures does
Oct 31, 2018
5e2efd9
perform minor doc and function cleanup
Oct 31, 2018
835315d
move typedef
ValarDragon Oct 31, 2018
8ae4761
Merge PR #2558: Various sign command improvements
cwgoes Oct 31, 2018
fcf5b77
Merge PR #2622: Make simulation use a transition matrix for block size
cwgoes Oct 31, 2018
9cf53f2
Merge PR #2614: Configurable Bech32 prefix for SDK users
svaishnavy Oct 31, 2018
1686ba0
Merge PR #2643: AppendTag function usage error. append elements do no…
elvin-du Nov 1, 2018
3cffe29
simulation: Make validator choice use validator set
ValarDragon Nov 1, 2018
52083e1
Update changelog
ValarDragon Nov 1, 2018
ddba4fc
Merge PR #2657: Fix config.js
zramsay Nov 1, 2018
c5238b0
Merge PR #2589: Update Vesting Spec
alexanderbez Nov 1, 2018
3657ff4
Merge PR #2656: Revert read-only leveldb database
alessio Nov 1, 2018
f4d3e65
Merge PR #2660: simulation: Make validator choice use validator set
cwgoes Nov 1, 2018
91dcd0f
Include DNS alt name in certificate
Nov 2, 2018
48192ea
Gaialite signal handling is broken, repair it
Nov 2, 2018
8e328c8
Merge PR #2665: simulation: Remove header from Invariant
ValarDragon Nov 2, 2018
b6443e9
Merge PR #2653: Add benchmark for get and set account
yutianwu Nov 2, 2018
a0a6bad
Fix test
Nov 2, 2018
36bb440
Refactor TrapSignal
Nov 2, 2018
e598af9
Fix lint
Nov 2, 2018
22ef944
Merge pull request #2666 from cosmos/alessio/2664-fix-dns-alt-name
rigelrozanski Nov 2, 2018
0d5ebd2
Merge PR #2667: Gaialite signal handling fix
rigelrozanski Nov 2, 2018
de099b4
Merge pull request #2668 from cosmos/master
jaekwon Nov 2, 2018
15c2093
enforcing @jaekwon mergemaster
jaekwon Nov 3, 2018
50926ff
Update to TM v0.26.0 - Part I (#2679)
alexanderbez Nov 5, 2018
5b74e1d
Bez/tm0.26 update pt 2 redux (#2684)
jaekwon Nov 5, 2018
f4338d6
Fix merge conflict bug; Update PENDING
jaekwon Nov 5, 2018
c20fcbf
New genesis workflow (#2602)
alessio Nov 5, 2018
256ec0f
Simulation improvements (logging fix, random genesis parameters) (#2617)
cwgoes Nov 5, 2018
336415b
Fix simulation bugs; Incorprates #2676 from Sunny (#2677)
jaekwon Nov 5, 2018
10e8e03
Revert "enforcing @jaekwon mergemaster"
jaekwon Nov 5, 2018
1d3a04a
Switch gov proposal-queues to use iterators (#2638)
sunnya97 Nov 7, 2018
2779f4d
Add general merkle absence proof (also for empty substores) (#2685)
jaekwon Nov 7, 2018
2a3d1f1
Fix coins.IsLT() impl (#2686)
jaekwon Nov 7, 2018
4f46a4c
Update testnet to use canonical genesis time (#2692)
alexanderbez Nov 7, 2018
c7b3efd
Do not allow nil values to be set in CacheKVStore (#2708)
jaekwon Nov 7, 2018
8f690b5
Merge PR #2714: Add commission data to MsgCreateValidator signature b…
alexanderbez Nov 7, 2018
94f4531
Fix state export/import, add to CI (#2690)
cwgoes Nov 9, 2018
02da397
Merge 0.26.0 back to develop (#2718)
cwgoes Nov 9, 2018
d8b6d1d
Update CHANGELOG/PENDING for straggling PR #2690
jaekwon Nov 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,24 @@ jobs:
export PATH="$GOBIN:$PATH"
make test_sim_gaia_fast

test_sim_gaia_import_export:
<<: *defaults
parallelism: 1
steps:
- attach_workspace:
at: /tmp/workspace
- checkout
- run:
name: dependencies
command: |
export PATH="$GOBIN:$PATH"
make get_vendor_deps
- run:
name: Test Gaia import/export simulation
command: |
export PATH="$GOBIN:$PATH"
make test_sim_gaia_import_export

test_sim_gaia_multi_seed:
<<: *defaults
parallelism: 1
Expand Down Expand Up @@ -259,6 +277,9 @@ workflows:
- test_sim_gaia_fast:
requires:
- setup_dependencies
- test_sim_gaia_import_export:
requires:
- setup_dependencies
- test_sim_gaia_multi_seed:
requires:
- setup_dependencies
Expand Down
59 changes: 58 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# Changelog

## 0.26.0

BREAKING CHANGES

* Gaia
* [gaiad init] [\#2602](https://github.com/cosmos/cosmos-sdk/issues/2602) New genesis workflow

* SDK
* [simulation] [\#2665](https://github.com/cosmos/cosmos-sdk/issues/2665) only argument to simulation.Invariant is now app

* Tendermint
* Upgrade to version 0.26.0

FEATURES

* Gaia CLI (`gaiacli`)
* [cli] [\#2569](https://github.com/cosmos/cosmos-sdk/pull/2569) Add commands to query validator unbondings and redelegations
* [cli] [\#2569](https://github.com/cosmos/cosmos-sdk/pull/2569) Add commands to query validator unbondings and redelegations
* [cli] [\#2524](https://github.com/cosmos/cosmos-sdk/issues/2524) Add support offline mode to `gaiacli tx sign`. Lookups are not performed if the flag `--offline` is on.
* [cli] [\#2558](https://github.com/cosmos/cosmos-sdk/issues/2558) Rename --print-sigs to --validate-signatures. It now performs a complete set of sanity checks and reports to the user. Also added --print-signature-only to print the signature only, not the whole transaction.

* SDK
* [\#1336](https://github.com/cosmos/cosmos-sdk/issues/1336) Mechanism for SDK Users to configure their own Bech32 prefixes instead of using the default cosmos prefixes.

IMPROVEMENTS

* Gaia
* [\#2637](https://github.com/cosmos/cosmos-sdk/issues/2637) [x/gov] Switched inactive and active proposal queues to an iterator based queue

* SDK
* [\#2573](https://github.com/cosmos/cosmos-sdk/issues/2573) [x/distribution] add accum invariance
* [\#2556](https://github.com/cosmos/cosmos-sdk/issues/2556) [x/mock/simulation] Fix debugging output
* [\#2396](https://github.com/cosmos/cosmos-sdk/issues/2396) [x/mock/simulation] Change parameters to get more slashes
* [\#2617](https://github.com/cosmos/cosmos-sdk/issues/2617) [x/mock/simulation] Randomize all genesis parameters
* [\#2669](https://github.com/cosmos/cosmos-sdk/issues/2669) [x/stake] Added invarant check to make sure validator's power aligns with its spot in the power store.
* [\#1924](https://github.com/cosmos/cosmos-sdk/issues/1924) [x/mock/simulation] Use a transition matrix for block size
* [\#2660](https://github.com/cosmos/cosmos-sdk/issues/2660) [x/mock/simulation] Staking transactions get tested far more frequently
* [\#2610](https://github.com/cosmos/cosmos-sdk/issues/2610) [x/stake] Block redelegation to and from the same validator
* [\#2652](https://github.com/cosmos/cosmos-sdk/issues/2652) [x/auth] Add benchmark for get and set account
* [\#2685](https://github.com/cosmos/cosmos-sdk/issues/2685) [store] Add general merkle absence proof (also for empty substores)
* [\#2708](https://github.com/cosmos/cosmos-sdk/issues/2708) [store] Disallow setting nil values

BUG FIXES

* Gaia
* [\#2670](https://github.com/cosmos/cosmos-sdk/issues/2670) [x/stake] fixed incorrect `IterateBondedValidators` and split into two functions: `IterateBondedValidators` and `IterateLastBlockConsValidators`
* [\#2691](https://github.com/cosmos/cosmos-sdk/issues/2691) Fix local testnet creation by using a single canonical genesis time
- [\#2670](https://github.com/cosmos/cosmos-sdk/issues/2670) [x/stake] fixed incorrent `IterateBondedValidators` and split into two functions: `IterateBondedValidators` and `IterateLastBlockConsValidators`
- [\#2648](https://github.com/cosmos/cosmos-sdk/issues/2648) [gaiad] Fix `gaiad export` / `gaiad import` consistency, test in CI

* SDK
* [\#2625](https://github.com/cosmos/cosmos-sdk/issues/2625) [x/gov] fix AppendTag function usage error
* [\#2677](https://github.com/cosmos/cosmos-sdk/issues/2677) [x/stake, x/distribution] various staking/distribution fixes as found by the simulator
* [\#2674](https://github.com/cosmos/cosmos-sdk/issues/2674) [types] Fix coin.IsLT() impl, coins.IsLT() impl, and renamed coins.Is\* to coins.IsAll\* (see [\#2686](https://github.com/cosmos/cosmos-sdk/issues/2686))
* [\#2711](https://github.com/cosmos/cosmos-sdk/issues/2711) [x/stake] Add commission data to `MsgCreateValidator` signature bytes.
* Temporarily disable insecure mode for Gaia Lite

## 0.25.0

*October 24th, 2018*
Expand Down Expand Up @@ -752,7 +809,7 @@ Update to Tendermint v0.19.4 (fixes a consensus bug and improves logging)

BREAKING CHANGES

* [stake] MarshalJSON -> MarshalBinary
* [stake] MarshalJSON -> MarshalBinaryLengthPrefixed
* Queries against the store must be prefixed with the path "/store"

FEATURES
Expand Down
73 changes: 29 additions & 44 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 3 additions & 26 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true

[[constraint]]
name = "github.com/bgentry/speakeasy"
version = "~0.1.0"
Expand Down Expand Up @@ -49,15 +28,15 @@

[[override]]
name = "github.com/tendermint/go-amino"
version = "=v0.12.0"
version = "v0.14.0"

[[override]]
name = "github.com/tendermint/iavl"
version = "=v0.11.0"
version = "=v0.11.1"

[[override]]
name = "github.com/tendermint/tendermint"
version = "=0.25.1-rc0"
version = "v0.26.1-rc0" # TODO replace w/ 0.26.1

## deps without releases:

Expand Down Expand Up @@ -89,7 +68,6 @@
version = "1.0.0"

## transitive deps, without releases:
#

[[override]]
name = "github.com/syndtr/goleveldb"
Expand All @@ -106,4 +84,3 @@
[prune]
go-tests = true
unused-packages = true

Loading