feat(rpcv10): add support for proof_facts in subscription tags for starknet_subscribeNewTransactions
#12941
Annotations
10 errors
|
lint:
rpc/v10/subscriptions_test.go#L2424
cannot use addresses (variable of type []felt.Address) as []felt.Felt value in argument to handler.SubscribeNewTransactions (typecheck)
|
|
lint:
rpc/v10/subscriptions_test.go#L2052
cannot use []felt.Address{…} (value of type []felt.Address) as []felt.Felt value in struct literal
|
|
lint:
rpc/v10/subscriptions.go#L1126
cannot use senderAddr (variable of type []felt.Felt) as []felt.Address value in argument to processCandidateTransactions
|
|
lint:
rpc/v10/subscriptions.go#L1114
cannot use senderAddr (variable of type []felt.Felt) as []felt.Address value in argument to processBlockTransactions
|
|
lint:
rpc/v10/subscriptions.go#L1101
cannot use senderAddr (variable of type []felt.Felt) as []felt.Address value in argument to processBlockTransactions
|
|
lint:
rpc/v10/subscriptions.go#L1078
cannot use senderAddr (variable of type []felt.Felt) as []felt.Address value in argument to processBlockTransactions
|
|
lint:
rpc/v10/subscriptions.go#L1059
cannot use senderAddr (variable of type []felt.Felt) as []felt.Address value in argument to processBlockTransactions
|
|
lint:
rpc/v10/response_flags.go#L12
method ResponseFlags.UnmarshalJSON already declared at rpc/v10/block.go:174:25
|
|
lint:
rpc/v10/block.go#L170
other declaration of ResponseFlags
|
|
lint:
rpc/v10/response_flags.go#L8
ResponseFlags redeclared in this block
|