-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
Missing RPC methods #310
Comments
Missing/Needed
|
Below is a list of RPC methods currently responding (correctly or not) in the Go client:
Additionally, the following messages are in the Go client, but not in the RPC specification as of the time of writing:
|
Additonally some of the methods returns e.g. logs and watches shoudl contain the block |
Self reminder to look into it with gustav:
|
* swarm/network: update Kademlia EachBin and change start syncing * swarm/network/stream: add a comment about a temporary workaround
I am getting this weird msg: query := ethereum.FilterQuery{
Addresses: []common.Address{contractAddress},
}
logs := make(chan types.Log)
sub, err := client.SubscribeFilterLogs(context.Background(), query, logs)
if err != nil {
log.Fatal(err)
} /cc @frozeman |
Fixed wait period longer in when near checkpoit block for all MNs.
eth: update default extraData
bump version to 3.1.10
…erge merge upstream geth v1.13.14
Cherry-pick flat call tracer stopping bug
web3.eth.transaction
web3.eth.uncle
web3.eth.defaultBlock
The text was updated successfully, but these errors were encountered: