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