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 coreth 0.8.6 #43

Merged
merged 3 commits into from
Mar 7, 2022
Merged

merge coreth 0.8.6 #43

merged 3 commits into from
Mar 7, 2022

Conversation

ceyonur
Copy link
Collaborator

@ceyonur ceyonur commented Mar 4, 2022

Merges coreth 0.8.6 tag

Copy link
Collaborator

@aaronbuchwald aaronbuchwald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

plugin/evm/vm.go Outdated Show resolved Hide resolved
rpc/websocket_test.go Outdated Show resolved Hide resolved
if metrics.EnabledExpensive {
defer func(start time.Time) { s.AccountReads += time.Since(start) }(time.Now())
s.AccountReads += time.Since(start)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so much cleaner haha

go.mod Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
@@ -67,6 +70,10 @@ func (hc *httpConn) writeJSONSkipDeadline(context.Context, interface{}, bool) er
panic("writeJSON called on httpConn")
}

func (hc *httpConn) peerInfo() PeerInfo {
panic("peerInfo called on httpConn")
Copy link
Contributor

@patrick-ogrady patrick-ogrady Mar 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jeeez, aggressive

@patrick-ogrady patrick-ogrady requested review from aaronbuchwald, darioush and hexfusion and removed request for patrick-ogrady March 7, 2022 00:41
Copy link
Collaborator

@aaronbuchwald aaronbuchwald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@patrick-ogrady patrick-ogrady merged commit 4c01aa3 into master Mar 7, 2022
@patrick-ogrady patrick-ogrady deleted the coreth-0.8.6 branch March 7, 2022 16:16
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.

3 participants