Skip to content

Tags: svyatonik/rust-web3

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

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

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add std::error::Error impls (tomusdrw#217)

* Add std::error::Error impls

* Use source instead of cause.

* Fix warning.

v0.6.0

Toggle v0.6.0's commit message

Verified

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

v0.5.1

Toggle v0.5.1's commit message

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

Toggle v0.5.0's commit message

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

Toggle v0.4.0's commit message
bump ethabi to 6.0 (tomusdrw#156)

v0.3.1

Toggle v0.3.1's commit message

Verified

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

v0.3.0

Toggle v0.3.0's commit message

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

Toggle v0.2.0's commit message
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

Toggle v0.1.0's commit message
Added Copy trait to BlockNumber. (tomusdrw#66)