Skip to content

Commit

Permalink
todos
Browse files Browse the repository at this point in the history
  • Loading branch information
wacban committed Dec 13, 2024
1 parent d3b0dd6 commit 31b81d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/primitives-core/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ impl ProtocolFeature {
// BandwidthScheduler must be enabled before ReshardingV3! When
// releasing this feature please make sure to schedule separate
// protocol upgrades for those features!
// TODO ask longarithm to update the forknet instructions
ProtocolFeature::BandwidthScheduler => 145,
ProtocolFeature::SimpleNightshadeV4 => 146,
#[cfg(feature = "protocol_feature_relaxed_chunk_validation")]
Expand Down
5 changes: 5 additions & 0 deletions integration-tests/src/test_loop/tests/resharding_v3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ impl TestReshardingParameters {
let load_mem_tries_for_tracked_shards = true;
let base_shard_layout_version = 2;

// TODO check with staffik if this is expected
// TODO remove the setter
let allow_negative_refcount = true;

Self {
accounts,
clients,
Expand All @@ -125,6 +129,7 @@ impl TestReshardingParameters {
track_all_shards,
all_chunks_expected,
load_mem_tries_for_tracked_shards,
allow_negative_refcount,
..Default::default()
}
}
Expand Down

0 comments on commit 31b81d0

Please sign in to comment.