Jonathan Gimeno
5c4ace2548
Merge branch 'jonathan/5569-create-module-account-on-init-genesis' of github.com:cosmos/cosmos-sdk into jonathan/5569-create-module-account-on-init-genesis
2020-03-05 22:11:35 +01:00
Jonathan Gimeno
e45be08eb1
create module account on init for FeeCollectorName and tests for other module accounts
2020-03-05 22:11:05 +01:00
Jonathan Gimeno
b813e8965f
Merge branch 'master' into jonathan/5569-create-module-account-on-init-genesis
2020-03-05 17:15:35 +01:00
Aleksandr Bezobchuk
4dac1abebf
Update imports
2020-03-05 09:40:43 -05:00
Aleksandr Bezobchuk
3f2f4b984e
Move pkg to std/
2020-03-05 09:32:43 -05:00
Jonathan Gimeno
e01c99d019
now it creates the module account on InitChain
2020-03-05 11:45:51 +01:00
Aleksandr Bezobchuk
d256e5a56f
Address feedback
2020-03-03 13:30:21 -05:00
Aleksandr Bezobchuk
463f522f44
Merge branch 'bez/5444-gov-proto-enc' of github.com:cosmos/cosmos-sdk into bez/5444-gov-proto-enc
2020-03-03 13:25:10 -05:00
Aleksandr Bezobchuk
3b8772725f
Address feedback
2020-03-03 13:24:54 -05:00
Alexander Bezobchuk
b6e36b8aca
Merge branch 'master' into bez/5444-gov-proto-enc
2020-03-03 13:19:44 -05:00
Aleksandr Bezobchuk
00180faa15
Proto lint & gen
2020-03-03 09:59:05 -05:00
Jonathan Gimeno
0a5f64b64f
clean some code
2020-03-03 11:05:20 +01:00
Jonathan Gimeno
863dc1484e
make test pass
2020-03-03 10:51:06 +01:00
Aleksandr Bezobchuk
5f0c53da17
update tests
2020-03-02 16:46:28 -05:00
Aleksandr Bezobchuk
7562c2765a
Update gov types
2020-03-02 14:13:42 -05:00
Aleksandr Bezobchuk
31dc2729fc
Merge branch 'master' into bez/5444-gov-proto-enc
2020-03-02 12:50:32 -05:00
Aleksandr Bezobchuk
725e2dc2b4
Update gov codec interface
2020-03-02 12:44:55 -05:00
Jonathan Gimeno
f090da2100
edit text
2020-02-28 19:07:10 +01:00
Jonathan Gimeno
f8442bb46f
add last touches to the PR
2020-02-28 19:06:03 +01:00
Alexander Bezobchuk
19546f2197
Update simapp/test_helpers.go
2020-02-28 09:59:26 -08:00
Alexander Bezobchuk
03af49bda2
Update simapp/test_helpers.go
2020-02-28 09:59:17 -08:00
Alexander Bezobchuk
256e5fc863
Update simapp/test_helpers.go
2020-02-28 09:58:55 -08:00
Jonathan Gimeno
2c32ff3ee4
Merge branch 'master' into jonathan/4875-staking-test-use-simapp
2020-02-28 10:58:16 +01:00
Anil Kumar Kammari
0b7449129a
Merge PR #5500 : Regen network/multistore upgrades
2020-02-27 22:26:04 -08:00
Jonathan Gimeno
60293dd2e6
Merge branch 'master' into jonathan/4875-staking-test-use-simapp
2020-02-27 17:51:14 +01:00
Jonathan Gimeno
ce46939308
rename function names
2020-02-27 16:49:53 +01:00
Aaron Craelius
81735debe5
Fix proposal marshaling, make Proposal extend ProposalBase
2020-02-26 20:47:45 -05:00
Aaron Craelius
8bd648eef1
WIP on std 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
Alexander Bezobchuk
8cab43c812
Merge PR #5702 : Add Param Querying to x/auth
2020-02-26 10:33:56 -05: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
660ffc8be5
refactor ordering functions
2020-02-25 18:01:18 +01:00
Jonathan Gimeno
13f2138989
Merge branch 'master' into jonathan/4875-staking-test-use-simapp
2020-02-25 15:48:13 +01:00
Aaron Craelius
df65016694
Merge PR #5659 : Migrate upgrade module to protobuf
2020-02-24 18:14:19 +01:00
Marko
f7486b9395
Merge PR #5634 : Protobuf - Migrate x/evidence
2020-02-24 17:05:21 +01:00
Jonathan Gimeno
e5b67801a3
refactor to use accounts
2020-02-21 20:51:11 +01:00
Jonathan Gimeno
ee7ccc3704
make TestDelegation pass with generated accounts
2020-02-21 19:34:07 +01:00
Jonathan Gimeno
0d24d2b2cb
fix test query validators
2020-02-20 16:09:25 +01:00
Marko
ebbfaf2a47
Merge PR #5681 : proto: migrate bank to hybridcodec
2020-02-20 15:24:26 +01:00
Anil Kumar Kammari
883c1a2bc1
Merge PR #5627 : Regen Network/Slashing protobuf
2020-02-20 01:04:13 +01:00
Jonathan Gimeno
434f539bff
Merge PR #5649 : Update x/params to follow module standards
2020-02-19 12:52:20 +01:00
Alexander Bezobchuk
794a496892
Merge PR #5533 : Protobuf: x/auth & x/supply
2020-02-18 13:50:13 +01:00
Alexander Bezobchuk
05c21a534a
Merge Pr #5642 : Remove x/mock
2020-02-14 10:30:51 -05:00
Marko
48d39e344e
Merge PR #5619 : proto: migrate params to hybrid codec
2020-02-12 11:34:09 -05:00
Marko
56c5868975
Merge PR #5610 : proto: migrate x/distr to use hybrid codec
2020-02-11 09:58:37 -05:00
Alexander Bezobchuk
53bf2271d5
Merge PR #5600 : Migrate x/staking to Protobuf
2020-02-06 14:21:02 -05:00
Alexander Bezobchuk
6890feb3d2
Merge PR #5572 : ADR 004 Implementation
2020-01-30 16:31:16 -05:00
Alexander Bezobchuk
c1991e31bd
Merge PR #5527 : Bump Tendermint Version to v0.33.0
...
* Bump Tendermint version to v0.33.0
* Deprecate old cmn package with new packages
* Update update DB APIs
* More DB updates
* Bump IAVL to v0.13.0
* Handle error returned by iavl.NewMutableTree
* Fix some IAVL stuffs
* Update IAVL
* More updates
* Passing tests
* Fix unit tests
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
2020-01-16 13:46:51 -08:00
Ferenc Fabian
066dd1114f
Merge PR #5449 : Add New constructor for the DecCoin
2020-01-03 15:44:53 -05:00