web3-eth
web3-eth copied to clipboard
Web3 Ruby gem client for Ethereum
Results
12
web3-eth issues
Sort by
recently updated
recently updated
newest added
https://github.com/izetex/web3-eth/blob/11f02a0683f30bca5a2e9be90824378394dcdf9a/lib/web3/eth/contract.rb#L87 Is there anyway for us to specify block number when calling to a contract?
## Description of the problem When trying to call ``` @web3.eth.getBlockByNumber(3000000, full=false) ``` It returns error ``` NoMethodError (undefined method `each' for #) ``` ## Clause of problem `Block` constructor...