exw3
exw3 copied to clipboard
High level Ethereum RPC Client for Elixir
I'm getting a MatchError raised by ex_abi when I use this library to call a contract's method that returns an array of `uint256`. Initially I thought it was a bug...
I have been running into a case where if I use ExW3 with a solidity smart contract that needs a `bytes` function argument it will fail. I think this might...
Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.11 to 1.12. Release notes Sourced from erlef/setup-beam's releases. v1.12.0 What's Changed Ease contributions with npm run build-dist by @paulo-ferraz-oliveira in erlef/setup-beam#109 Apply security fix as proposed...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.5. Release notes Sourced from actions/cache's releases. v3.0.5 Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by...
Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0. Changelog Sourced from dialyxir's changelog. Unreleased changes post [1.2.0] [1.2.0] - 2022-07-20 Added "github" formatter. Commits 04f1bda Bump version d38e42f feat: Adds a github...
Bumps [ethereumex](https://github.com/exthereum/ethereumex) from 0.7.1 to 0.10.1. Changelog Sourced from ethereumex's changelog. 0.10.1 - 2022-07-29 Add option to not format batch requests (mana-ethereum/ethereumex#131) 0.10.0 - 2022-05-10 Add EIP1559 support for eth_maxPriorityFeePerGas...
Bumps [ex_abi](https://github.com/poanetwork/ex_abi) from 0.5.9 to 0.5.11. Changelog Sourced from ex_abi's changelog. 0.5.11 Update ex_keccak to 0.4.0 (poanetwork/ex_abi#92) 0.5.10 Support parsing of multidimensional tuples in specs (poanetwork/ex_abi#89) Commits See full diff...
I create 2 diff contracts, one with set function receiving integer as parameter, the other receiving string. First works fine and the second one fails with this message: ``` {:error,...
Hello guys! First off I wanna thank you for the awesome, although concise library! But this section/feature on Readme, got me thinking, maybe could we automate this? > To compile...
This is the the error I am getting when trying to compile. I'm using a Mac Air with an M1 processor. Any ideas how to fix this? ```bash $ mix...