-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop' into alessio/safe-coins
- Loading branch information
Showing
34 changed files
with
493 additions
and
1,408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,62 @@ | ||
## PENDING | ||
# PENDING CHANGELOG | ||
|
||
BREAKING CHANGES | ||
<!----------------------------- BREAKING CHANGES -----------------------------> | ||
|
||
* Gaia REST API | ||
* [\#3642](https://github.com/cosmos/cosmos-sdk/pull/3642) `GET /tx/{hash}` now returns `404` instead of `500` if the transaction is not found | ||
## BREAKING CHANGES | ||
|
||
* Gaia CLI | ||
### Gaia REST API | ||
|
||
* Gaia | ||
* [\#3641] Remove the ability to use a Keybase from the REST API client: | ||
* `password` and `generate_only` have been removed from the `base_req` object | ||
* All txs that used to sign or use the Keybase now only generate the tx | ||
* `keys` routes completely removed | ||
|
||
* SDK | ||
* \#3580 Migrate HTTP request/response types and utilities to types/rest. | ||
* \#3592 Drop deprecated keybase implementation's New() constructor in | ||
favor of a new crypto/keys.New(string, string) implementation that | ||
returns a lazy keybase instance. Remove client.MockKeyBase, | ||
superseded by crypto/keys.NewInMemory() | ||
* \#3621 staking.GenesisState.Bonds -> Delegations | ||
### Gaia CLI | ||
|
||
* Tendermint | ||
### Gaia | ||
|
||
FEATURES | ||
### SDK | ||
|
||
* Gaia REST API | ||
### Tendermint | ||
|
||
* Gaia CLI | ||
<!--------------------------------- FEATURES ---------------------------------> | ||
|
||
* Gaia | ||
## FEATURES | ||
|
||
* SDK | ||
### Gaia REST API | ||
|
||
* Tendermint | ||
### Gaia CLI | ||
|
||
### Gaia | ||
|
||
IMPROVEMENTS | ||
### SDK | ||
|
||
* Gaia REST API | ||
### Tendermint | ||
|
||
* Gaia CLI | ||
<!------------------------------- IMPROVEMENTS -------------------------------> | ||
|
||
* Gaia | ||
## IMPROVEMENTS | ||
|
||
* SDK | ||
* [\#3311] Reconcile the `DecCoin/s` API with the `Coin/s` API. | ||
* [\#3614] Add coin denom length checks to the coins constructors. | ||
* \#3621 remove many inter-module dependancies | ||
* [\#3601] JSON-stringify the ABCI log response which includes the log and message | ||
index. | ||
* [\#3604] Improve SDK funds related error messages and allow for unicode in | ||
JSON ABCI log. | ||
* [\#3620](https://github.com/cosmos/cosmos-sdk/pull/3620) Version command shows build tags | ||
* [\#3638] Add Bcrypt benchmarks & justification of security parameter choice | ||
* [\#3648] Add JSON struct tags to vesting accounts. | ||
### Gaia REST API | ||
|
||
* Tendermint | ||
* [\#3618] Upgrade to Tendermint 0.30.03 | ||
### Gaia CLI | ||
|
||
BUG FIXES | ||
### Gaia | ||
|
||
* Gaia REST API | ||
### SDK | ||
|
||
* Gaia CLI | ||
### Tendermint | ||
|
||
* Gaia | ||
<!--------------------------------- BUG FIXES --------------------------------> | ||
|
||
* SDK | ||
* \#3646 `x/mint` now uses total token supply instead of total bonded tokens to calculate inflation | ||
## BUG FIXES | ||
|
||
* Tendermint | ||
### Gaia REST API | ||
|
||
### Gaia CLI | ||
|
||
### Gaia | ||
|
||
### SDK | ||
|
||
### Tendermint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.