Skip to content

Tags: tomusdrw/rust-web3

Tags

v0.19.0

Toggle v0.19.0's commit message

Verified

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

* Bump version.

* Bump ethabi & ethereum-types

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix clippy warnings (#597)

* removed unneeded unit return type

* borrowed a reference that immediately got dereferenced by the compiler

* deleted unnecessary closure for substituting value for `Option::None`

* replace match block with `matches!` macro instead

* use unwrap_or_else instead to avoid potentially side effects

* no need to use question mark here becuase execution of the body will end up there anyway

* borrowed a reference that immediately got dereferenced by the compiler

* borrowed a reference that immediately got dereferenced by the compiler

* when replacing a value of type `T` with `T::default()` std::mem::take is a better option

* use the map function instead of implenting it manually

* use `.is_empty()` instead of checking the length is bigger then 0

* use `.is_some()` and `is_none()` instead of creating an unused variable

* implementing the `From` Trait and we will get the `Into` for free

* add `Default`

* declare it as u64 instead of cast it to u64

* deleted unnecessary clone

* use `assert!` for booleans comparisons

Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>

v0.17.0

Toggle v0.17.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. (#532)

* Bump version.

* Update README

v0.16.0-1

Toggle v0.16.0-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use async-native-tls fork. (#495)

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
trace_callMany (#494)

* Added trace_callMany support.

* trace_callMany use BlockId

* cargo fmt --all

Co-authored-by: mdben1247 <mdben1247@users.noreply.github.com>
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>

v0.15.0

Toggle v0.15.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. (#448)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge imports (#420)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added Transaction::raw (#366)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Box zeroize to prevent leaving copies on move. (#358)

* Box zeroize to prevent leaving copies in memory.

* Trigger build.

v0.11.0

Toggle v0.11.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. (#347)