-
Notifications
You must be signed in to change notification settings - Fork 31
fix and optimize some logics #81
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
Closed
jiangshangqifeng
wants to merge
75
commits into
AlayaNetwork:develop
from
jiangshangqifeng:oldmanfan-59
Closed
fix and optimize some logics #81
jiangshangqifeng
wants to merge
75
commits into
AlayaNetwork:develop
from
jiangshangqifeng:oldmanfan-59
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#17106 core: remove unnecessary fields in log
cmd, core, eth, les, node: chain freezer on top of db rework #19244 #19591 core/rawdb, eth/downloader: align 64bit atomic fields #19617 core: never delete genesis block #19628 core/rawdb: keep genesis in key-value store for full sync too #19604 core: concurrent database reinit from freezer dump #19676 core/rawdb: avoid O_APPEND cmd/geth, core/rawdb: add missing error checks (#19871) core/rawdb: check hash before return data from ancient db #20195 core/rawdb: fix reinit regression caused by the hash check PR #20403 core/rawdb: fix table database #20703 core/rawdb: fix data race between Retrieve and Close #20919 core/rawdb: stop freezer process as part of freezer.Close() (#21010) core/rawdb: Fix high memory usage in freezer #21243 core/rawdb: swap tailId and itemOffset for deleted items in freezer (#21220) core/rawdb: print more log for ancient failure #21327
Warn the user when the path name is too long for the ipc endpoint on linux #18330 rpc: implement full bi-directional communication #18471 testdata rpc: fixup change to not verify websocket origin (#19128) rpc: cancel root context after all requests are served #19430 Make CGO_ENABLED=0 build again #19593 rpc: fix rare deadlock when canceling HTTP call context #19715 rpc: fix subscription buffer documentation and test #19747 rpc: implement websockets with github.com/gorilla/websocket #19866 rpc: enable compression on HTTP transport #19997 rpc: raise limit in TestClientNotificationStorm #19999 rpc: fix typo example code (#20284) p2p/simulations: use github.com/gorilla/websocket #20289 rpc: remove 'exported or builtin' restriction for parameters #20332 rpc: add DialWebsocketWithDialer #20471 rpc: reset writeConn when conn is closed on readErr #20414 rpc: check module availability at startup #20597 rpc: add error when call result parameter is not addressable #20638 fix #20597 rpc: remove startup error for invalid modules, log it instead #20684 rpc: correct typo and reword comment for consistency (#20728) rpc: improve cancel test (#20752) rpc: dont log an error if user configures --rpcapi=rpc... #20776 graphql, node, rpc: fix typos in comments (#20824) rpc: add missing timer.Stop calls in websocket tests #20863 rpc: add metrics for generic json rpc #20847 all: fix a bunch of inconsequential goroutine leaks #20667 node: allow websocket and HTTP on the same port #20810 rpc: make ExampleClientSubscription work with the geth API rpc: Respond to empty JSON-RPC requests with an HTTP OK status code #20952 rpc: send websocket ping when connection is idle #21142 internal/ethapi: return revert reason for eth_call #21083 rpc: remove silly use of ReadVarint in subscription ID generator #21391 rpc: add SetHeader method to Client #21392 rpc: fix issue with null JSON-RPC messages #21497
update for Freezer
…o rpc_update # Conflicts: # go.mod
合并以太坊 rpc 相关改动
…-with-evm-190a191 handle pulls: 19068(contain expansions) + 19076 + 19111 + 19118: merg…
…compatible-with-evm
…e-with-evm Feature/compatible with evm
…ith-evm ci add make all
…compatible-with-evm
This reverts commit 935f124.
…m-pr-19522-20210811 二进制添加commit的日期gitcommit下面的增加git的date
update for eth compatible
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this PR replece #59