forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add reth-chainspec and reth-rpc-types-compat as optional depend…
…encies The code changes include adding "reth-chainspec" and "reth-rpc-types-compat" as optional dependencies in the "taiko" feature of the "payload/builder" crate. This change allows the "taiko" feature to include these dependencies when enabled. Recent user commits: - fix: taiko features - Merge branch 'v1.0.0' of gh_work:taikoxyz/taiko-reth into HEAD - fix(op): configure discv5 properly in op builder (paradigmxyz#9058) - fix: Change Arc<KzgSettings> to EnvKzgSettings (paradigmxyz#9054) - feat(examples): remote exex (paradigmxyz#8890) - chore: tweak profiles, rename debug-fast to profiling (paradigmxyz#9051) - ci: use reth-prod.png for release notes (paradigmxyz#9047) - feat: integrate Node traits into LaunchContextWith (paradigmxyz#8993) - feat(node): derive `Clone` for `FullNode` (paradigmxyz#9046) - feat(rpc): remove ipc future and now using ServerHandle and StopHandle from jsonrpsee (paradigmxyz#9044) Recent repository commits: - fix: taiko features - Merge branch 'v1.0.0' of gh_work:taikoxyz/taiko-reth into HEAD - fix(op): configure discv5 properly in op builder (paradigmxyz#9058) - fix: Change Arc<KzgSettings> to EnvKzgSettings (paradigmxyz#9054) - feat(examples): remote exex (paradigmxyz#8890) - chore: tweak profiles, rename debug-fast to profiling (paradigmxyz#9051) - ci: use reth-prod.png for release notes (paradigmxyz#9047) - feat: integrate Node traits into LaunchContextWith (paradigmxyz#8993) - feat(node): derive `Clone` for `FullNode` (paradigmxyz#9046) - feat(rpc): remove ipc future and now using ServerHandle and StopHandle from jsonrpsee (paradigmxyz#9044)
- Loading branch information
Showing
16 changed files
with
199 additions
and
1,701 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.