-
Notifications
You must be signed in to change notification settings - Fork 1
Description
TODOs and FIXMEs
Generated on: 2025-10-21 15:48:00
Commit: bcac2b2
Stats
- 1 FIXMEs
- 28 TODOs
FIXMEs
- code/crates/test/app/src/app.rs:298
value_bytes: JsonCodec.encode(&decided_value.value).unwrap(), // FIXME: unwrap
TODOs
-
code/examples/channel/src/state.rs:379
// TODO: Where should we verify signatures? -
code/examples/channel/src/app.rs:196
// TODO -
code/examples/channel/src/app.rs:209
// TODO -
code/examples/channel/src/app.rs:313
// TODO: We plan to add some validation here in the future. -
code/crates/network/src/lib.rs:293
// TODO: Using 1 second for now, for faster reconnection during testing -
code/crates/app-channel/src/lib.rs:3
// TODO: Enforce proper documentation -
code/crates/app-channel/src/connector.rs:24
// TODO: add some metrics -
code/crates/app/src/part_store.rs:11
// TODO: Add Address to key -
// TODO: Enforce proper documentation -
code/crates/core-consensus/src/macros.rs:75
// TODO: Add support for multiple patterns + if guards -
code/crates/core-consensus/src/handle/proposal.rs:118
// TODO - pass the received value up to the host that will verify and give back validity and extension. -
code/crates/core-consensus/src/handle/proposed_value.rs:76
// TODO: Keep unsigned proposals in keeper. -
code/crates/sync/src/macros.rs:81
// TODO: Add support for multiple patterns + if guards -
code/crates/test/mbt/src/tests/consensus/runner.rs:241
// TODO: check expected_proposal.src_address -
code/crates/test/mbt/src/tests/consensus/runner.rs:321
// TODO: What to do with actual.height? There is no height in the spec. -
code/crates/test/mbt/src/tests/votekeeper/runner.rs:120
// TODO: check expected_round -
code/crates/test/app/src/app.rs:271
// TODO: We plan to add some validation here in the future. -
code/crates/config/src/lib.rs:573
ProposalOnly, // TODO - add small block app to test this option -
code/crates/starknet/p2p-types/src/transaction.rs:46
/// TODO: Use hash function from Context -
code/crates/starknet/p2p-types/src/proposal_part.rs:55
self.to_sign_bytes().len() // TODO: Do this more efficiently -
code/crates/starknet/host/src/actor.rs:242
// TODO: check proposal validity -
code/crates/starknet/host/src/actor.rs:371
// TODO -
code/crates/starknet/host/src/host/state.rs:144
// TODO: Check that computed transaction_commitment and state_diff_commitment match the ones in the `commitment` and -
code/crates/starknet/host/src/host/state.rs:205
// TODO: Do more validations, e.g. there is no higher tx proposal part, -
code/crates/starknet/host/src/host/state.rs:230
// TODO: Add config knob for invalid blocks -
code/crates/starknet/host/src/host/proposal.rs:203
// TODO: Compute the actual propoosal commitment hash, for now -
code/crates/starknet/host/src/host/starknet.rs:123
todo!() -
code/crates/core-types/src/validator_set.rs:7
/// TODO: Introduce newtype