Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: consensus module #12905

Merged
merged 75 commits into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
2528498
add consensus-param module
tac0turtle Aug 8, 2022
75fd065
remove exrtas
tac0turtle Aug 9, 2022
f88a482
comment out tests
tac0turtle Aug 11, 2022
99a1476
setup legacy app
tac0turtle Aug 11, 2022
bd70956
feat: minor improvements to pr (#13031)
JeancarloBarrios Aug 29, 2022
f6cac85
add migrations
JeancarloBarrios Aug 30, 2022
94390b3
empty struct
JeancarloBarrios Aug 31, 2022
fffd4db
commented depinject code
JeancarloBarrios Sep 2, 2022
6f55f8b
change proto to not recieve version and finish migration and migratio…
JeancarloBarrios Sep 3, 2022
97d19f1
add keeper base test
JeancarloBarrios Sep 3, 2022
dada35d
add keeper and update msg test
JeancarloBarrios Sep 4, 2022
fdc9922
add query test
JeancarloBarrios Sep 4, 2022
e58a116
Merge branch 'main' into marko/consensus_param
tac0turtle Sep 5, 2022
95a89e5
Merge branch 'main' into marko/consensus_param
tac0turtle Sep 5, 2022
269f664
lint
tac0turtle Sep 5, 2022
8f2a66a
set param store
tac0turtle Sep 5, 2022
67e9291
Merge branch 'main' into marko/consensus_param
tac0turtle Sep 6, 2022
09e0ab8
fix issues
tac0turtle Sep 6, 2022
09a72c6
fix somethings and get blocked by depinject
tac0turtle Sep 6, 2022
163c7f5
rename module to consensus
tac0turtle Sep 6, 2022
76d7f87
rename module to consensus++
tac0turtle Sep 6, 2022
7969d86
fix imports
tac0turtle Sep 6, 2022
26ee3f8
re-generate protos and update `app.go`
julienrbrt Sep 6, 2022
ccc6cfc
`make lint-fix`
julienrbrt Sep 6, 2022
6ff7c3f
wire x/consensus
julienrbrt Sep 6, 2022
5251ed4
wire consesnsus param
tac0turtle Sep 6, 2022
a51e73c
wire in baseapp
tac0turtle Sep 6, 2022
65b27ec
minor fix
tac0turtle Sep 6, 2022
5870cd7
remove unnecessary uses of reflection in NewAnteHandler
aaronc Sep 6, 2022
ab5b29d
setup tests
tac0turtle Sep 6, 2022
a9e3e2b
fix tests
tac0turtle Sep 6, 2022
9cf54fd
Merge branch 'main' into marko/consensus_param
tac0turtle Sep 6, 2022
3a109bb
fix tests++
tac0turtle Sep 6, 2022
00b2f91
tests+++
tac0turtle Sep 6, 2022
3e0611d
tests+++
tac0turtle Sep 6, 2022
3ee0252
fix migration tests
tac0turtle Sep 6, 2022
547b328
lint++
tac0turtle Sep 6, 2022
5d50a04
Merge branch 'main' into marko/consensus_param
tac0turtle Sep 8, 2022
8817805
fix simapp
tac0turtle Sep 8, 2022
c17cdf6
fix simapp
tac0turtle Sep 8, 2022
2269345
Merge branch 'main' into marko/consensus_param
tac0turtle Sep 12, 2022
a3754b7
fix
tac0turtle Sep 12, 2022
27b3988
Merge branch 'main' into marko/consensus_param
tac0turtle Sep 20, 2022
0c5212b
Merge branch 'main' into marko/consensus_param
tac0turtle Sep 20, 2022
9700322
Merge branch 'main' into marko/consensus_param
tac0turtle Sep 23, 2022
6ef2f75
fix some tests
tac0turtle Sep 23, 2022
e65c714
remove staking and return error
tac0turtle Sep 23, 2022
5a5088e
revert order change
tac0turtle Sep 23, 2022
d378fb0
Update baseapp/baseapp.go
tac0turtle Sep 23, 2022
1d3ccca
Merge branch 'main' into marko/consensus_param
tac0turtle Oct 2, 2022
394ff49
lint
alexanderbez Oct 4, 2022
027eccb
Merge branch 'main' into marko/consensus_param
alexanderbez Oct 4, 2022
abd7a03
lint
alexanderbez Oct 4, 2022
182c56c
Merge branch 'marko/consensus_param' of github.com:cosmos/cosmos-sdk …
alexanderbez Oct 4, 2022
571163f
updates
alexanderbez Oct 4, 2022
664c917
updates
alexanderbez Oct 4, 2022
4fc6898
updates
alexanderbez Oct 4, 2022
dc46fbe
updates
alexanderbez Oct 4, 2022
c56e743
updates
alexanderbez Oct 4, 2022
6dba3fa
updates
alexanderbez Oct 4, 2022
8465b82
updates
alexanderbez Oct 4, 2022
32c9cc1
updates
alexanderbez Oct 4, 2022
9303a65
updates
alexanderbez Oct 4, 2022
6f0d36c
updates
alexanderbez Oct 4, 2022
9a84137
updates
alexanderbez Oct 4, 2022
1fd6d1d
updates
alexanderbez Oct 4, 2022
eb982d6
updates
alexanderbez Oct 4, 2022
49abe6d
updates
alexanderbez Oct 4, 2022
c3ff0bd
fix make rosetta-data + run
facundomedica Oct 4, 2022
1bec6a0
Merge branch 'marko/consensus_param' of https://github.com/cosmos/cos…
facundomedica Oct 4, 2022
0afe8fc
Merge branch 'main' into marko/consensus_param
alexanderbez Oct 5, 2022
cbd7078
Merge branch 'main' into marko/consensus_param
tac0turtle Oct 5, 2022
f236fc2
add upgrade and changelog entry
tac0turtle Oct 5, 2022
ecf490f
updates
alexanderbez Oct 5, 2022
a339f8f
updates
alexanderbez Oct 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
507 changes: 507 additions & 0 deletions api/cosmos/consensus_param/module/v1/module.pulsar.go

Large diffs are not rendered by default.

1,007 changes: 1,007 additions & 0 deletions api/cosmos/consensus_param/v1/query.pulsar.go

Large diffs are not rendered by default.

107 changes: 107 additions & 0 deletions api/cosmos/consensus_param/v1/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading