Alexander Bezobchuk
|
6890feb3d2
|
Merge PR #5572: ADR 004 Implementation
|
2020-01-30 16:31:16 -05:00 |
Alexander Bezobchuk
|
9f03b57fe3
|
Merge PR #5359: Params Validation
|
2019-12-10 11:48:57 -05: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 |
Kevin Davis
|
64a2741250
|
Merge PR #5040: Separate vesting from auth, add custom vesting schedules
|
2019-10-10 11:53:30 -04:00 |
Marko
|
01d8a230b2
|
Merge PR #5068: Add linter Nakedret
|
2019-09-19 09:21:38 -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 |
Federico Kunze
|
45b25ceaae
|
Merge PR #4838: Sim refactor 2 - Move GenesisState generators to modules
|
2019-08-28 10:58:25 -04:00 |