-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve RPC API compatibility for Ethers.js #1957
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e3fc5d - Browse repository at this point
Copy the full SHA 9e3fc5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebdd19 - Browse repository at this point
Copy the full SHA 9ebdd19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11fa86e - Browse repository at this point
Copy the full SHA 11fa86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70232a0 - Browse repository at this point
Copy the full SHA 70232a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33de2a5 - Browse repository at this point
Copy the full SHA 33de2a5View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e2c1c9 - Browse repository at this point
Copy the full SHA 8e2c1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec0159 - Browse repository at this point
Copy the full SHA aec0159View commit details
Commits on Sep 14, 2022
-
Use framework for ethers.js compatibility tests
Instead of running a script we now use the mocha testing framework which provides much better output and makes it much easier to add testcases.
Configuration menu - View commit details
-
Copy full SHA for 84bd94c - Browse repository at this point
Copy the full SHA 84bd94cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c624df4 - Browse repository at this point
Copy the full SHA c624df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d175c1 - Browse repository at this point
Copy the full SHA 9d175c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1479c - Browse repository at this point
Copy the full SHA cb1479cView commit details -
Add dockerfile for a node/golang CI executor
Update CI to use new docker image, since we now need to run node and npm as part of our tests.
Configuration menu - View commit details
-
Copy full SHA for bd71fd1 - Browse repository at this point
Copy the full SHA bd71fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9895733 - Browse repository at this point
Copy the full SHA 9895733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e386b - Browse repository at this point
Copy the full SHA 45e386bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd17619 - Browse repository at this point
Copy the full SHA dd17619View commit details
Commits on Sep 21, 2022
-
The IPV6 addresses returned from the geth node were not working on CI so we convert them to IPV4 addresses.
Configuration menu - View commit details
-
Copy full SHA for a0174f4 - Browse repository at this point
Copy the full SHA a0174f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bdc31e - Browse repository at this point
Copy the full SHA 2bdc31eView commit details -
Add installed go binaries location to user's path
Configuration menu - View commit details
-
Copy full SHA for b354bc4 - Browse repository at this point
Copy the full SHA b354bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd6e59 - Browse repository at this point
Copy the full SHA ccd6e59View commit details
Commits on Sep 22, 2022
-
Update readme to specify a minimum go version
This should mitigate the readme going out of date whenever we update go.
Configuration menu - View commit details
-
Copy full SHA for 5fd28ff - Browse repository at this point
Copy the full SHA 5fd28ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e0216 - Browse repository at this point
Copy the full SHA e4e0216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d55aa - Browse repository at this point
Copy the full SHA 80d55aaView commit details
Commits on Sep 26, 2022
-
Flag to disable RPC compatibilty fields
If the flag is set then the 'gasLimit' and 'baseFeePerGas' fields will not be returned on RPC blocks.
Configuration menu - View commit details
-
Copy full SHA for 0195bec - Browse repository at this point
Copy the full SHA 0195becView commit details
Commits on Sep 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 16dc1a7 - Browse repository at this point
Copy the full SHA 16dc1a7View commit details -
Split the tests under 2 describe headings
One for tests with state one for tests without. This makes executing each batch of tests easier because we can just grep for the describe headings.
Configuration menu - View commit details
-
Copy full SHA for 99b9750 - Browse repository at this point
Copy the full SHA 99b9750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fa5309 - Browse repository at this point
Copy the full SHA 0fa5309View commit details -
Move ethersjs test project under e2e_test
Just to further signify that it is not for standalone use.
Configuration menu - View commit details
-
Copy full SHA for af4224f - Browse repository at this point
Copy the full SHA af4224fView commit details -
Do not return block fields that cant be retreived
If the state is missing for gasLimit or baseFeePerGas or if there is some other failure when retrieving them then do not add them as fields to the block. Preivously in some cases a default value would have been added to the block and returned.
Configuration menu - View commit details
-
Copy full SHA for 419c504 - Browse repository at this point
Copy the full SHA 419c504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 986b06c - Browse repository at this point
Copy the full SHA 986b06cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8dc1ed - Browse repository at this point
Copy the full SHA f8dc1edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f3e4f6 - Browse repository at this point
Copy the full SHA 8f3e4f6View commit details