Merge branch 'release/v1.20.0' into asr/merge-release-into-master

This commit is contained in:
Aayush Rajasekaran
2023-02-07 11:03:01 -05:00
24 changed files with 5688 additions and 316 deletions
+1 -1
View File
@@ -853,7 +853,7 @@ type FullNode interface {
// reverse interface to the client, called after EthSubscribe
type EthSubscriber interface {
// note: the parameter is ethtypes.EthSubscriptionResponse serialized as json object
EthSubscription(ctx context.Context, r jsonrpc.RawParams) error //rpc_method:eth_subscription notify:true
EthSubscription(ctx context.Context, r jsonrpc.RawParams) error // rpc_method:eth_subscription notify:true
}
type StorageAsk struct {