mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
Update README.md (#5914)
the rpc_daemon README.md is out of date and miss the eth_subscribe logs event
This commit is contained in:
parent
9ffc457cbb
commit
98420edd30
@ -264,8 +264,10 @@ The following table shows the current implementation status of Erigon's RPC daem
|
|||||||
| eth_submitWork | Yes | |
|
| eth_submitWork | Yes | |
|
||||||
| | | |
|
| | | |
|
||||||
| eth_subscribe | Limited | Websock Only - newHeads, |
|
| eth_subscribe | Limited | Websock Only - newHeads, |
|
||||||
|
| | | newPendingTransactionsWithBody, |
|
||||||
| | | newPendingTransactions, |
|
| | | newPendingTransactions, |
|
||||||
| | | newPendingBlock |
|
| | | newPendingBlock |
|
||||||
|
| | | logs |
|
||||||
| eth_unsubscribe | Yes | Websock Only |
|
| eth_unsubscribe | Yes | Websock Only |
|
||||||
| | | |
|
| | | |
|
||||||
| engine_newPayloadV1 | Yes | |
|
| engine_newPayloadV1 | Yes | |
|
||||||
|
@ -439,7 +439,7 @@ func (ff *Filters) SubscribeLogs(out chan *types.Log, crit filters.FilterCriteri
|
|||||||
}
|
}
|
||||||
|
|
||||||
addresses, topics := ff.logsSubs.getAggMaps()
|
addresses, topics := ff.logsSubs.getAggMaps()
|
||||||
|
|
||||||
for addr := range addresses {
|
for addr := range addresses {
|
||||||
lfr.Addresses = append(lfr.Addresses, gointerfaces.ConvertAddressToH160(addr))
|
lfr.Addresses = append(lfr.Addresses, gointerfaces.ConvertAddressToH160(addr))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user