Skip to content

Commit

Permalink
Merge branch 'development' into mempool-efficient-gossip
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Sep 28, 2023
2 parents 78ded37 + 1151324 commit 4293fba
Show file tree
Hide file tree
Showing 140 changed files with 6,413 additions and 2,021 deletions.
58 changes: 42 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ members = [
"clients/base_node_client",
"clients/validator_node_client",
"clients/wallet_daemon_client",
"dan_layer/comms_rpc_state_sync",
"dan_layer/consensus",
"dan_layer/consensus_tests",
"dan_layer/epoch_manager",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,8 @@ impl BaseLayerScanner {
created_justify: *genesis.justify().id(),
created_block: *genesis.id(),
created_height: NodeHeight::zero(),
destroyed_by_transaction: None,
destroyed_justify: None,
destroyed_by_block: None,
created_at_epoch: Epoch(0),
destroyed_at_epoch: None,
destroyed: None,
}
.create(tx)
})
Expand Down
Empty file.
Loading

0 comments on commit 4293fba

Please sign in to comment.