soroban-rpc: Remove panics from internal codebase #3219
Annotations
3 errors and 1 warning
Run Soroban RPC Integration Tests:
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 Soroban RPC Integration Tests:
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 Soroban RPC Integration Tests
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