87740a53c3
Merge PR #4827 : ADR 007 / 008: Specialization Groups Abstraction / CERT Group
...
* draft ADR 7
* working
* new CERT ADR seperated
* working
* ...
* complete ADR 007
* CERT Group ADR
* dCERT
* @fede membership admittance discussion
* @fedekunze comments
* @AdityaSripal CERT usefulness
* @AdityaSripal @jleni circuit breaker discussion
* proposal ids discussion
* Update docs/architecture/adr-008-dCERT-group.md
Co-Authored-By: Aditya <adityasripal@gmail.com >
* @AdityaSripal comments
* Apply suggestions from @alexanderbez
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com >
* Update docs/architecture/adr-007-specialization-groups.md
* Update docs/architecture/adr-008-dCERT-group.md
* Update docs/architecture/adr-008-dCERT-group.md
* Update docs/architecture/adr-008-dCERT-group.md
* Update docs/architecture/adr-008-dCERT-group.md
* Update docs/architecture/adr-008-dCERT-group.md
Co-Authored-By: Marko <marbar3778@yahoo.com >
* @alexanderbez comments
* blockchain agnostic per @cwgoes comment
* Apply suggestions from code review
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com >
* @alexanderbez second pass comments
* stablization period, and delegating dCERT stake discussion
2019-09-30 15:05:29 -04:00
frog power 4000
cf9ae51635
Merge PR #5036 : Code Owner Membership - Contributing Guidelines
2019-09-19 09:56:41 -04:00
frog power 4000
771f8a04f3
Merge PR #4865 : Add security contact to Validator description
2019-08-12 09:10:16 -04:00
frog power 4000
fd92504f84
Merge PR #4829 : Fix a bunch of broken/incorrect links
2019-08-01 14:02:35 -04:00
frog power 4000
8f09f1e2b3
Merge PR #4800 : Organize store keys in app.go into a map
2019-07-31 06:59:16 -07:00
frog power 4000
bd44492803
Merge PR #4792 : panic on non-registered store
...
* panic on non-registered store
* add pending
* cl
* Delete _4792-bpanic-on-retr
2019-07-29 13:43:14 -04:00
frog power 4000
ce0c0946b6
Merge PR #4654 : Validator slash event stored by period and height
2019-07-01 12:03:34 -04:00
frog power 4000
8c89023e9f
Merge PR #4524 : Staking ValidatorPowerRank to use "Potential Consensus Power"
2019-06-12 17:57:47 +02:00
frog power 4000
d1f17ff903
Merge PR #4520 : add some noalias's also fix alias directory in mint
2019-06-10 11:57:38 +02:00
frog power 4000
1a2a54029c
Merge PR #4502 : InvariantRouter -> InvariantRegistry
2019-06-06 16:32:38 -04:00
frog power 4000
5f9c3fdf88
Merge PR #4451 : Client and Module Modularization
2019-06-05 19:26:16 -04:00
frog power 4000
73e5ef7c13
reduce module interdependancy, /client refactor ( #4415 )
...
* abstract staking BuildCreateValidatorMsg, genutil defines its own flags
* client/ refactor
* staking move keys from keeper to types
2019-05-28 09:44:04 +01:00
frog power 4000
38f49e4114
Merge PR #4389 : stake invariance bug
...
* add trouble seed
* currentStakeRoundUp is now always atleast currentStake + smallest-decimal-precision
* remove unused code
* remove debugs
* @alexanderbez comment
* compile fix
* better comment, increase tolerance to 3 smallest decimal points
2019-05-24 21:23:53 -04:00
frog power 4000
d9ac7d7c33
Merge PR #4349 : Autogen alias files
2019-05-20 09:13:32 -04:00
frog power 4000
cef788042b
Merge PR #4365 : Simulator bugfix for multisim 7601778
2019-05-17 19:45:36 -04:00
frog power 4000
5b7690e5e9
Merge PR #4346 : report card minor fixes
...
* report card minor fixes
* fix
2019-05-16 21:32:20 -04:00
frog power 4000
3fe5869148
Merge PR #4159 : Module/Genesis Generalization
...
* first commit
* gaia cleanup
* ...
* staking multihooks
* missing module function return args
* bank module name constant
* working, module interface for x/
* got this thing compiling
* make test compiles and passes
* remove expanded simulation invariants
* genesis issue
* continued
* continued
* register crisis routes thought mm
* begin blocker to mm
* end blocker to mm
* empty routes not initialized
* move gaia initChainer sanity check to baseapp
* remove codecs from module manager
* reorging genesis stuff
* module manager passed by reference/bugfixes from working last commit
int
int
* move invariant checks from gaia to crisis
* typo
* basic refactors cmd/gaia/init
* working
* MultiStakingHooks from types to x/staking/types
int
* default module manager order of operations from input modules
* working
* typo
* add AppModuleBasic
* moduleBasicManager / non-test code compiles
* working attempting to get tests passing
* make test passes
* sim random genesis fix
* export bug
* ...
* genutil module
* genutil working
* refactored - happy with non-testing code in cmd/
* ...
* lint fixes
* comment improvement
* cli test fix
* compile housing
* working through compile errors
* working gettin' compilin'
* non-test code compiles
* move testnet to its own module
* reworking tests
int
* bez staging PR 1 comments
* concise module function-of names
* moved all tests from genesis_test.go to other genutil tests
* genaccounts package, add genutil and genaccounts to app.go
* docs for genutil genaccounts
* genaccounts iterate fn
* non-test code with genaccounts/ now compiles
* working test compiling
* debugging tests
* resolved all make test compile errors
* test debuggin
* resolved all unit tests, introduced param module
* cli-test compile fixes
* staking initialization bug
* code comment improvements, changelog entries
* BasicGaiaApp -> ModuleBasics
* highlevel explanation in types/module.go
* @alexanderbez comment revisions
* @fedekunze PR comments
* @alexanderbez PR comments (x2)
* @cwgoes comments (minor updates)
* @fedekunze suggestions
* panic on init with multiple validator updates from different modules
* initchain panic makes validate genesis fail
int
* AppModuleGenesis seperation
int
* test
* remove init panic logic in validate genesis replaced with TODO
* set maxprocs to match system's GOMAXPROCS
* Update circleci
* Cap maxprocs in CI to 4
* @alexanderbez recent comments addressed
* less blocks in twouble sims
int
* runsim error output flag
* -e on import_export as well
* error out
int
* Try to fix failures
* runsim
2019-05-16 11:25:32 -04:00
frog power 4000
9c4b170038
Merge PR #4258 : Contributing doc update
...
* R4R Contributing doc update
* Update CONTRIBUTING.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
2019-05-06 15:32:19 -04:00
frog power 4000 and alexanderbez
1cc1148807
Update docs/cosmos-hub/upgrade-node.md
...
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com >
2019-04-25 21:49:43 -04:00
frog power 4000
38e3fdfcea
Merge PR #4094 : Account for Rounding Errors in Distribution Calculations
2019-04-10 18:53:42 -04:00
frog power 4000
02a0e393c5
Run missing invariants during simulations ( #4080 )
2019-04-10 02:34:38 +01:00
frog power 4000
ae2999931b
Add interactive mode to sdkch ( #4009 )
2019-04-09 00:55:35 +01:00
frog power 4000
cec3065a36
Revert "Return errors instead of panic ( #3782 )" ( #4054 )
...
This reverts commit 985aae5575 .
2019-04-05 16:20:58 -04:00
rigelrozanski
2c4823865c
crisis manual
...
int
2019-04-03 16:16:39 -04:00
frog power 4000
da17a6d725
Merge PR #3999 : Fix distribution zero height export bug
2019-04-02 10:24:46 -04:00
frog power 4000
b85f5284a2
Merge PR #3971 : disable non-deterministic lcd test
2019-03-28 22:44:00 -04:00
frog power 4000
df4394185e
Merge PR #3656 : Broken-Invar Tx - aka. Crisis module
...
* beginning thinking on issue
* ...
* working
* working
* working fee pool distribution
* spek outline
* spec update
* gas refund calculations
* simulation saved to ~/.gaiad/simulations/
* lean simulation output
int
* cleanup bank simulation messages
* operation messges
int
* lint
* move simulation to its own module
* move simulation log code to log.go
* logger overhaul
int
* distribution comments
* fix compiling
* cleanup modifications to x/distribution/keeper/allocation.go
int
int
int
* gov bug
* result.IsOK() minimization
* importExport typo bug
* pending
* address @alexanderbez comments
* simple @cwgoes comments addressed
* event logging unified approach
* distr module name constant
* implementing
* compiles
* gaia integration
* proper constant fee removal
* crisis genesis
* go.sum update
* ...
* debugging
* fix sum errors
* missing err checks
* working implementing CLI
* remove query command
* crisis expected keepers in other modules
* crisis testing infrastructure
* working
* tests complete
* modify handler to still panic if not enough pool coins, docs working
* spec tags
* docs complete
* CL
* assert invariants on a blockly basis gaiad functionality
* gaiad CL
* transaction details in runtime invariance panic
* Apply suggestions from code review
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* sender tags
* @mossid suggestions
int
* @cwgoes comments final
* Apply suggestions from code review
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* bug seems fixed (#3998 )
* delete unused line in zero height export bug
2019-03-28 19:27:47 -04:00
frog power 4000
2ca86c8605
Merge PR #3898 : Circuit breaker high level explanation
2019-03-25 16:37:05 +01:00
frog power 4000
9b27901b2a
Merge PR #3958 : Fix lcd-testing 303030 bug continued
...
* 303030 bug part 2
* further rearrange
2019-03-21 15:43:02 -04:00
frog power 4000
ea9aecdff4
Merge PR #3894 : Minting mechanism explanatory docs
...
* minting spec concepts
* cl
* Update docs/spec/mint/01_concepts.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* typo address @alexanderbez
* Apply suggestions from code review
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* commit for CI to restart
2019-03-18 11:11:31 -04:00
frog power 4000
f0d1efa43c
Merge PR #3819 : Simulation Refactor
2019-03-14 19:13:15 +01:00
frog power 4000
52bf9ef9fd
Revert "Merge PR #3762 : Allow Validator w/ No Self-Delegation to Unjail (Transfers Disabled)"
...
This reverts commit c2aecb8b0e .
2019-03-01 19:04:37 -05:00
frog power 4000
b823203839
Merge PR: Fix lcd test unexpected slashing in TestBonding
2019-02-22 15:08:33 +01:00
frog power 4000
a814e5ce66
Merge PR #3679 : Consistent Operators
...
* Minus->Sub Plus->Add Div->Quo
* pending
* Update PENDING.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* fix
* typo
2019-02-21 12:35:55 -05:00
frog power 4000
ab9de3a7f1
Merge PR #3680 : Convenience ToDec()
...
* NewDecFromInt -> ToDec
* pending
* Update PENDING.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* test typo
* typo
2019-02-21 03:05:31 -05:00
frog power 4000
a07b235f67
Merge PR #3683 : spec-spec update, spec file reorg, TOC updates
...
* spec reorg
* ...
* PENDING.md
* @alexanderbez comments
2019-02-20 13:21:57 -05:00
frog power 4000
cf2cdabe6b
Merge PR #3690 : Update deploy-testnet.md
2019-02-20 06:17:07 -08:00
frog power 4000
c0eec30840
Merge PR #3654 : x/mint now uses total supply instead of bonded supply
2019-02-15 16:55:21 +01:00
frog power 4000
d66db6a772
Merge PR #3621 : module inter-dependency cleanup
2019-02-13 15:01:50 -08:00
frog power 4000
7f74b33e21
Merge PR #3357 : Staking spec upgrades / some renaming
2019-02-09 00:57:33 +01:00
frog power 4000
52f2ec71a9
Merge PR #3400 : power reduction for Tendermint
...
* add uncompiled power functionality
* fix some compile errors
* Power -> TendermintPower
* tests rename GetTendermintPower
* test fix
* working
* fix delegation tests
* fix slash tests
* staking/keeper tests passing
* docs reversion
* debuggin workin
* x/staking test pass
* fix gov tests
* fix x/slashing tests
* working distribution test fixes
* fix distribution tests
* lint
* fix lcd tests
* fix gov test
* lint
* CLI fixes, rm stakingTypes
* typos
* working cli fixes
* cli test fix
* cli tests fixed
* testnet creation modification
* typo
* pending
* Sanitize Dec.Roundint64 (#3475 )
* merge fixes
* @cwgoes comments
* fix tests
* change power reduction to 10^-6
* option to turn off minting for LCD tests
2019-02-05 21:30:48 -08:00
frog power 4000
6b02e08160
Merge PR #3394 : Update staking string types
2019-01-25 12:12:04 +01:00
frog power 4000
dc75eb4eb8
Merge PR #3372 : Limit unbonding delegation / redelegations
2019-01-24 23:44:31 +01:00
frog power 4000
7f789d2ed3
Merge PR #3281 : Staking Spec Upgrade
...
* remove kv seperation for marshalling
* pending
* cleanup
* cleanup x2
* pending
* working
* minor refactors
* entry structs defined
* uncompiled mechanism written
* add many compile fixes
* code compiles
* fix test compile errors
* test cover passes
* ...
* multiple entries fix
* ...
* more design fix
* working
* fix test cover bug
* Update PENDING.md
* update comment around queue completion for redelegations/ubds
* basic spec updates
* spec folder cleanup
* cleanup docs folder cont.
* ...
* find-replace and folder rename
* supplimentary find/replace
* pending
* supplimentary
* pending
* few undos, stakingd -> staked
* to staking -> to stake
* undos
* most staking -> most stake
* ...
* undos
* simplestake->simplestaking
* ...
* pending update
* capital letter replacements
* ...
* working
* staking doc updates from rigel/delegation-index branch
* spec-spec
* spec-spec
* LooseTokens -> NotBondedTokens
* staking state.md updates
* updates to hook and endblock spec
* Update docs/gaia/gaiacli.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* Update docs/gaia/validators/validator-setup.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* Update docs/gaia/validators/validator-setup.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* comment undo
* remove ErrConflictingRedelegation
* @cwgoes comments are resolved
* further updates to endblock and state
* msg json update
* working transaction updates
* working
* complete transaction rewrite
* PENDING.md
* typo
* add todo
* address @jackzampolin @cwgoes comments
* couple leftover comments, rename
* Update x/staking/types/pool.go
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* cwgoes additions
* cwgoes suggestions x2
2019-01-21 19:52:03 -05:00
frog power 4000
8f7a222308
Merge PR #3314 : Staking misc rename
2019-01-17 18:53:22 +01:00
frog power 4000
d9e32e93d5
Merge PR #3315 : Increase decimal precision to 18
...
* Decimal precision increase WIP
* fix String()
* resolve many errors
* changelog
2019-01-17 18:15:10 +01:00
frog power 4000
133934ae37
Merge PR #3243 : allow multiple simultaneous redelegations/ubds between same delegator/validator(s) addresses
...
* remove kv seperation for marshalling
* pending
* cleanup
* cleanup x2
* pending
* working
* minor refactors
* entry structs defined
* uncompiled mechanism written
* add many compile fixes
* code compiles
* fix test compile errors
* test cover passes
* ...
* multiple entries fix
* ...
* more design fix
* working
* fix test cover bug
* Update PENDING.md
* update comment around queue completion for redelegations/ubds
* basic spec updates
* remove ErrConflictingRedelegation
* @cwgoes comments are resolved
* Update x/staking/keeper/slash.go
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com >
* address @alexanderbez comments
2019-01-16 05:35:18 -05:00
frog power 4000
78a21353da
Rename stake/ to staking/ ( #3280 )
2019-01-11 12:08:01 -08:00
frog power 4000
20f6ff3e60
Merge PR #3230 : Remove KV marshalling split
...
* remove kv seperation for marshalling
* pending
* cleanup
* cleanup x2
2019-01-07 15:42:52 -05:00
frog power 4000 and alessio
5448824efb
Update x/auth/client/rest/sign.go
...
Co-Authored-By: alessio <quadrispro@ubuntu.com >
2019-01-02 20:51:11 +00:00
frog power 4000
a98a5a056a
Merge PR #2958 : Validator Power Dec-> Int
...
* Validator Power Dec-> Int, working
* non-test code compiles
* working, many test compile fixes
* all test compile errors resolved
* ...
* slashing test fixes minor
* test cover passes
* invariant rounding issue
* comment update
* PENDING and doc updates
* @cwgoes comments
* RemoveDelShares trimmings to the final delegation share
* fixes
* ...
* fix the oopsie
* @alexanderbez comments
* merge fixes
* address @cwgoes comments
2019-01-02 15:29:47 -05:00
frog power 4000
49da96bc09
Merge PR #3010 : Add Missing genesis checks in Gaia
2018-12-07 01:22:24 +01:00
frog power 4000
7cb1ba625e
blockly minting ( #2825 )
...
* update mechanism to use average block time
* correctly sets accum height for zero-delegations
* update Decimal Format()
* clip withdrawal tokens
* PositiveDelegationInvariant
* DelegatorSharesInvariant
* DelAccumInvariants
2018-11-26 04:13:47 -08:00
frog power 4000
8af2eb2b5f
Merge PR #2795 : Enforce block maximum gas limit in DeliverTx
...
R4R: Enforce block maximum gas limit in DeliverTx
2018-11-26 00:00:43 -05:00
rigelrozanski
f12ac439f7
dep
2018-11-25 23:44:51 -05:00
rigelrozanski
0da24727a3
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-25 23:34:11 -05:00
rigelrozanski
ce10ef2b27
replaced proto with codec in baseapp
2018-11-22 12:41:20 -05:00
rigelrozanski
0861112b70
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-22 12:34:41 -05:00
rigelrozanski
56fa7dc4ef
fix BlockGasRecovery
2018-11-22 12:34:13 -05:00
rigelrozanski
abed373d5c
extra max block gas test at limit
2018-11-22 00:36:12 -05:00
rigelrozanski
b4b61b890c
address some comments while reviewing Jaes work
2018-11-22 00:30:04 -05:00
rigelrozanski
972377c287
lint
2018-11-21 23:49:05 -05:00
rigelrozanski
6fd3132e71
lint fix, merge fix
2018-11-21 02:02:15 -05:00
rigelrozanski
70e60c2f30
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-21 01:51:56 -05:00
rigelrozanski
56dc2363fa
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-20 02:58:33 -05:00
rigelrozanski
4818e67145
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-16 03:32:55 -05:00
rigelrozanski
2a594fe338
basic cwgoes comments
2018-11-15 11:13:18 -05:00
rigelrozanski
90217e2313
docs and pending
2018-11-14 15:14:34 -05:00
rigelrozanski
7be5179982
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-14 14:45:02 -05:00
rigelrozanski
524906478a
add init chain block gas for gen-txs (all unit tests fixed)
2018-11-14 14:16:52 -05:00
rigelrozanski
0d4dd8762b
fix baseapp tests
2018-11-14 14:07:46 -05:00
Rigel
6feab55e1e
Merge PR #2765 : Slight cleanup of distribution specification
...
[R4R] Slight cleanup of distribution specification
2018-11-14 13:53:11 -05:00
Rigel and alexanderbez
b1a1f192fb
Update docs/spec/distribution/overview.md
...
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com >
2018-11-14 11:58:55 -05:00
Rigel and alexanderbez
4b5be088c4
Update docs/spec/distribution/overview.md
...
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com >
2018-11-14 11:58:26 -05:00
Rigel and alexanderbez
9118cd7e13
Update docs/spec/distribution/overview.md
...
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com >
2018-11-14 11:58:00 -05:00
rigelrozanski
68e3b9a559
only use block gas for deliver
2018-11-14 00:57:27 -05:00
rigelrozanski
7e6fcc0161
passing test
2018-11-13 16:01:00 -05:00
rigelrozanski
eead27872f
initial test case
2018-11-13 15:12:04 -05:00
rigelrozanski
24468306b4
examples installing
2018-11-13 14:35:53 -05:00
rigelrozanski
8069b2b7e6
default infinite block gas meter
2018-11-13 14:30:24 -05:00
rigelrozanski
3bf67b63e1
compiling
2018-11-13 14:27:15 -05:00
rigelrozanski
ebaa39468a
modified app provider to pass genesis
2018-11-13 13:01:18 -05:00
rigelrozanski
956d351f68
basic structure in place
2018-11-13 11:30:06 -05:00
rigelrozanski
2f73cf4193
block gas meter working
2018-11-12 23:12:09 -05:00
rigelrozanski
b1ba6a4455
add back in PeriodicInvariant
2018-11-09 10:31:56 -05:00
rigelrozanski
bfc7944b55
val comments
2018-11-08 10:32:53 -05:00
rigelrozanski
bbf574cedb
pending
2018-11-08 02:19:08 -05:00
rigelrozanski
a9ef83bc4a
compiling
2018-11-08 01:57:37 -05:00
rigelrozanski
5f289e5fdd
event stats object, more general cleanup
2018-11-08 00:54:12 -05:00
rigelrozanski
eb16a01666
util cleanup
2018-11-08 00:22:16 -05:00
rigelrozanski
fee0763b5e
mock tendermint
2018-11-08 00:12:51 -05:00
rigelrozanski
ff327049ee
assertAllInvarients changes, Operation reorg
2018-11-07 23:55:48 -05:00
rigelrozanski
1ee6c3295d
operations functions
2018-11-07 23:26:02 -05:00
rigelrozanski
4970754338
fix some duplicate to get passing
2018-11-07 14:42:00 -05:00
rigelrozanski
b8c6075c36
Merge remote-tracking branch 'origin/release/v0.26.0' into rigel/sim-cleanup
2018-11-07 14:29:48 -05:00
rigelrozanski
b5a205eb15
minimizing indentation
2018-11-07 12:19:58 -05:00
rigelrozanski
980dd78c62
rename ambig naming of queueOperations
2018-11-07 12:00:13 -05:00
rigelrozanski
ea7a5ea1a8
reorganize more
2018-11-07 11:57:53 -05:00
rigelrozanski
78c3430bb3
moving stuff around a bit, trying to get rid of types
2018-11-07 11:00:24 -05:00
rigelrozanski
6a7c4d1c86
rand utile
...
...
2018-11-07 10:37:45 -05:00