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

Update for new ethlog.LogSystem interface #139

Merged
merged 1 commit into from
Oct 17, 2014

Conversation

fjl
Copy link
Contributor

@fjl fjl commented Oct 16, 2014

I simplified the interface in ethereum/eth-go#59.

obscuren added a commit that referenced this pull request Oct 17, 2014
Update for new ethlog.LogSystem interface
@obscuren obscuren merged commit 03fd832 into ethereum:develop Oct 17, 2014
@fjl fjl deleted the feature/simpler-log-system branch May 15, 2015 21:14
maoueh pushed a commit to streamingfast/go-ethereum that referenced this pull request Aug 13, 2021
joshuacolvin0 pushed a commit to joshuacolvin0/go-ethereum that referenced this pull request Jan 4, 2023
set ErrUseFallback code and message directly
weiihann pushed a commit to weiihann/go-ethereum that referenced this pull request Feb 23, 2023
* replay trace

* replay trace

* add sdk

* fix trace test case

* fix bug

* Update eth/tracers/api_blockResult.go

Co-authored-by: Haichen Shen <[email protected]>

* Update eth/tracers/api_blockResult.go

Co-authored-by: Haichen Shen <[email protected]>

* Update eth/tracers/api_blockResult.go

Co-authored-by: Haichen Shen <[email protected]>

* Update eth/tracers/api_blockResult.go

Co-authored-by: Haichen Shen <[email protected]>

* add comments

* fail the rpc call if get error

* adjust channel length

* fix bug

* fix bug

* remove redundant codes in worker

* add test case

* fix bug

* fix goimports

* Update eth/tracers/api_blockResult.go

Co-authored-by: HAOYUatHZ <[email protected]>

* fix comments

* Update ethclient/ethclient.go

Co-authored-by: Haichen Shen <[email protected]>

* Update ethclient/ethclient.go

Co-authored-by: Haichen Shen <[email protected]>

* rm coinbase api in miner

* fix comment

* Update eth/tracers/api.go

Co-authored-by: Haichen Shen <[email protected]>

* fix comment

Co-authored-by: HAOYUatHZ <[email protected]>
Co-authored-by: Haichen Shen <[email protected]>
sbellem pushed a commit to sbellem/go-ethereum that referenced this pull request Jul 25, 2023
On the CREATE and CREATE2 opcodes, first create the protected storage
contract and then the actual contract. We want to do it in that order,
because, otherwise, saving ciphertexts to protected storage in Solidity
constructors doesn't work. Reason is that constructors run during the
creation of the actual contract, potentially persisting data to the
corresponding protected storage contract. However, if we call create()
for the protected storage contract afterwards, the writes in the
constructor would be lost. Creating the protected storage contract first
solves it.
atenjin pushed a commit to alt-research/go-ethereum that referenced this pull request Apr 4, 2024
…l-versions

go.mod: update superchain-registry for devnet network option
come-maiz pushed a commit to come-maiz/go-ethereum that referenced this pull request Sep 19, 2024
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.

2 participants