Commit-Boost / commit-boost-client

Commit-Boost allows Ethereum validators to safely run MEV-Boost and community-built commitment protocols
https://commit-boost.github.io/commit-boost-client/
Apache License 2.0
80 stars 33 forks source link

chore(typo): `event_publiher` -> `event_publisher` #149

Closed thedevbirb closed 1 month ago

thedevbirb commented 1 month ago

If such PRs are unwanted feel free to close this! Just noticed it while browsing the code

ltitanb commented 1 month ago

Much appreciated thanks!

ltitanb commented 1 month ago

The test is failing because of some false positive serde error, think we dont have every version fully pinned correctly yet. Should be fixed in main if you rebase

thedevbirb commented 1 month ago

The test is failing because of some false positive serde error, think we dont have every version fully pinned correctly yet. Should be fixed in main if you rebase

Done it! Thanks for the tip. Now the tests pass on local as well.