Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Patch web3 to make sign_transaction work
Browse files Browse the repository at this point in the history
Patches web3 with tomusdrw/rust-web3#250 so that
`sign_transaction()` works.
  • Loading branch information
Thomas Scholtes committed Sep 6, 2019
1 parent 62228c8 commit aa2a3fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 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 @@ -22,9 +22,10 @@ pwasm-utils-cli = "0.10.0"


[patch.crates-io]
# We require the patch https://github.com/tomusdrw/rust-web3/pull/242.
# We require the patches https://github.com/tomusdrw/rust-web3/pull/242
# and https://github.com/tomusdrw/rust-web3/pull/250
# Once a new version of web3 is released we can update it.
web3 = { git = "https://github.com/tomusdrw/rust-web3.git", rev = "b2aa7336bc9bf192f7959e79525a6d2667ff4c85" }
web3 = { git = "https://github.com/geigerzaehler/rust-web3.git", rev = "b5bc271c9b885edebbe7d7cf227aeb21016e7e88" }
# See https://github.com/paritytech/wasm-utils/pull/132
pwasm-utils-cli = { git = "https://github.com/oscoin/wasm-utils.git", branch = "pack-min-pages" }
# See https://github.com/oscoin/oscoin-parity-wasm-prototype/pull/45
Expand Down
2 changes: 1 addition & 1 deletion deploy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Thomas Scholtes <thomas@monadic.xyz>"]
edition = "2018"

[dependencies]
web3 = { git = "https://github.com/tomusdrw/rust-web3.git", rev = "b2aa7336bc9bf192f7959e79525a6d2667ff4c85" }
web3 = "0.8.0"
env_logger = "0.6.2"
hex = "0.3.1"
clap = "2.31"

0 comments on commit aa2a3fd

Please sign in to comment.