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: add encoding capability to forc-client for variable encoding #4680

Merged
merged 7 commits into from
Jul 3, 2023
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
Merge branch 'master' into kayagokalp/4679
  • Loading branch information
kayagokalp authored Jun 30, 2023
commit f3a3d12a980770ea14de923e33d6e2516e61883a
12 changes: 6 additions & 6 deletions forc-plugins/forc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ async-trait = "0.1.58"
chrono = { version = "0.4", default-features = false, features = ["std"] }
clap = { version = "3", features = ["derive", "env"] }
devault = "0.1"
forc = { version = "0.40.1", path = "../../forc" }
forc-pkg = { version = "0.40.1", path = "../../forc-pkg" }
forc-tracing = { version = "0.40.1", path = "../../forc-tracing" }
forc-tx = { version = "0.40.1", path = "../forc-tx" }
forc-util = { version = "0.40.1", path = "../../forc-util" }
forc = { version = "0.41.0", path = "../../forc" }
forc-pkg = { version = "0.41.0", path = "../../forc-pkg" }
forc-tracing = { version = "0.41.0", path = "../../forc-tracing" }
forc-tx = { version = "0.41.0", path = "../forc-tx" }
forc-util = { version = "0.41.0", path = "../../forc-util" }
fuel-abi-types = "0.3"
fuel-core-client = { workspace = true, default-features = false }
fuel-core-client = { workspace = true }
fuel-crypto = { workspace = true }
fuel-tx = { workspace = true, features = ["builder"] }
fuel-vm = { workspace = true }
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.