Skip to content

Commit

Permalink
Homa nominate validators (#2734)
Browse files Browse the repository at this point in the history
* process nomination on module-homa

* integrate module homa-validator-list

* add benchmarking test for homa-validator-list

* params type

* fix

* update weights

* update config

* refactor nominees-election

* fix-benchmarking

* update benchmarking

* update config
  • Loading branch information
wangjj9219 authored May 21, 2024
1 parent 97c0892 commit 49679b7
Show file tree
Hide file tree
Showing 45 changed files with 3,306 additions and 603 deletions.
5 changes: 5 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ module-evm-bridge = { path = "modules/evm-bridge", default-features = false }
module-evm-rpc-runtime-api = { path = "modules/evm/rpc/runtime-api", default-features = false }
module-evm-utility = { path = "modules/evm-utility", default-features = false }
module-homa = { path = "modules/homa", default-features = false }
module-homa-validator-list = { path = "modules/homa-validator-list", default-features = false }
module-honzon = { path = "modules/honzon", default-features = false }
module-honzon-bridge = { path = "modules/honzon-bridge", default-features = false }
module-idle-scheduler = { path = "modules/idle-scheduler", default-features = false }
Expand Down
Loading

0 comments on commit 49679b7

Please sign in to comment.