Save serialized traces #1616
Annotations
10 errors and 1 warning
unit-tests:
cmd/api/main.go#L67
cannot use storage (variable of type *litestorage.LiteStorage) as api.storage value in argument to api.WithStorage: *litestorage.LiteStorage does not implement api.storage (missing method GetTraceWithState)
|
unit-tests:
pkg/api/account_handlers_test.go#L64
cannot use liteStorage (variable of type *litestorage.LiteStorage) as storage value in argument to WithStorage: *litestorage.LiteStorage does not implement storage (missing method GetTraceWithState)
|
unit-tests:
pkg/api/account_handlers_test.go#L97
cannot use liteStorage (variable of type *litestorage.LiteStorage) as storage value in argument to WithStorage: *litestorage.LiteStorage does not implement storage (missing method GetTraceWithState)
|
unit-tests:
pkg/api/account_handlers_test.go#L163
cannot use liteStorage (variable of type *litestorage.LiteStorage) as storage value in struct literal: *litestorage.LiteStorage does not implement storage (missing method GetTraceWithState)
|
unit-tests:
pkg/api/account_handlers_test.go#L224
cannot use liteStorage (variable of type *litestorage.LiteStorage) as storage value in argument to WithStorage: *litestorage.LiteStorage does not implement storage (missing method GetTraceWithState)
|
unit-tests:
pkg/api/blockchain_handlers_test.go#L22
cannot use liteStorage (variable of type *litestorage.LiteStorage) as storage value in argument to WithStorage: *litestorage.LiteStorage does not implement storage (missing method GetTraceWithState)
|
unit-tests:
pkg/api/blockchain_handlers_test.go#L87
cannot use liteStorage (variable of type *litestorage.LiteStorage) as storage value in argument to WithStorage: *litestorage.LiteStorage does not implement storage (missing method GetTraceWithState)
|
unit-tests:
pkg/api/blockchain_handlers_test.go#L136
cannot use liteStorage (variable of type *litestorage.LiteStorage) as storage value in argument to WithStorage: *litestorage.LiteStorage does not implement storage (missing method GetTraceWithState)
|
unit-tests:
pkg/api/blockchain_handlers_test.go#L157
cannot use liteStorage (variable of type *litestorage.LiteStorage) as storage value in argument to WithStorage: *litestorage.LiteStorage does not implement storage (missing method GetTraceWithState)
|
unit-tests:
pkg/api/blockchain_handlers_test.go#L203
cannot use liteStorage (variable of type *litestorage.LiteStorage) as storage value in argument to WithStorage: *litestorage.LiteStorage does not implement storage (missing method GetTraceWithState)
|
unit-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|