You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can go to version 1.2.9 getPastEvents and still see referenced 'genesis'
Error can be reproduced:
truffle(develop)> await instance.getPastEvents('Transfer',{fromBlock:'genesis', toBlock:'latest'}).then(function(ev){console.log(ev)})
Thrown:
Error: Given input "genesis" is not a number.
The text was updated successfully, but these errors were encountered:
Expected behavior
Remove 'genesis' and keep 'earliest'
Actual behavior
'Genesis' is still referenced in the docs.
Steps to reproduce the behavior
You can go to version 1.2.9 getPastEvents and still see referenced 'genesis'
Error can be reproduced:
truffle(develop)> await instance.getPastEvents('Transfer',{fromBlock:'genesis', toBlock:'latest'}).then(function(ev){console.log(ev)})
Thrown:
Error: Given input "genesis" is not a number.
The text was updated successfully, but these errors were encountered: