Open bufrr opened 3 weeks ago
@bufrr Ah, we currently maintain OP compatibility in a private repository. For historical sync, the change is pretty straightforward, mostly changing DB: Database
to DB: DatabaseRef + Send + Sync
like for Ethereum here:
https://github.com/risechain/reth/commit/63af3be58dd28f9c4ea581b9992012b616e11596#diff-7fbb0c1e65c92e8879aa308fee2538af673a2cd6d70f9b5b1103cf4d6554604d
I'll push it here soon, but also note that OP Mainnet blocks are very small so parallel execution isn't much faster. For practical use, it still needs to wait for #2.
@bufrr Ah, we currently maintain OP compatibility in a private repository. For historical sync, the change is pretty straightforward, mostly changing
DB: Database
toDB: DatabaseRef + Send + Sync
like for Ethereum here: 63af3be#diff-7fbb0c1e65c92e8879aa308fee2538af673a2cd6d70f9b5b1103cf4d6554604dI'll push it here soon, but also note that OP Mainnet blocks are very small so parallel execution isn't much faster. For practical use, it still needs to wait for #2.
Got it! Ty
Ah, let's keep the issue open to make us accountable. Let's only close it once it compiles!
This issue is stale because it has been open for 21 days with no activity.
Describe the bug
Compile failed when try to make op-reth
Steps to reproduce
make install-op
Node logs
Platform(s)
Linux (x86), Mac (Apple Silicon)
What version/commit are you on?
v1.0.7
What database version are you on?
no database
Which chain / network are you on?
optimism
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct