Alessio Treglia
2a7a408d35
crypto/keyring: deprecate old keybase ( #5889 )
...
Remove the Update method from the Keybase interface.
Remove redundant lazy keybase implementation altogether.
Created LegacyKeybase interface to restrict capabilities to
only those required by keys commands that deal with
legacy keybase such as update and migrate.
Rename keyring.New() -> keyring.NewLegacy().
Rename client/keys.NewKeyBaseFromDir -> NewLegacyKeyBaseFromDir.
crypto/keyiring.NewInMemory() now returns a in-memory keyring.
BackendMemory is added yet not exposed via command line
--keyring-backend flag. keys add uses it when --dry-run flag
is on.
2020-03-30 20:30:50 +02:00
Alessio Treglia
db76afe840
crypto/keyring: change addrKey to store chain-agnostic addresses ( #5858 )
...
Keyrings store keys by name and hexbytes representation
of address. This turns keyring internal storage more
chain-agnostic and types.Config independent.
Obsolete Keybase internal state representation is not affected.
2020-03-30 16:54:01 +02:00
Alessio Treglia
5db6d54825
merge crypto/keys/mintkey into crypto/ ( #5880 )
...
crypto/keys/mintkey provides only armoring functions.
It makes very little sense to keep it standalone and
under a name which does not really seem consistent with
the features it provides.
2020-03-27 10:24:19 +01:00
Alexander Bezobchuk
e4857898c0
Merge branch 'master' into bez/tx-client-proto-i
2020-03-26 11:11:32 -04:00
Alexander Bezobchuk
e98cb63d39
Update CHANGELOG.md
...
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-03-25 16:12:10 -04:00
Alexander Bezobchuk
7e78ce3198
Update CHANGELOG.md
...
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-03-25 16:12:01 -04:00
Aleksandr Bezobchuk
3eb01e43be
Add changelog entries
2020-03-25 14:44:20 -04:00
Alexander Bezobchuk
37885b8d38
Merge branch 'master' into bez/tx-client-proto-i
2020-03-25 14:25:58 -04:00
Federico Kunze
9cce836c08
crypto/keys: move keybase and keyring to crypto/keyring/ dir ( #5866 )
...
* crypto/keys: move keybase and keyring to crypto/keyring/ dir
* Update client/keys/root.go
* Update crypto/keyring/errors.go
* Update crypto/keyring/keybase.go
* Update crypto/keyring/options.go
* format
* changelog
* fix build
* format
* lint
2020-03-25 15:20:36 +00:00
Aleksandr Bezobchuk
e77d5cb677
Update ADR + changelog
2020-03-25 11:09:26 -04:00
Jonathan Gimeno
49102b1d98
Remove dependency of types/module package on x/simulation ( #5835 )
...
Closes : #5724
2020-03-23 12:55:44 +01:00
Alessio Treglia
75a375b6c6
crypto/keys: remove DecodeSignature from baseKeybase ( #5844 )
...
Keybase implementations should return errors when
signature generation is attempted with offline/multisig
keys since theyr lack private keys.
This is a change in Keyring/Keybase.Sign() methods
semantics that have been broken for long time.
2020-03-20 16:00:12 +01:00
Federico Kunze
eeea5ebf89
baseapp: add sdk.Result to simulation response
2020-03-19 20:03:49 -03:00
Jonathan Gimeno
8c7bb89549
Implementing --offline flag ( #5810 )
...
Closes : #5448
2020-03-19 02:49:33 +01:00
Jonathan Gimeno
a5899bace0
Remove CloseDB method from Keybase interface ( #5820 )
...
* remove old method closeDb from Keybase interface
* add changelog
* move to api breaking changes
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-03-18 16:19:22 +00:00
Alessio Treglia
a84e02f390
crypto/keys/mintkey: fix errors handling in UnarmorPubKeyBytes ( #5823 )
...
Check error returned by internal call to unarmorBytes()
and handle accordingly.
Handle header's empty version field adequately.
2020-03-18 11:33:28 +01:00
Jonathan Gimeno
1c7da830c2
Revert changes for keybase encoding ( #5814 )
2020-03-17 01:36:05 +01:00
Jonathan Gimeno
2e42f9cb74
Favor marshal unmashal binare bare ( #5799 )
...
* change abci file to use BinaryBare
* change all calls to EncodeLengthPrefixed to BinaryBare in distribution keeper store.
* change all calls to EncodeLengthPrefixed to BinaryBare in mint keeper store.
* change all calls to EncodeLengthPrefixed to BinaryBare in auth keeper store.
* change all calls to EncodeLengthPrefixed to BinaryBare in distribution keeper store.
* change all calls to EncodeLengthPrefixed to BinaryBare in staking keeper store.
* change all calls to EncodeLengthPrefixed to BinaryBare in staking keeper store.
* change all calls to EncodeLengthPrefixed to BinaryBare in gov keeper store.
* change all calls to EncodeLengthPrefixed to BinaryBare in slashing keeper store.
* update decoder test
* migrate decoder
* migrate gov simulation decoder
* migrate baseapp_test
* refactor QuerySubspace
* refactor coedc std codec
* migrate keybase
* migrate iavl store
* migrate root multi
* migrate ante basic
* migrate tx type to bare
* migrate auth client
* update auth types
* update decoder
* migrate supply decoder
* migrate stake encoding
* migrate staking simulation
* migrate genutil
* migrate simapp test helpers
* migrate docs
* upgrade changelog
* Update CHANGELOG.md
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-03-13 19:58:43 +00:00
Jonathan Gimeno
644b85254f
Merge branch 'master' into jonathan/5783-standarize-representation-governance
2020-03-12 14:30:06 +01:00
Jonathan Gimeno
810a37802c
Update CHANGELOG.md
...
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-03-12 14:17:16 +01:00
Jonathan Gimeno
fbff867713
Merge branch 'master' into jonathan/5783-standarize-representation-governance
2020-03-12 12:32:47 +01:00
Alessio Treglia
f8897308d6
fix error's raw log messages ugly encoding
...
Closes : #5785
2020-03-12 01:36:16 +01:00
Jonathan Gimeno
520b397dc2
update cli
2020-03-11 18:12:10 +01:00
Aleksandr Bezobchuk
43c0d0061a
Update changelog
2020-03-11 10:08:15 -04:00
Alessio Treglia
2de4775a25
types/rest: add unit tests ( #5779 )
...
* types/rest: add unit tests
Drop unused functions:
- ParseQueryParamBool()
- ParseInt64OrReturnBadRequest()
* Fix test
* Disable parallelism
* Reintroduce @fedekunze ParseQueryParamBool
* Don't count Name() calls to fix flaky tests
2020-03-10 18:53:25 +00:00
Aleksandr Bezobchuk
ca93d575a9
Add changelog entries
2020-03-10 09:43:57 -04:00
Aleksandr Bezobchuk
2d5711ff14
Edit changelog entry
2020-03-05 23:31:30 -05:00
Jonathan Gimeno
e45be08eb1
create module account on init for FeeCollectorName and tests for other module accounts
2020-03-05 22:11:05 +01:00
Jonathan Gimeno
626cc1973d
update changelog
2020-03-05 12:17:18 +01:00
Alexander Bezobchuk
9aa2581dc5
Update CHANGELOG.md
...
Co-Authored-By: Aaron Craelius <aaron@regen.network>
2020-03-03 13:22:29 -05:00
Alexander Bezobchuk
79b04396a4
Merge branch 'master' into bez/5444-gov-proto-enc
2020-03-03 12:03:24 -05:00
Alessio Treglia
bfac2a9342
fix types.ChainAnteDecorators() panic ( #5742 )
...
* fix types.ChainAnteDecorators() panic
ChainAnteDecorators() panics when no arguments are supplied.
This change its behaviour and the function now returns a nil
AnteHandler in case no AnteDecorator instances are supplied.
Closes : #5741
* Append Terminator to non-terminated chains.
* Fix test case
2020-03-03 16:57:33 +00:00
Aleksandr Bezobchuk
04cf635c72
Add changelog entries
2020-03-03 10:32:43 -05:00
seungyeon-hwang
70e829949c
crypto: print an error message if the password input failed ( #5739 )
2020-03-03 13:32:52 +00:00
Alessio Treglia
9bd603ae88
crypto: cleanup, more testing
...
crypto.LedgerShowAddress() is a ledger specific function
and should takes acc address prefix instead of depending
on a sdk.Config singleton.
crypto/keys/mintkey:
- decryptPrivKey() return error instead of os.Exit()ing.
- encryptPrivKey() should panic instead of os.Exit() when
bcrypt.GenerateFromPassword() call fails so that the
caller is given a chance to recover().
crypto/keys:
- SignWithLedger() does not need to be method of
baseKeybase. Method receiver is unused.
- ledgerInfo objecta may be pointers, type switch
should handle both to avoid panics.
- keyringKeybase should not provide Update() at all.
More test cases are added to increase package crypto
and subpackages overall coverage.
2020-03-02 11:09:52 +00:00
Alessio Treglia
e0d029388d
fix DiffKVStores(), store/types gets 100% coverage ( #5730 )
...
* fix DiffKVStores(), store/types gets 100% coverage
DiffKVStores() used to return duplicated entries
in some cases.
Add test cases, aiming to reach 100% coverage for
store package.
Remove duplicate Cp function from the store package.
Same functionality is provided by types.CopyBytes().
* More test cases
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-03-02 00:27:03 +00:00
Alexander Bezobchuk
25129309f1
Merge branch 'master' into jonathan/5684-prune-syncable
2020-02-28 09:51:14 -08:00
Alexander Bezobchuk
5c1c64bfae
Merge PR #5718 : Return Empty GasInfo on Failed Msg Validation
2020-02-28 09:51:00 -08:00
Alexander Bezobchuk
56c08949a4
Merge branch 'master' into jonathan/5684-prune-syncable
2020-02-28 09:39:03 -08:00
Alessio Treglia
66f8e35b90
Build with go1.14 ( #5719 )
2020-02-28 12:26:11 +00:00
Jonathan Gimeno
191664bb30
fix issue number
2020-02-27 17:22:47 +01:00
Jonathan Gimeno
0a3fcf6d2d
change section in changelog
2020-02-27 16:23:15 +01:00
Jonathan Gimeno
2dbd364d3b
update changelog
2020-02-27 16:16:08 +01:00
Alexander Bezobchuk
8cab43c812
Merge PR #5702 : Add Param Querying to x/auth
2020-02-26 10:33:56 -05:00
Aaron Craelius
df65016694
Merge PR #5659 : Migrate upgrade module to protobuf
2020-02-24 18:14:19 +01:00
Marko
f7486b9395
Merge PR #5634 : Protobuf - Migrate x/evidence
2020-02-24 17:05:21 +01:00
Anil Kumar Kammari
883c1a2bc1
Merge PR #5627 : Regen Network/Slashing protobuf
2020-02-20 01:04:13 +01:00
Federico Kunze
4aa078b5f3
x/ibc ICS24 ( #5588 )
...
* x/ibc ICS24
* changelog
* move regex to /types
* address @alexanderbez comments
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-02-19 10:56:22 +01:00
Alexander Bezobchuk
794a496892
Merge PR #5533 : Protobuf: x/auth & x/supply
2020-02-18 13:50:13 +01:00
Gerry Agbobada
235aa6c091
Merge PR #5648 : Add min-height and max-height filters to TxSearch
2020-02-17 04:17:34 -05:00
Jonathan Gimeno
242f674e78
Merge PR #5640 : change default path to show swagger
2020-02-13 12:08:34 -05:00
Marko
48d39e344e
Merge PR #5619 : proto: migrate params to hybrid codec
2020-02-12 11:34:09 -05:00
Alexander Bezobchuk
77a47ca4a1
Merge PR #5633 : Add v0.38.1 changelog entry
2020-02-11 12:14:00 -05:00
Marko
56c5868975
Merge PR #5610 : proto: migrate x/distr to use hybrid codec
2020-02-11 09:58:37 -05:00
Chad Barraford
e2d4b9de44
Merge PR #5497 : ensure non-nil gentxs
2020-02-10 15:32:16 -05:00
Alexander Bezobchuk
7edd41439c
Merge PR #5629 : Add v0.37.7 changelog entry
2020-02-10 11:03:31 -05:00
Alessio Treglia
6cbf634ad5
Merge PR #5620 : Fix nil pointer deref in distribution tax/rewward validation helpers
2020-02-07 13:09:18 -05:00
Alexander Bezobchuk
cd9b2d450b
Merge PR #5622 : Track proposal handler events on success
2020-02-06 16:19:26 -05:00
Aditya
dba80caec0
Merge PR #5579 : Fix Restart application issue
2020-02-06 15:58:32 -05:00
Alexander Bezobchuk
53bf2271d5
Merge PR #5600 : Migrate x/staking to Protobuf
2020-02-06 14:21:02 -05:00
Anthony
b0c6c750df
Merge PR #5618 : Add test of missing verifier in cli context
2020-02-06 10:27:23 -05:00
Alexander Bezobchuk
ce16e0a99d
Merge PR #5597 : Include Amount in Complete Unbonding/Redelegation Events
2020-01-31 11:12:04 -05:00
Alexander Bezobchuk
6890feb3d2
Merge PR #5572 : ADR 004 Implementation
2020-01-30 16:31:16 -05:00
Federico Kunze
5a0a36a8c9
Merge Pr #5585 : client and types additions for IBC
2020-01-30 10:13:42 -05:00
Federico Kunze
ec35cf2d91
Merge PR #5584 : Staking additions for IBC
2020-01-29 08:35:49 -05:00
Alessio Treglia
deea89e52c
Add convenience functions {,Must}Bech32ifyAddressBytes ( #5581 )
2020-01-29 10:48:53 +01:00
Miguel Dingli
d5d29ef67a
Merge PR #5557 : Added amount event to InputOutputCoins for MsgMultSend
2020-01-27 09:46:55 -05:00
Alessio Treglia
b647824716
Refactor x/auth/client/utils/ ( #5555 )
...
Packages named utils, common, or misc provide clients with no
sense of what the package contains. This makes it harder for
clients to use the package and makes it harder for maintainers
to keep the package focused. Over time, they accumulate dependencies
that can make compilation significantly and unnecessarily slower,
especially in large programs. And since such package names are
generic, they are more likely to collide with other packages
imported by client code, forcing clients to invent names to
distinguish them.
cit. https://blog.golang.org/package-names
2020-01-24 16:40:56 +00:00
Alexander Bezobchuk
f0912047cd
Merge PR #5563 : Add v0.38.0 changelog
2020-01-23 15:25:39 -05:00
Alessio Treglia
1feb22c4f0
[keyring] support for kwallet, pass ( #5560 )
...
Add support for KDE Wallet service and the pass command line tool.
2020-01-23 16:48:00 +00:00
Alexander Bezobchuk
f18005d2f1
Merge PR #5538 : Refactor IAVL Pruning
2020-01-22 14:52:56 -05:00
Alessio Treglia
415eab7a56
Create new generic keyring constructor: NewKeyring ( #5547 )
...
Remove other convenience constructors:
* Remove NewKeyBaseFromHomeFlag
* Remove NewKeyringFromDir
* Remove NewKeyringFromHomeFlag
2020-01-22 17:54:56 +00:00
Federico Kunze
e37a6750ce
Merge PR #5545 : update CHANGELOG.md
2020-01-21 10:45:21 -05:00
Sunny Aggarwal
f367087731
Merge PR #5439 : Keybase: Multiple Signature Algorithms
2020-01-14 10:40:10 -05:00
Alexander Bezobchuk
214024431f
Merge PR #5508 : Fix and Return Height in x/distribution REST Handlers
2020-01-10 16:10:37 -05:00
Alexander Bezobchuk
bf41deac62
Merge Pr #5506 : Refactor use of parameters in x/distribution to match module spec
2020-01-10 15:08:14 -05:00
Alexander Bezobchuk
3df3887597
Merge PR #5499 : Cleanup genesis state validation + Genutil
2020-01-09 15:14:23 -05:00
Alexander Bezobchuk
869531ca92
Merge PR #5495 : Replace Redundant Bech32 PubKey Functions
2020-01-09 09:04:28 -05:00
Alexander Bezobchuk
e80fc463f7
Merge PR #5488 : Update changelog
2020-01-08 10:26:37 -05:00
Alexander Bezobchuk
25be589af6
Merge PR #5482 : Update Query Txs by Events Command
2020-01-06 11:49:31 -05:00
Sunny Aggarwal
3fc6240c94
Merge PR #5447 : Added nth root function to sdk.Decimal type
2020-01-04 15:16:12 -05:00
Sunny Aggarwal
17d639aa60
Merge PR #5452 : Pass in sdk.Context to router.Route()
2020-01-04 14:50:38 -05:00
Ferenc Fabian
066dd1114f
Merge PR #5449 : Add New constructor for the DecCoin
2020-01-03 15:44:53 -05:00
Alexander Bezobchuk
9a183ffbcc
Merge PR #5421 : Refactor Error Handling
2019-12-27 12:57:54 -05:00
Alessio Treglia
3c82b66347
Merge PR #5427 : Remove code duplication in x/auth/client/cli
2019-12-27 10:23:18 -05:00
Dmitry Shulyak
b314b851e4
Merge PR #5435 : Added iterator that allows to read only requested values
2019-12-26 10:33:34 -05:00
Ferenc Fabian
8353680115
Merge PR #5442 : Remove of the client/alias.go
2019-12-23 11:05:47 -05:00
Kevin Davis
876beef634
Merge PR #5428 : Add mod, exponentiation for uint
2019-12-19 16:46:43 -05:00
Alessio Treglia
eae10b0cff
Merge PR #5419 : Parametrise simulation gas value
2019-12-18 09:48:22 -05:00
Aditya
fca4cbef88
Merge PR #5380 : ADR 17 Implementation: Historical Module
2019-12-18 08:20:02 -05:00
Federico Kunze
3471256785
Merge PR #5378 : application interfaces for simulation
2019-12-17 13:28:52 -05:00
Federico Kunze
fb0a2c46d3
fix DecCoins constructor ( #5410 )
...
* fix decCoins
* minor changes for standardization
* changelog
* add test cases
2019-12-16 19:10:18 -03:00
Austin Abell
0e28da23e7
Interchangable PrivKey implementations in keybase ( #5278 )
...
Allow for the keybase to be configured to override the implementation
of the key that is saved to the keybase.
Closes : #4941
2019-12-12 21:52:24 +00:00
Alexander Bezobchuk
aa28dca517
Merge PR #5399 : Fix Uint#LTE
2019-12-12 11:44:54 -05:00
Alessio Treglia
394860068d
keyring's encrypted file backend integration ( #5355 )
...
Client commands accept a new `--keyring-backend` option through which users can specify which backend should be used by the new key store:
- os: use OS default credentials storage (default).
- file: use encrypted file-based store.
- test: use password-less key store (highly insecure).
2019-12-11 09:45:26 +00:00
Riccardo Montagnin
09bd174a49
Merge PR #5249 : Support for sending funds to the community pool - Part I
2019-12-10 14:09:22 -05:00
gamarin2
b18bd06a36
Merge PR #5379 : New docs V1 (merge master-docs to master)
2019-12-10 09:29:46 -05:00
Alessio Treglia
0300a6f6d7
Small non-breaking UX changes to keys {list,delete} commands ( #5366 )
...
Add --list-names flag to keys command for short listing.
Make keys delete accept multiple key names at once.
Usage example:
gaiacli keys list -n | xargs gaiacli keys delete
2019-12-05 16:07:29 +01:00
Federico Kunze
722a633f54
Sim refactor 3: move weighted operations to modules ( #4869 )
...
* move GenesisState generators to modules
* minor change on slashing genState generator
* move simulation params back to modules (#4839 )
move simulation params back to modules (#4839 )
* cleanup params
* various fixes
* move store decoders to modules
* fix
* module pattern
* split generators for param change
* param changes
* revert util pkg
* banksim
* compile
* update Decoders params
* fix
* address @colin-axner comments
* move weighted operations to modules
* cleanup
* cleanup
* Update cmd_test.go
* simulation manager
* mino fixes
* cleanup
* add GenerateGenesisState to simulation manager
* Apply suggestions from code review
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
* address @rigelrozanski comments
* changelog
* Apply suggestions from code review
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* restructure modules simulation pkgs
* remove cycle deps
* rename funcs and add missing params
* modularize simulator param changes
* build
* fix params keys
* make format
* various fixes
* fix tests
* minor updates to sim_test
* cleanup
* more cleanup
* modularize genesis generators
* minor cleanup
* remove cdc from generators
* remove cdc
* add get or generate
* fix non-determinism in simulation
* changelog and x/simulation godoc
* cleanup operations
* update operations to use baseapp
* updates and cleanup operations
* update operations
* restructure sim ops params
* rename sim /operations/msg.go to /operations.go
* move GenTx to a helper pkg to avoid circle deps
* rm msg.ValidateBasic
* changelog
* random fees; delete auth's DeductFees sim operation
* add chain-id for sig verification
* Update x/simulation/account.go
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* fix bank, gov and distr errors
* fix staking and slashing errors; increase prob for send enabled
* increase gas x10
* make format
* fix some distr and staking edge cases
* fix all edge cases
* golang ci
* rename acc vars; default no fees to 0stake
* cleanup; check for exchange rate and skip invalid ops
* fixes
* check for max entries
* add pubkey to genaccounts
* fix gov bug
* update staking sim ops
* fix small redelegation error
* fix small self delegation on unjail
* rm inf loop on random val/accs
* copy array
* add ok boolean to RandomValidator return values
* format
* build
* add WeightedOperations to AppModuleSimulation
* define each module proposals content as part of the module pattern
* Update x/bank/simulation/operations.go
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* Update simapp/helpers/test_helpers.go
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* address @colin-axner comments
* add genaccount pubkey validation
* fix test
* update operations and move RandomFees to x/simulation
* update gov ops
* address @alexanderbez comments
* avoid modifications to config
* reorder params
* modularized sim operations working
* changelog
* Update types/module/simulation.go
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
* Update x/simulation/params.go
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
* Update x/simulation/params.go
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
* update /types/module
* Update x/distribution/simulation/genesis.go
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
* remove named return values
* ensure all operations are simulated
* golangci
* add nolint
* disable whitespace and funlen linter
* disable godox
* add TODO on unjail
* update ops weights
* remove dup
* update godoc
* remove unused func
* build fixes
* move weights to the same file
* scopelint
* changelog
* address @AdityaSripal comments
* address @alexanderbez comments
2019-12-05 10:29:54 +01:00
Federico Kunze
b9c40ea2b6
fix MsgEditValidator JSON tag ( #5342 )
...
* add json tag to MsgEditValidator; closes #5336
* changelog
* Apply suggestions from code review
Co-Authored-By: Alessio Treglia <alessio@tendermint.com>
* format
* changelog minor fix
2019-12-03 12:14:18 +01:00
Alexander Bezobchuk
b862e271a1
Allow node to restart after halt config trigger ( #5352 )
...
* Allow node to restart after halt config trigger
* Update godoc
* Update documentation on halt config
2019-12-03 10:24:12 +01:00
Alexander Bezobchuk
7953b525d8
Merge PR #5299 : Migrate Equivocation Handling to x/evidence
2019-12-02 20:58:14 -05:00
Alexander Bezobchuk
82a5238a46
Merge PR #5348 : Fix Ignored Error During Tx Generate Only Mode
2019-12-01 10:06:34 -05:00
Aaron Craelius
d81d46192a
Merge PR #4233 : Add upgrade module
2019-11-08 09:40:56 -05:00
Alexander Bezobchuk
95ddc242ad
Merge PR #5240 : x/evidence module implementation
2019-11-06 14:08:02 -07:00
Alexander Bezobchuk
82a2c5d6d8
Merge PR #5280 : Custom JSON Marshal/Unmarshal for Account Types
2019-11-06 13:06:26 -07:00
Alexander Bezobchuk
ede9aaed3b
Revert "Mege PR #5092 : changed bench32prefixes" ( #5283 )
...
This reverts commit 5a310fabbd
.
2019-11-06 10:18:48 -07:00
Elvin
5a310fabbd
Mege PR #5092 : changed bench32prefixes
2019-11-06 07:18:32 -07:00
Alexander Bezobchuk
60c4f5c7bc
Merge PR #5279 : Fix IAVL Iterator Race Condition
2019-11-06 06:52:22 -07:00
Alexander Bezobchuk
7e3e51e082
Merge PR #5271 : add v0.37.4 section
2019-11-04 13:11:56 -07:00
Alexander Bezobchuk
3099b42aa1
Merge PR #5261 : bump tendermint version to v0.32.7; add changelog entry
2019-10-29 15:52:23 -04:00
Alexander Bezobchuk
60dfebcdcb
Merge PR #5260 : add v0.34.10 changelog section
2019-10-29 14:48:10 -04:00
Juan Leni
cf8816e46a
Merge PR #5224 : adding description to changelog
2019-10-24 09:44:10 -04:00
Aditya
4cd18bcf35
Merge PR 5196: RecheckTx Optimizations
2019-10-23 10:43:58 -04:00
Federico Kunze
8344c0aef8
update simulation operations to use BaseApp ( #4946 )
...
* update operations to use baseapp
* updates and cleanup operations
* update operations
* restructure sim ops params
* rename sim /operations/msg.go to /operations.go
* move GenTx to a helper pkg to avoid circle deps
* rm msg.ValidateBasic
* changelog
* random fees; delete auth's DeductFees sim operation
* add chain-id for sig verification
* Update x/simulation/account.go
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* fix bank, gov and distr errors
* fix staking and slashing errors; increase prob for send enabled
* increase gas x10
* make format
* fix some distr and staking edge cases
* fix all edge cases
* golang ci
* rename acc vars; default no fees to 0stake
* cleanup; check for exchange rate and skip invalid ops
* fixes
* check for max entries
* add pubkey to genaccounts
* fix gov bug
* update staking sim ops
* fix small redelegation error
* fix small self delegation on unjail
* rm inf loop on random val/accs
* copy array
* add ok boolean to RandomValidator return values
* format
* Update x/bank/simulation/operations.go
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* Update simapp/helpers/test_helpers.go
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* address @colin-axner comments
* add genaccount pubkey validation
* fix test
* update operations and move RandomFees to x/simulation
* update gov ops
* address @alexanderbez comments
* avoid modifications to config
* reorder params
* changelog
* Update x/distribution/simulation/genesis.go
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
* remove named return values
* ensure all operations are simulated
* golangci
* add nolint
* disable whitespace and funlen linter
* disable godox
* add TODO on unjail
* update ops weights
* remove dup
* update godoc
* x/slashing/simulation/operations.go linting
* x/staking/simulation/operations.go linting
* update operations format
* x/bank/simulation/operations.go linting
* x/distribution/simulation/operations.go linting
* x/staking/simulation/operations.go linting
* start changes: make bank simulate send multiple coins, code cleanup
* fix nondeterminism bug
* fix txsiglimit err
* fix multisend bug
* simplify simulation, cleanup opt privkey args
* make slashing test invalid unjail msgs
* Update simapp/state.go
* golangCI changes
2019-10-23 11:14:45 +02:00
Alexander Bezobchuk
84621bbd53
Merge PR #5216 : Fix Query Gov Proposals Pagination
2019-10-18 12:46:21 -04:00
var
0ea8c3270e
Merge PR #5107 : Sum validator operator's all voting power
2019-10-18 12:38:23 -04:00
Alexander Bezobchuk
97eac176a5
Merge PR #5208 : remove duplicate events from previous messages
2019-10-16 11:00:44 -04:00
Alexander Bezobchuk
18de630d0a
Merge PR #5178 : Update CHANGELOG
2019-10-10 15:33:31 -04:00
Alexander Bezobchuk
cced18c1d0
Merge PR #5176 : Update CHANGELOG
2019-10-10 14:16:04 -04:00
Alexander Bezobchuk
ca84d810d5
Merge PR #5175 : Bump Tendermint version to v0.32.6
2019-10-10 10:42:18 -07:00
Kevin Davis
64a2741250
Merge PR #5040 : Separate vesting from auth, add custom vesting schedules
2019-10-10 11:53:30 -04:00
Aditya
c0223a4414
Merge PR #5006 : Modular AnteDecorator
2019-10-10 08:46:09 -04:00
Maciej Krüger
639dad2e15
Merge PR #5090 : feat: add pruning config to toml
2019-10-03 14:15:38 -04:00
Alexander Bezobchuk
f84d9fa078
Merge PR #5136 : Refactor CLIContext to allow multi-chain verifiers
2019-10-02 20:29:28 -04:00
Alexander Bezobchuk
532ea18724
Merge PR #5134 : Add v0.34.8 changelog section
2019-10-02 12:16:44 -04:00
billy rennekamp
6db739823b
R4R: NFT find is broken ( #5035 )
...
* nft find is broken
2019-09-30 19:39:07 +02:00
Alessio Treglia
3e6562ce45
Merge PR #5097 : Add keys migrate command
...
Add new command to assist users migrate their keys from the legacy
on-disk keybase to the new OS keyring-based implementation.
Ref #4754
2019-09-30 11:49:12 -04:00
Kwun Yeung
906dcdb733
Merge PR #5099 : Fix x/staking Migrate Bug
2019-09-25 08:46:36 -07:00
Alessio Treglia
2c96bbbaa8
Add support for github.com/99designs/keyring-backed keybases ( #5029 )
...
Introduce new Keybase implementation that can leverage
operating systems' built-in functionalities to securely store
secrets.
This chunk is extracted from @poldsam's original PR:
- #4754
Thanks: @alexanderbez
2019-09-21 09:54:14 -07:00
Hans Schoenburg
3aca119fd1
Merge PR #5074 : move docs/spec into x/module/spec
2019-09-19 17:42:31 -04:00
Alexander Bezobchuk
890030b5c5
Merge PR #5073 : Add changelog notes from v0.37.1
2019-09-19 16:15:26 -04:00
Timothy Chen
ab6d0a0bae
Merge PR #5023 : Implement Gaia Tx Decode
2019-09-17 17:08:09 -04:00
Federico Kunze
ed6366679c
Merge PR #5017 : ADR 011: Generalize Genesis Accounts Implementation
2019-09-12 15:22:25 -04:00
Alexander Bezobchuk
9eb5375fda
Merge PR #5032 : Add Events to ABCIMessageLog
2019-09-12 11:05:27 -04:00
Timothy Chen
5bcab79e8a
Merge PR #4996 : Expose precheck errors from tx
2019-09-11 14:56:36 -04:00
Alexander Bezobchuk
c8d84b4df4
Merge PR #5005 : Add support for halt-time
2019-09-09 10:08:10 -04:00
Alexander Bezobchuk
f010d2c6f1
Merge PR #4748 : Write-Through Inter-Block Cache
2019-09-04 13:33:32 -04:00
Aditya
13e5e18d77
Merge PR #4967 : Split Breaking Changes into Specific Subsections
2019-09-02 10:45:00 -04:00
Alexander Bezobchuk
1cd124a373
Merge PR #4973 : Enable CPU Profiling via CLI flag
2019-08-30 11:46:48 -04:00
Federico Kunze
45b25ceaae
Merge PR #4838 : Sim refactor 2 - Move GenesisState generators to modules
2019-08-28 10:58:25 -04:00
Alexander Bezobchuk
acf1b6bcf9
Merge PR #4940 : Update CHANGELOG - v0.37.0
2019-08-21 21:03:19 -04:00
Alexander Bezobchuk
1f04826b07
Merge PR #4932 : Fix gov query vote cmd
2019-08-20 12:57:27 -04:00
Alexander Bezobchuk
89b1220398
Merge PR #4924 : Return Height on Query Errors + Update Account Endpoint
2019-08-19 10:58:11 -04:00
Henrik Aasted Sørensen
91b53f2698
Merge PR #4919 : Fix GetConfirmation User Input Bug
2019-08-19 09:22:07 -04:00
colin axner
bc170cba82
Merge PR #4913 : Fix Module Account Blacklisting in SimApp
2019-08-15 18:29:21 -04:00
Federico Kunze
57cc5ae3a2
Merge PR #4906 : Introduce Simulation Config
2019-08-15 11:35:25 -04:00
colin axner
1cf016c9a9
Merge PR #4877 : refactor supply keeper tests to use simapp
2019-08-14 17:10:48 -04:00
Alexander Bezobchuk
9adb398e18
Merge PR #4905 : Various Height Query Fixes
2019-08-14 12:45:11 -04:00
Federico Kunze
c441ce2fab
Merge PR #4847 : Sim refactor 1 move store decoders to modules
...
* move store decoders to modules
* fix
* module pattern
* compile
* update Decoders params
* fix
* address @colin-axner comments
* Update cmd_test.go
* simulation manager
* mino fixes
* cleanup
* Apply suggestions from code review
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
* address @rigelrozanski comments
* changelog
* Apply suggestions from code review
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* restructure modules simulation pkgs
* address @alexanderbez comments
* fix
2019-08-13 18:16:03 -04:00