Skip to content

Commit

Permalink
Use official contract-transcode instead of fork (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
obrok committed Jan 9, 2023
1 parent 69f93f2 commit 7c1d822
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 192 deletions.
79 changes: 24 additions & 55 deletions aleph-client/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 aleph-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4"
serde_json = { version = "1.0" }
thiserror = "1.0"
contract-metadata = "2.0.0-beta"
contract-transcode = { git = "https://github.com/obrok/cargo-contract", branch = "send-sync-env-types" }
contract-transcode = { git = "https://github.com/paritytech/cargo-contract", rev = "7ca8c365fc1e157cd52901c54949b2faf1cd8899" }
ink_metadata = "4.0.0-beta"
subxt = "0.25.0"
futures = "0.3.25"
Expand Down
70 changes: 34 additions & 36 deletions benches/payout-stakers/Cargo.lock

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

Loading

0 comments on commit 7c1d822

Please sign in to comment.