Skip to content
New issue

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

feat(orderbook): implement new executed event #419

Merged
merged 5 commits into from
Aug 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
diri: update cainome version
ptisserand committed Aug 12, 2024
commit dc77b7d82e63c91f35147c001d0a85efb8e8a479
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/diri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ tracing = "0.1"
num-bigint = "0.4.4"
num-traits = "0.2.17"

cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.1.7", features = [
cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.1.8", features = [
"abigen-rs",
] }