Skip to content
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

Merge v0.5.0 into master #982

Merged
merged 1,308 commits into from Sep 11, 2023
Merged

Merge v0.5.0 into master #982

merged 1,308 commits into from Sep 11, 2023

Conversation

0xsharma
Copy link
Member

@0xsharma 0xsharma commented Sep 3, 2023

No description provided.

karalabe and others added 30 commits February 20, 2023 11:07
Clarifies the documentation around dumpconfi

Signed-off-by: Sungwoo Kim <git@sung-woo.kim>
The EmptyRootHash and EmptyCodeHash are defined everywhere in the codebase, this PR replaces all of them with unified one defined in core/types package, and also defines constants for TxRoot, WithdrawalsRoot and UncleRoot
* eth/filters: fix a breaking change and return rpctransaction

* eth/filters: fix test cases

---------

Co-authored-by: Catror <me@catror.com>
ci: disable coverage reporting in appveyor and travis
This improves the speed of DHT crawling by using concurrent requests.
It also removes logging of individual DNS updates.
…377)

Adds support for a native call tracer with the Parity format, which outputs call frames
in a flat array. This tracer accepts the following options:

- `convertParityErrors: true` will convert error messages to match those of Parity
- `includePrecompiles: true` will report all calls to precompiles. The default
  matches Parity's behavior where CALL and STATICCALLs to precompiles are excluded

Incompatibilities with Parity include:

- Parity removes the result object in case of failure. This behavior is maintained
  with the exception of reverts. Revert output usually contains useful information,
  i.e. Solidity revert reason.
- The `gasUsed` field accounts for intrinsic gas (e.g. 21000 for simple transfers)
  and refunds unlike Parity
- Block rewards are not reported

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
This fixes an issue where the withdrawal index was not calculated correctly
for multiple withdrawals in a single block.

Co-authored-by: Gary Rong <garyrong0905@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
* ethdb/pebble: fix range compaction

* ethdb/pebble: add comment
* include withdrawals in ethclient responses

* omit empty withdrawals array in json serialization
* core: params: schedule Shanghai on goerli

* core/forkid: fix comment
@codecov
Copy link

codecov bot commented Sep 3, 2023

@0xsharma 0xsharma merged commit d42de35 into master Sep 11, 2023
10 of 11 checks passed
@0xsharma 0xsharma deleted the v0.5.0-beta-candidate-2 branch September 11, 2023 06:11
@0xsharma 0xsharma restored the v0.5.0-beta-candidate-2 branch September 11, 2023 06:26
0xsharma added a commit that referenced this pull request Sep 11, 2023
@0xsharma 0xsharma deleted the v0.5.0-beta-candidate-2 branch September 11, 2023 06:34
@pratikspatil024 pratikspatil024 restored the v0.5.0-beta-candidate-2 branch September 12, 2023 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet