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!: catch up with ckb-ics axon client change #40

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
210 changes: 203 additions & 7 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ anyhow = "1.0.72"
async-stream = "0.3.5"
bytes = "1.4.0"
ckb-fixed-hash = "0.111.0"
ckb-ics-axon = { git = "https://github.com/synapseweb3/ckb-ics.git", rev = "0299a91" }
ckb-ics-axon = { git = "https://github.com/synapseweb3/ckb-ics.git", rev = "b026840b9599ba" }
ckb-jsonrpc-types = "0.111.0"
ckb-sdk = "3.0.0"
ckb-types = "0.111.0"
faster-hex = "0.8.0"
futures = "0.3.28"
hex = "0.4.3"
jsonrpc-utils = { version = "0.2.0", features = ["macros", "client"] }
rlp = "0.5.2"
serde = { version = "1.0.183", features = ["derive"] }
Expand All @@ -28,7 +29,7 @@ tokio = { version = "1.31.0", features = ["time"] }
tracing = "0.1.37"

[dev-dependencies]
axon-types = { git = "https://github.com/axonweb3/axon-contract", rev = "8c2338a" }
axon-types = { git = "https://github.com/axonweb3/axon-contract", rev = "8106ddc0266" }
ckb-testtool = "0.10.0"
clap = { version = "4.4.6", features = ["derive"] }
hex = "0.4.3"
Expand Down
Binary file modified contracts/ibc-sudt-transfer
Binary file not shown.
Binary file modified contracts/ics-channel
Binary file not shown.
Binary file modified contracts/ics-packet
Binary file not shown.
1 change: 1 addition & 0 deletions contracts/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Built at 59b5b8450b2db9b448d92e0df90df15376ab4ff4 (complete-axon-client)
Loading
Loading