soroban-rpc: Remove panics from internal codebase #3219
Annotations
9 errors and 1 warning
Run go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...:
cmd/soroban-rpc/internal/jsonrpc.go#L188
cannot use params.TransactionStore (variable of type *transactions.MemoryStore) as methods.transactionGetter value in argument to methods.NewGetTransactionHandler: *transactions.MemoryStore does not implement methods.transactionGetter (wrong type for method GetTransaction)
|
Run go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...:
cmd/soroban-rpc/internal/jsonrpc.go#L195
cannot use params.TransactionStore (variable of type *transactions.MemoryStore) as methods.LatestLedgerStore value in argument to methods.NewSendTransactionHandler: *transactions.MemoryStore does not implement methods.LatestLedgerStore (wrong type for method GetLatestLedger)
|
Run go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...:
cmd/soroban-rpc/internal/methods/get_transaction_test.go#L117
cannot use store (variable of type *transactions.MemoryStore) as transactionGetter value in argument to GetTransaction: *transactions.MemoryStore does not implement transactionGetter (wrong type for method GetTransaction)
|
Run go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...:
cmd/soroban-rpc/internal/methods/get_transaction_test.go#L119
cannot use store (variable of type *transactions.MemoryStore) as transactionGetter value in argument to GetTransaction: *transactions.MemoryStore does not implement transactionGetter (wrong type for method GetTransaction)
|
Run go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...:
cmd/soroban-rpc/internal/methods/get_transaction_test.go#L123
cannot use store (variable of type *transactions.MemoryStore) as transactionGetter value in argument to GetTransaction: *transactions.MemoryStore does not implement transactionGetter (wrong type for method GetTransaction)
|
Run go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...:
cmd/soroban-rpc/internal/methods/get_transaction_test.go#L135
cannot use store (variable of type *transactions.MemoryStore) as transactionGetter value in argument to GetTransaction: *transactions.MemoryStore does not implement transactionGetter (wrong type for method GetTransaction)
|
Run go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...:
cmd/soroban-rpc/internal/methods/get_transaction_test.go#L165
cannot use store (variable of type *transactions.MemoryStore) as transactionGetter value in argument to GetTransaction: *transactions.MemoryStore does not implement transactionGetter (wrong type for method GetTransaction)
|
Run go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...:
cmd/soroban-rpc/internal/methods/get_transaction_test.go#L193
cannot use store (variable of type *transactions.MemoryStore) as transactionGetter value in argument to GetTransaction: *transactions.MemoryStore does not implement transactionGetter (wrong type for method GetTransaction)
|
Run go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading