Skip to content

Commit

Permalink
update bip300301 dep, bump version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Jun 19, 2024
1 parent 3ef161e commit f68d25b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ authors = [
"Nikita Chashchinskii <[email protected]>"
]
edition = "2021"
version = "0.9.1"
version = "0.9.2"

[workspace.dependencies.bip300301]
git = "https://github.com/Ash-L2L/bip300301.git"
rev = "eb0b8e41dbe1dd8eb397aa5bfb3b793b46cafc30"
rev = "61b83acf2782b03e405b3a0fe8a3dc31356e4750"

[workspace.dependencies.rustreexo]
git = "https://github.com/Ash-L2L/rustreexo.git"
Expand Down
7 changes: 3 additions & 4 deletions lib/node/mainchain_task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,10 @@ impl MainchainTask {
} => Some(commitment.into()),
BlockCommitment::BmmHStar { .. }
| BlockCommitment::ScdbUpdateBytes { .. }
| BlockCommitment::WitnessCommitment { .. }
| BlockCommitment::SidechainActivationAck { .. }
| BlockCommitment::SidechainProposal
| BlockCommitment::SidechainActivationAck { .. } => {
None
}
| BlockCommitment::WithdrawalBundleHash { .. }
| BlockCommitment::WitnessCommitment { .. } => None,
})
.collect(),
Err(block_not_found) => return Ok(Err(block_not_found)),
Expand Down

0 comments on commit f68d25b

Please sign in to comment.