We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue tracks all TODOs in the codebase for further investigation and decision making. However, the following list excludes:
citrea/bin/citrea/src/rollup/mod.rs
Lines 59 to 61 in a6f1edd
It seems to me that the ProverService trait does not enforce Send. More context is needed here.
ProverService
Send
Line 88 in a6f1edd
This points to an issue Sovereign-Labs/sovereign-sdk#1218
citrea/Cargo.toml
Lines 56 to 58 in a6f1edd
citrea/crates/risc0/src/host.rs
Lines 169 to 174 in a6f1edd
Placeholder for issue
citrea/crates/bitcoin-da/src/helpers/builders/mod.rs
Lines 357 to 360 in a6f1edd
citrea/crates/bitcoin-da/src/fee.rs
Lines 142 to 144 in a6f1edd
citrea/crates/evm/src/evm/db.rs
Lines 110 to 111 in a6f1edd
citrea/crates/evm/src/rpc_helpers/filter.rs
Lines 648 to 649 in a6f1edd
Lines 659 to 662 in a6f1edd
citrea/crates/evm/src/evm/handler.rs
Lines 367 to 368 in a6f1edd
citrea/crates/evm/src/query.rs
Lines 880 to 885 in a6f1edd
Lines 1320 to 1322 in a6f1edd
Lines 1324 to 1326 in a6f1edd
Lines 1494 to 1496 in a6f1edd
EVM: implement MuxTracer #251
MuxTracer
citrea/crates/evm/src/rpc_helpers/tracing_utils.rs
Lines 86 to 87 in a6f1edd
citrea/crates/evm/src/genesis.rs
Lines 161 to 162 in a6f1edd
Lines 243 to 244 in a6f1edd
citrea/crates/evm/src/evm/call.rs
Lines 261 to 262 in a6f1edd
citrea/crates/sequencer/src/mempool.rs
Lines 87 to 92 in a6f1edd
citrea/crates/sequencer/src/runner.rs
Lines 511 to 512 in a6f1edd
Lines 567 to 571 in a6f1edd
Also related to Sovereign-Labs/sovereign-sdk#1218
Lines 646 to 650 in a6f1edd
Lines 839 to 841 in a6f1edd
Lines 856 to 857 in a6f1edd
Lines 892 to 896 in a6f1edd
citrea/guests/risc0/light-client-proof/bitcoin/src/bin/light_client_proof_bitcoin.rs
Lines 23 to 25 in a6f1edd
Lines 49 to 50 in a6f1edd
Lines 65 to 66 in a6f1edd
(these three will be handled while releasing Fork1 for devnet and testnet, let them stay thoug no need for issues)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue tracks all TODOs in the codebase for further investigation and decision making. However, the following list excludes:
Rollup
citrea/bin/citrea/src/rollup/mod.rs
Lines 59 to 61 in a6f1edd
It seems to me that the
ProverService
trait does not enforceSend
. More context is needed here.citrea/bin/citrea/src/rollup/mod.rs
Line 88 in a6f1edd
This points to an issue Sovereign-Labs/sovereign-sdk#1218
citrea/Cargo.toml
Lines 56 to 58 in a6f1edd
Risc0 crate
citrea/crates/risc0/src/host.rs
Lines 169 to 174 in a6f1edd
Bitcoin-DA crate
Placeholder for issue
citrea/crates/bitcoin-da/src/helpers/builders/mod.rs
Lines 357 to 360 in a6f1edd
Placeholder for issue
citrea/crates/bitcoin-da/src/fee.rs
Lines 142 to 144 in a6f1edd
EVM crate
Placeholder for issue
citrea/crates/evm/src/evm/db.rs
Lines 110 to 111 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/rpc_helpers/filter.rs
Lines 648 to 649 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/rpc_helpers/filter.rs
Lines 659 to 662 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/evm/handler.rs
Lines 367 to 368 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/query.rs
Lines 880 to 885 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/query.rs
Lines 1320 to 1322 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/query.rs
Lines 1324 to 1326 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/query.rs
Lines 1494 to 1496 in a6f1edd
EVM: implement
MuxTracer
#251citrea/crates/evm/src/rpc_helpers/tracing_utils.rs
Lines 86 to 87 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/genesis.rs
Lines 161 to 162 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/genesis.rs
Lines 243 to 244 in a6f1edd
Placeholder for issue
citrea/crates/evm/src/evm/call.rs
Lines 261 to 262 in a6f1edd
Sequencer
Placeholder for issue
citrea/crates/sequencer/src/mempool.rs
Lines 87 to 92 in a6f1edd
Placeholder for issue
citrea/crates/sequencer/src/runner.rs
Lines 511 to 512 in a6f1edd
Placeholder for issue
citrea/crates/sequencer/src/runner.rs
Lines 567 to 571 in a6f1edd
Also related to Sovereign-Labs/sovereign-sdk#1218
Placeholder for issue
citrea/crates/sequencer/src/runner.rs
Lines 646 to 650 in a6f1edd
Placeholder for issue
citrea/crates/sequencer/src/runner.rs
Lines 839 to 841 in a6f1edd
Placeholder for issue
citrea/crates/sequencer/src/runner.rs
Lines 856 to 857 in a6f1edd
Placeholder for issue
citrea/crates/sequencer/src/runner.rs
Lines 892 to 896 in a6f1edd
Guests
Placeholder for issue
citrea/guests/risc0/light-client-proof/bitcoin/src/bin/light_client_proof_bitcoin.rs
Lines 23 to 25 in a6f1edd
Placeholder for issue
citrea/guests/risc0/light-client-proof/bitcoin/src/bin/light_client_proof_bitcoin.rs
Lines 49 to 50 in a6f1edd
Placeholder for issue
citrea/guests/risc0/light-client-proof/bitcoin/src/bin/light_client_proof_bitcoin.rs
Lines 65 to 66 in a6f1edd
(these three will be handled while releasing Fork1 for devnet and testnet, let them stay thoug no need for issues)
The text was updated successfully, but these errors were encountered: