Skip to content

Commit

Permalink
feat: sync 0.111
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuanhust committed Oct 31, 2023
1 parent e4bc8f0 commit 6c4f85d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
12 changes: 1 addition & 11 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/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ reqwest-retry = "0.1"
eyre = "0.6"
ethers = { version = "2.0.2", features = ["rustls", "ws"] }
ckb-sdk = "3.0.0"
ckb-hash = "0.108.0"
ckb-hash = "0.111.0"
ckb-types = "0.111.0"
ckb-jsonrpc-types = "0.111.0"
jsonrpc-core = "18.0"
Expand Down
1 change: 1 addition & 0 deletions crates/relayer/src/chain/ckb/mock_rpc_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ impl CkbReader for RpcClient {
transaction: Some(transaction),
tx_status: TxStatus::committed(hash.clone()),
cycles: None,
time_added_to_pool: None,
};
Box::pin(async { Ok(Some(resp)) })
}
Expand Down

0 comments on commit 6c4f85d

Please sign in to comment.