elixir_ethers icon indicating copy to clipboard operation
elixir_ethers copied to clipboard

A comprehensive Web3 library for interacting with smart contracts on Ethereum using Elixir.

Results 20 elixir_ethers issues
Sort by recently updated
recently updated
newest added

Bumps [credo](https://github.com/rrrene/credo) from 1.7.5 to 1.7.6. Release notes Sourced from credo's releases. 1.7.6 Check it out on Hex: https://hex.pm/packages/credo/1.7.6 Credo.Check.Consistency.MultiAliasImportRequireUse fixed false positive Credo.Check.Readability.PredicateFunctionNames now ignores functions that implement a...

dependencies

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.32.1 to 0.32.2. Changelog Sourced from ex_doc's changelog. v0.32.2 (2024-05-10) Enhancements Allow the modal to close when we click outside the modal content Bug fixes Fix indentation...

dependencies

> For now signed transactions using EIP1559 do not have a correct y_parity value. That is tracked in https://github.com/alloy-rs/alloy/pull/647 and after the issue is fixed must be addressed in Ethers...

Just getting started here. Will spend a few hours each working day if possible getting it done. Shouldn't take too long as we already have a working case in my...

I've a use case where Raw Transactions are signed via EthersJS (v6) for later broadcast. The broadcasting (and all the other tooling, including a mock blockchain test env) is done...

enhancement
good first issue

https://eips.ethereum.org/EIPS/eip-4844

enhancement

https://eips.ethereum.org/EIPS/eip-2930

enhancement

Currently, the name service implementation only resolves top level names. We need to handle both subdomains and other record types as well as offchain resolving support. Offchain resolving requires #89...

enhancement

I'm having issues trying to figure out how to work with metamask and this ethers library. I'm using a phoenix hook with ethers.js to get the address and signer but...

Bumps [credo](https://github.com/rrrene/credo) from 1.7.11 to 1.7.12. Release notes Sourced from credo's releases. v1.7.12 Check it out on Hex: https://hex.pm/packages/credo/1.7.12 Fix compatibility & compiler warnings with Elixir 1.19 (dev) Provide :column...

dependencies
elixir