This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v7.5.0 #3839
davidmurdoch
announced in
Releases
v7.5.0
#3839
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Highlights
New Features
Fixes
Miscellaneous
Changelog
Known Issues
Future Plans
Back from Devcon and our ConsenSys retreat for another release!
Thank you to our contributors @omahs, @MicaiahReid, @tenthirtyone, and @jeffsmale90 for your contributions to this release. We'd also like to thank issue contributors @gnidan, @mxork, @leroldary, @Inphi, @domalaq, @ChristianCoenen, @drortirosh, @seaona, @krzkaczor, and @aashborn.
If you have some time, we encourage you to browse our issues to find anything you'd like implemented/fixed sooner. Give them a +1 and we'll use this community feedback to help prioritize what we work on! Or better yet, open a new issue, open a PR to fix an existing issue, or apply to join our team (we're hiring!) if you really want to get involved.
We've changed 32 files across 9 merged pull requests, tallying 1641 additions and 432 deletions, since our last release.
This release brings you the long-awaited
eth_feeHistory
RPC endpoint. Check out the Infura docs on this method if you aren't already up to speed. Give it a try and let us know if you aren't fully gruntled with the feature or if you find any issues with its performance or implementation.It also brings a few bug fixes, docs updates, and some internal improvements.
back to top
feat: add
eth_feeHistory
JSON-RPC endpoint (#3351)Adds
eth_feeHistory
to the JSON-RPC API. This endpoint returns gas used, baseFeePerGas, and effective reward by array of percentages accounting for gas used for a range of blocks.Check out the Infura docs on this method if you aren't already up to speed.
Fixes: #1470
back to top
" "
after the HTTP/1.1 Response Status-Code (#3404)fix: add an upper limit to # of accounts that can be generated by ganache (#3361)
This change logs a warning to the user that performance may be impacted if more than 100,000 accounts are created.
Fixes #736
back to fixes
fix: add
" "
after the HTTP/1.1 Response Status-Code (#3404)This change brings Ganache into strict compliance with the HTTP/1.1 Status-Line specification. Nearly all established HTTP/1.1 response parsers handle HTTP/1.1 Status-Lines that omit the Status-Code trailing space character, but it doesn't hurt to follow the specification strictly.
This change fixes #3400
back to fixes
back to top
eth_call
interactive docs example (#3774)docs: fix typo in fork.username cli description (#3634)
Just fixing a typo in the CLI's
--help
description for the--fork.username
option.back to miscellaneous
ci: add @MicaiahReid to CODEOWNERS (#3775)
As described in the title, this change adds @MicaiahReid to the CODEOWNERS file for some files within Ganache.
back to miscellaneous
test: improve coverage of RPC-JSON Data byteLength argument (#3784)
This change adds basic tests ensuring the
byteLength
argument passed to the RPC-JSON Data constructor and factory method are respected internally, and that they are overridden by the argument passed totoString()
andtoBuffer()
.back to miscellaneous
chore: remove extra quotes in require-engines test helper (#3713)
Just fixing a typo in a test helper.
back to miscellaneous
docs: fix typos (#3801)
Just fixes some typos.
back to miscellaneous
docs: fix
eth_call
interactive docs example (#3774)Our not-yet-published-but-available-for-use interactive JSON-RPC documentation had a bug in the example for
eth_call
, which is resolved with this fix.back to miscellaneous
back to top
" "
after the HTTP/1.1 Response Status-Code #3404 fix: add" "
after the HTTP/1.1 Response Status-Code (@davidmurdoch)eth_call
interactive docs example #3774 docs: fixeth_call
interactive docs example (@MicaiahReid)eth_feeHistory
JSON-RPC endpoint #3351 feat: addeth_feeHistory
JSON-RPC endpoint (@tenthirtyone)back to top
Top Priority:
debug_storageRangeAt
fails to find storage when the slot was created earlier in the same block (#3338)eth_createAccessList
RPC method (#1056)Coming Soon™:
evm_mine
andminer_start
don't respect --mode.instamine=eager (#2029)evm_setAccount*
is race-conditiony (#1646)@ganache/filecoin@alpha
doesn't work withganache@alpha
(#1150)evm_mine
,eth_getLogs
returns same logs for all blocks (#533)back to top
Top Priority:
Coming Soon™:
back to top
Open new issues (or join our team) to influence what we gets implemented and prioritized.
💖 The Truffle Team
This discussion was created from the release v7.5.0.
Beta Was this translation helpful? Give feedback.
All reactions