Releases: ExWeb3/elixir_ethers
Releases · ExWeb3/elixir_ethers
0.5.4
What's Changed
Bug fixes
- Handle
nil
values when decoding transaction values for RLP encoding
Pull Requests in Release
New Contributors
Full Changelog: v0.5.3...v0.5.4
0.5.3
What's Changed
Enhancements
- Make event filter arguments optional in typespecs
Pull Requests in Release
- Bump excoveralls from 0.18.2 to 0.18.3 by @dependabot in #140
- Bump credo from 1.7.7 to 1.7.8 by @dependabot in #142
- Bump dialyxir from 1.4.3 to 1.4.4 by @dependabot in #143
- Bump ex_abi from 0.8.0 to 0.8.1 by @dependabot in #141
- Support optional fields in EventFilter typespecs by @NduatiK in #144
Full Changelog: v0.5.2...v0.5.3
0.5.2
What's Changed
Bug fixes
- Handle
{:ok, nil}
from RPC get block by number request
Enhancements
- Enable raw use of
Ethers.call/2
(usage without function selector) - Add optional backoff to
Ethers.Utils.date_to_block_number/3
Pull Requests in Release
- Support raw results in
Ethers.call/2
by @alisinabh in #137 - Refactor
Utils.date_to_block_number/3
by @alisinabh in #138
Full Changelog: v0.5.1...v0.5.2
0.5.1
What's Changed
Enhancements
- Mark
ex_keccak
as optional using SKIP_EX_KECCAK environment variable
Pull Requests in Release
- Target Elixir 1.17 and OTP 27 in tests by @alisinabh in #129
- Bump jason from 1.4.1 to 1.4.3 by @dependabot in #131
- Bump ex_doc from 0.34.0 to 0.34.2 by @dependabot in #133
- Bump excoveralls from 0.18.1 to 0.18.2 by @dependabot in #136
- Bump jason from 1.4.3 to 1.4.4 by @dependabot in #135
Full Changelog: v0.5.0...v0.5.1
0.5.0
What's Changed
Breaking Changes
- Rename
NotERC165CompatibleError
toErrors.NotERC165CompatibleError
Bug fixes
- Handle unexpected errors in ExecutionError exceptions
Pull Requests in Release
- Add Errors Prefix to NotERC165CompatibleError by @alisinabh in #121
- Switch test-rpc provider to Anvil by @alisinabh in #120
- Bump ex_doc from 0.32.1 to 0.32.2 by @dependabot in #123
- Bump credo from 1.7.5 to 1.7.6 by @dependabot in #124
- Fix anvil eip1559 signed payload signature in test by @alisinabh in #125
- Handle unexpected errors in ExectionError exceptions by @alisinabh in #126
- Bump ex_doc from 0.32.2 to 0.33.0 by @dependabot in #127
Full Changelog: v0.4.5...v0.5.0
0.4.5
0.4.4
What's Changed
Enhancements
- Add ERC-165 contract and behaviour
- Add
skip_docs
option for contract module doc and typespec generation - Allow skipping checksum address in
Ethers.Utils.public_key_to_address/2
Pull Requests in Release
- Bump ex_secp256k1 from 0.7.2 to 0.7.3 by @dependabot in #114
- Bump ex_abi from 0.7.1 to 0.7.2 by @dependabot in #113
- Bump excoveralls from 0.18.0 to 0.18.1 by @dependabot in #112
- Implement ERC-165 support by @alisinabh in #115
- Allow skipping checksum address in
Utils.public_key_to_address
by @alisinabh in #116
Full Changelog: v0.4.3...v0.4.4
0.4.3
What's Changed
Bug fixes
- Fix
Ethers.Multicall
typespecs
Pull Requests in Release
- Correct Multicall module typespecs by @alisinabh in #111
Full Changelog: v0.4.2...v0.4.3
0.4.2
What's Changed
Enhancements
- Support sending raw transactions using
Ethers.send/2
- Add
Ethers.get_transaction_count/2
Pull Requests in Release
- Support signed raw transactions in
Ethers.send/2
by @alisinabh in #109 - Add
Ethers.get_transaction_count/2
by @alisinabh in #110
Full Changelog: v0.4.1...v0.4.2
0.4.1
What's Changed
Enhancements
- Add support of getting current
max_priority_fee_per_gas
- Use latest
max_priority_fee_per_gas
from the chain as default value in transactions
Pull Requests in Release
- Fix CI errors caused by cancun EVM by @alisinabh in #103
- Bump ex_abi from 0.7.0 to 0.7.1 by @dependabot in #101
- get max_priority_fee by @wchenNL in #105
- use default max_priority_fee by @wchenNL in #106
- release v0.4.1 by @wchenNL in #107
Full Changelog: v0.4.0...v0.4.1