Federico Kunze
e648f6c672
Merge PR #5356 : isPositive and minor linter changes
2019-12-06 13:18:00 -05:00
Alessio Treglia
72ff13eb97
[x/simulation] RandSubsetCoins() should return sorted coinset ( #5373 )
...
Closes : #5372
2019-12-06 16:25:25 +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
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
Alexander Bezobchuk
3196b7c4ca
Merge PR #5294 : Upgrade Module Spec
2019-11-29 15:17:13 -05:00
Federico Kunze
43f011865d
Add upgrade module to simapp ( #5328 )
...
* upgrade: add x/upgrade to simapp
* upgrade: clean up tests
2019-11-19 21:54:31 +01:00
Alessio Treglia
d4c831e63a
Drop on-disk keybase in favor of keyring ( #5180 )
...
* Switch keys commands to keyring
* Replace NewKeybase with NewKeyring
* Fix delete test
* Purge dead code
* Override COSMOS_SDK_TEST_KEYRING envvar to switch to a test keyring
* s/unningOnServer/unningUnattended/
C'ing @tnachen
* Add deprecated warning, output looks like the following:
```
$ gaiacli keys update --help
Command "update" is deprecated, it takes no effect with the new keyring
based backend and is provided only for backward compatibility with the
legacy LevelDB based backend.
Refer to your operating system's manual to learn how to change your
keyring's password.
Change the password used to protect private key
Usage:
gaiacli keys update <name> [flags]
Flags:
-h, --help help for update
Global Flags:
--chain-id string Chain ID of tendermint node
-e, --encoding string Binary encoding (hex|b64|btc) (default "hex")
--home string directory for config and data (default "/home/alessio/.gaiacli")
-o, --output string Output format (text|json) (default "text")
--trace print out full stack trace on errors
```
* Update multisign command
* Modify server.GenerateSaveCoinKey()
* GenerateSaveCoinKey more modifications
* Update docs
* Update upgrade module
2019-11-14 15:17:21 +01:00
Santatic
0425f97f24
Fix typo on commission flag ( #5307 )
2019-11-13 10:20:13 +01:00
Marko
92d2dbe3ff
Merge PR #5244 : Add debug commands
2019-11-11 09:54:32 -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
02c6c9fafd
Merge PR #5268 : fix IncrementSequenceDecorator gas estimate
2019-10-31 16:08:35 -04:00
Riccardo Montagnin
5af6bd77aa
Merge PR #5248 : Ensure all the empty arrays return an empty slice
2019-10-28 10:09:04 -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
Alexandre Esteves
9ef647ba61
Merge PR #5225 : Fix links
2019-10-21 10:14:37 -04: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
Marko
b9490f2d93
Merge PR #5203 : Add more linters
2019-10-17 09:47:35 -04:00
Aditya
28347bf5f7
Merge PR #5195 : Move Signature Size calculation to TxSizeGasDecorator
2019-10-15 16:21:54 -04:00
Xuefeng Zhu
3428291a61
Merge PR #5160 : Simply Dec and Int sign check
...
* Simply Dec and Int sign check
* address comment
2019-10-14 16:05:42 -04:00
Xuefeng Zhu
21f2896f8d
Merge PR #5157 : Remove pubkey from slashing infraction log
2019-10-14 13:49:14 -04:00
Marko
9f3789157e
Merge PR #5192 : golangcI-lint updates & set static version to 1.19
2019-10-14 11:43:19 -04:00
Rahul Dwivedi
92ea174ea6
Merge PR #5168 : Add missing description field to MsgCreateValidator YAML output
2019-10-12 23:03:31 -04:00
Marko
bb6bed4ed3
Merge PR #5171 : Remove NFT module
2019-10-11 10:18:21 -04: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
Rahul Dwivedi
160033414c
Merge PR #5161 : FIX: implements yaml marshaller in msg.go
2019-10-09 14:46:08 -04:00
billy rennekamp
6db739823b
R4R: NFT find is broken ( #5035 )
...
* nft find is broken
2019-09-30 19:39:07 +02:00
Alexander Bezobchuk
d010b68c61
Merge PR #5114 : Fix offline flag description
2019-09-30 11:21:38 -04:00
Alexander Bezobchuk
fbdf0e778e
Merge PR #5103 : Migration Testing
2019-09-26 09:07:15 -07:00
Alexander Bezobchuk
9d0bed8f4f
Merge PR #5102 : Make events const and alias them (if internal)
2019-09-25 09:17:02 -07:00
Kwun Yeung
906dcdb733
Merge PR #5099 : Fix x/staking Migrate Bug
2019-09-25 08:46:36 -07:00
Alexander Bezobchuk
dc838ddd73
Merge PR #5071 : x/nft Ownership
2019-09-22 14:29:52 -07:00
Hans Schoenburg
3aca119fd1
Merge PR #5074 : move docs/spec into x/module/spec
2019-09-19 17:42:31 -04:00
Marko
01d8a230b2
Merge PR #5068 : Add linter Nakedret
2019-09-19 09:21:38 -04:00
Xuefeng Zhu
9c5371226a
Merge PR #5051 : Remove staking tkey
2019-09-18 14:28:02 -04:00
Timothy Chen
ab6d0a0bae
Merge PR #5023 : Implement Gaia Tx Decode
2019-09-17 17:08:09 -04:00
Marko
936cffef40
Merge PR #5055 : Added Prealloc, Gosec, Golint linters
2019-09-17 12:13:26 -04:00
Alexander Bezobchuk
943cc54811
Merge PR #5047 : Fix Genesis Accounts Migration
2019-09-17 10:39:08 -04:00
Marko
6684cdf3e5
Merge PR #5048 : Fix linters and add golint
2019-09-16 13:11:17 -04:00
Alexander Bezobchuk
1028283e6f
Merge PR #5042 : Auxiliary Functionality for Genesis Accounts
2019-09-13 18:26:29 -04:00
Federico Kunze
ed6366679c
Merge PR #5017 : ADR 011: Generalize Genesis Accounts Implementation
2019-09-12 15:22:25 -04:00
Xuefeng Zhu
8ae834727a
Merge PR #5026 : Remove unnecessary account check
2019-09-10 16:07:30 -04:00
Federico Kunze
e3e49fc72c
Merge PR #5009 : remove redundant invariant simapp check
2019-09-06 14:23:40 -04:00
Alexander Bezobchuk
f010d2c6f1
Merge PR #4748 : Write-Through Inter-Block Cache
2019-09-04 13:33:32 -04:00
Timothy Chen
c9abe72280
Merge PR #4968 : Improve error reporting in genutil CLI
2019-08-30 09:59:41 -04:00