Commit Graph

9064 Commits

Author SHA1 Message Date
Jonathan Gimeno
0027111db4 fix linter test 2020-02-27 17:29:13 +01:00
Jonathan Gimeno
f89fc6af03 Merge branch 'master' into jonathan/5684-prune-syncable 2020-02-27 17:23:40 +01:00
Jonathan Gimeno
191664bb30 fix issue number 2020-02-27 17:22:47 +01:00
Jonathan Gimeno
ce46939308 rename function names 2020-02-27 16:49:53 +01:00
Jonathan Gimeno
d279066285 remove duplicated func 2020-02-27 16:47:59 +01:00
Jonathan Gimeno
fa3572e300 update start cmd desc 2020-02-27 16:35:13 +01:00
Jonathan Gimeno
a21a7faebc update test error lint 2020-02-27 16:33:30 +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
Jonathan Gimeno
0c3117b3c7 add godoc into GetPruningOptionsFromFlags 2020-02-27 16:07:24 +01:00
Jonathan Gimeno
9aeefa77d3 update command doc 2020-02-27 16:05:10 +01:00
Jonathan Gimeno
93e3f33461 remove unused error 2020-02-27 16:02:29 +01:00
Jonathan Gimeno
2f55b9d255 change default and fix test 2020-02-27 15:56:07 +01:00
Jonathan Gimeno
cfb3819183 add function to get pruning options from flags 2020-02-27 13:40:01 +01:00
Jonathan Gimeno
a6cd6554ec extract to function logic to check pruning params 2020-02-27 12:30:24 +01:00
Jonathan Gimeno
0d8dade5e2 add case for none set 2020-02-27 12:18:21 +01:00
Jonathan Gimeno
ae14edc900 add pre run command to check for prunning options 2020-02-27 12:01:27 +01:00
Alessio Treglia
5a2e59ebb2
Exclude proto files from format (#5706)
* Don't change proto files on make format

The format target does not need to depend on tools.
Thus remove dependency.

* Run make format

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-02-27 07:53:22 -03:00
dependabot-preview[bot]
8227d9e376
Bump github.com/golang/protobuf from 1.3.3 to 1.3.4 (#5707)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.3.3...v1.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-02-27 02:47:05 -05:00
Anthony
2b75f50604
Merge PR #5708: fix type for the event documentation 2020-02-27 02:37:16 -05:00
Aaron Craelius
81735debe5 Fix proposal marshaling, make Proposal extend ProposalBase 2020-02-26 20:47:45 -05:00
Aaron Craelius
333066efa8 Fix distribution proto package 2020-02-26 20:16:48 -05:00
Aaron Craelius
feb8b0d4c3 Protogen fix 2020-02-26 20:15:32 -05:00
Aaron Craelius
8bd648eef1 WIP on std codec 2020-02-26 20:15:00 -05:00
Aaron Craelius
2cf8a5e955 WIP on proposal proto 2020-02-26 20:15:00 -05:00
Aaron Craelius
830ada0fa4 WIP on StdProposal 2020-02-26 20:15:00 -05:00
Aaron Craelius
2e0033afcf Update x/gov/types/codec.go
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
2020-02-26 20:15:00 -05:00
Aaron Craelius
38d44e839e WIP on fixing tests 2020-02-26 20:15:00 -05:00
Aaron Craelius
d563248bbb mv codec.proto -> types.proto 2020-02-26 20:15:00 -05:00
Aaron Craelius
3919645e8b Rename GovCodec to gov.Codec 2020-02-26 20:15:00 -05:00
Aaron Craelius
e8155d67d0 Simple refactoring of gov to use protobuf for store encoding (for everything besides proposal) 2020-02-26 20:15:00 -05:00
Aaron Craelius
56104c2961
Merge PR #5703: Fix typo in distribution proto package name 2020-02-26 10:58:27 -05:00
Jonathan Gimeno
4de26fd67a fix lint errors 2 2020-02-26 16:35:04 +01:00
Alexander Bezobchuk
8cab43c812
Merge PR #5702: Add Param Querying to x/auth 2020-02-26 10:33:56 -05:00
Jonathan Gimeno
14469ccc74 fix lint errors 2020-02-26 16:29:48 +01:00
Jonathan Gimeno
1648edfc0d use prealloc array for ConvertAddrsToValAddrs 2020-02-26 16:16:56 +01:00
Jonathan Gimeno
c94a98f459 fix based on PR comments 2020-02-26 16:05:12 +01:00
Jonathan Gimeno
1d18f8839c remove create test public keys 2020-02-26 15:57:41 +01:00
Jonathan Gimeno
64c2971c6f remove test_common 2020-02-26 15:51:45 +01:00
Jonathan Gimeno
bbbbc61276 end refactor handler_test 2020-02-26 15:48:51 +01:00
Jonathan Gimeno
015fd43f51 refactor TestMultipleUnbondingDelegationAtUniqueTimes and TestUnbondingWhenExcessValidators 2020-02-26 15:44:15 +01:00
Jonathan Gimeno
9381500fbc refactor TestMultipleRedelegationAtUniqueTimes and TestMultipleUnbondingDelegationAtSameTime 2020-02-26 15:39:56 +01:00
Jonathan Gimeno
4e16a0861c refactor TestTransitiveRedelegation and TestMultipleRedelegationAtSameTime 2020-02-26 15:35:29 +01:00
Jonathan Gimeno
c58ec7f7b7 refactor TestUnbondingFromUnbondingValidator and TestRedelegationPeriod 2020-02-26 15:31:16 +01:00
Jonathan Gimeno
eb26b478b4 refactor TestUnbondingPeriod and TestValidatorQueue 2020-02-26 15:26:50 +01:00
Jonathan Gimeno
0fcf1e20d6 refactor TestJailValidator 2020-02-26 15:21:42 +01:00
Jonathan Gimeno
0e3b95857b refactor TestMultipleMsgDelegate 2020-02-26 15:19:39 +01:00
Jonathan Gimeno
d251f6436e refator TestMultipleMsgCreateValidator 2020-02-26 15:17:31 +01:00
Jonathan Gimeno
46d62ebfa9 refactor TestIncrementsMsgUnbond 2020-02-26 15:13:08 +01:00
Jonathan Gimeno
a07ed83dd2 refactor TestEditValidatorIncreaseMinSelfDelegationBeyondCurrentBond 2020-02-26 15:08:43 +01:00