Skip to content

Tags: goldsky-io/rust-web3

Tags

v0.5.1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bumped version to 0.5.1 (tomusdrw#174)

* Updated a dependency

* Bumped version to 0.5.1

v0.5.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add `traces` namespace (tomusdrw#148)

* Add `traces` namespace

basic code for traces namespace and types

tests for traces and trace_filtering types
builder for Trace Filter

tests for `traces` namespace and traces types (traces + trace_filtering)

move ValueOrArray back

* Add `traces` namespace

basic code for traces namespace and types

tests for traces and trace_filtering types
builder for Trace Filter

tests for `traces` namespace and traces types (traces + trace_filtering)

* fix return type of `trace_get`

* Fix types for Addresses
Some addresses were usize, some were H160.
This changes all addresses in `traces` to be `Address`

* make blockNumber and blockHash optional in TransactionReceipt (tomusdrw#164)

* Derive Eq and Hash for Bytes (tomusdrw#168)

This just forwards to the implementation of Vec.

* Fix build with OpenSSL 1.1.1 (tomusdrw#170)

* Fix build with OpenSSL 1.1.1
Update hyper to 0.12
Update hyper-tls to 0.3
update websocket to 0.21
Update http.rs to new hyper 0.12 API
bump version

* fix comment placement

* Revise `Traces` namespace
remove custom deserialize, switch to untagged serde representation

v0.4.0

bump ethabi to 6.0 (tomusdrw#156)

v0.3.1

Verified

This commit was signed with the committer’s verified signature.
tomusdrw Tomek Drwięga
Bump version.

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump ethereum types. (tomusdrw#108)

v0.2.0

Use ethereum-types library for uints and hashes (tomusdrw#76)

* Use bigint library for types.

* In progress.

* Use ethereum-types

* Update dependencies.

v0.1.0

Added Copy trait to BlockNumber. (tomusdrw#66)

v0.0.5

v0.0.5 (tomusdrw#58)

v0.0.4

version 0.0.4 (tomusdrw#43)

v0.0.3

Verified

This commit was signed with the committer’s verified signature.
tomusdrw Tomek Drwięga
Version bump