Remove pending files

This commit is contained in:
Aleksandr Bezobchuk 2019-04-03 09:39:06 -04:00
parent fd957f2c54
commit d8833d760d
No known key found for this signature in database
GPG Key ID: 7DAC30FBD99879B0
45 changed files with 0 additions and 62 deletions

View File

@ -1 +0,0 @@
#3463 Revert bank module handler fork (re-enables transfers)

View File

@ -1,3 +0,0 @@
#3875 Replace `async` flag with `--broadcast-mode` flag where the default
value is `sync`. The `block` mode should not be used. The REST client now
uses `mode` parameter instead of the `return` parameter.

View File

@ -1 +0,0 @@
#3938 Remove REST server's SSL support altogether.

View File

@ -1 +0,0 @@
#3245 Rename validator.GetJailed() to validator.IsJailed()

View File

@ -1,2 +0,0 @@
#3516 Remove concept of shares from staking unbonding and redelegation UX;
replaced by direct coin amount.

View File

@ -1 +0,0 @@
#4029 Upgrade Tendermint to v0.31.3

View File

@ -1 +0,0 @@
#3825 Validate genesis before running gentx

View File

@ -1,2 +0,0 @@
#3889 When `--generate-only` is provided, the Keybase is not used and as a result
the `--from` value must be a valid Bech32 cosmos address.

View File

@ -1 +0,0 @@
3974 Fix go env setting in installation.md

View File

@ -1 +0,0 @@
3996 Change 'make get_tools' to 'make tools' in DOCS_README.md.

View File

@ -1 +0,0 @@
#3883 Remove Height Flag from CLI Queries

View File

@ -1 +0,0 @@
#3899 Using 'gaiacli config node' breaks ~/config/config.toml

View File

@ -1 +0,0 @@
#3837 Fix `WithdrawValidatorCommission` to properly set the validator's remaining commission.

View File

@ -1,2 +0,0 @@
#3870 Fix DecCoins#TruncateDecimal to never return zero coins in
either the truncated coins or the change coins.

View File

@ -1 +0,0 @@
#3915 Remove ';' delimiting support from ParseDecCoins

View File

@ -1 +0,0 @@
#3977 Fix docker image build

View File

@ -1 +0,0 @@
#2935 Optionally assert invariants on a blockly basis using `gaiad --assert-invariants-blockly`

View File

@ -1 +0,0 @@
#3886 Implement minting module querier and CLI/REST clients.

View File

@ -1 +0,0 @@
#3937 Add command to query community-pool

View File

@ -1 +0,0 @@
#3937 Add route to fetch community-pool

View File

@ -1 +0,0 @@
#3949 added /slashing/signing_infos to get signing_info for all validators

View File

@ -1 +0,0 @@
#2935 New module Crisis which can test broken invariant with messages

View File

@ -1 +0,0 @@
#3813 New sdk.NewCoins safe constructor to replace bare sdk.Coins{} declarations.

View File

@ -1 +0,0 @@
#3858 add website, details and identity to gentx cli command

View File

@ -1 +0,0 @@
Implement coin conversion and denomination registration utilities

View File

@ -1 +0,0 @@
#3808 `gaiad` and `gaiacli` integration tests use ./build/ binaries.

View File

@ -1,7 +0,0 @@
\#3819 Simulation refactor, log output now stored in ~/.gaiad/simulation/
* Simulation moved to its own module (not a part of mock)
* Logger type instead of passing function variables everywhere
* Logger json output (for reloadable simulation running)
* Cleanup bank simulation messages / remove dup code in bank simulation
* Simulations saved in `~/.gaiad/simulations/`
* "Lean" simulation output option to exclude No-ops and !ok functions (`--SimulationLean` flag)

View File

@ -1,4 +0,0 @@
#3893 Improve `gaiacli tx sign` command
* Add shorthand flags -a and -s for the account and sequence numbers respectively
* Mark the account and sequence numbers required during "offline" mode
* Always do an RPC query for account and sequence number during "online" mode

View File

@ -1 +0,0 @@
#3833 Modify stake to atom in gaia's doc.

View File

@ -1 +0,0 @@
#3841 Add indent to JSON of `gaiacli keys [add|show|list]`

View File

@ -1 +0,0 @@
#3859 Add newline to echo of `gaiacli keys ...`

View File

@ -1 +0,0 @@
#3959 Improving error messages when signing with ledger devices fails

View File

@ -1,2 +0,0 @@
#3238 Add block time to tx responses when querying for
txs by tags or hash.

View File

@ -1 +0,0 @@
\#3752 Explanatory docs for minting mechanism (`docs/spec/mint/01_concepts.md`)

View File

@ -1 +0,0 @@
#3801 `baseapp` safety improvements

View File

@ -1 +0,0 @@
#3820 Make Coins.IsAllGT() more robust and consistent.

View File

@ -1 +0,0 @@
#3828 New sdkch tool to maintain changelogs

View File

@ -1 +0,0 @@
#3864 Make Coins.IsAllGTE() more consistent.

View File

@ -1,3 +0,0 @@
#3907: dep -> go mod migration
- Drop dep in favor of go modules.
- Upgrade to Go 1.12.1.

View File

@ -1 +0,0 @@
#3917 Allow arbitrary decreases to validator commission rates.

View File

@ -1 +0,0 @@
#3937 Implement community pool querier.

View File

@ -1 +0,0 @@
#3940 Codespace should be lowercase.

View File

@ -1 +0,0 @@
#3986 Update the Stringer implementation of the Proposal type.

View File

@ -1 +0,0 @@
\#926 circuit breaker high level explanation

View File

@ -1 +0,0 @@
Fixed various linters warnings in the context of the gometalinter -> golangci-lint migration #3896.