Implement read only flag in Mempool #1787
unit-test.yml
on: pull_request
Unit tests
1m 45s
Unit tests -race
2m 48s
Annotations
12 errors
Unit tests:
pkg/protocol/engine/mempool/v1/mempool.go#L136
stateReference.ReferencedStateID undefined (type iotago.Input has no field or method ReferencedStateID)
|
Unit tests:
pkg/protocol/engine/mempool/v1/mempool.go#L232
stateReference.ReferencedStateID undefined (type iotago.Input has no field or method ReferencedStateID)
|
Unit tests:
pkg/protocol/engine/ledger/tests/state_resolver.go#L36
reference.ReferencedStateID undefined (type iotago.Input has no field or method ReferencedStateID)
|
Unit tests:
pkg/protocol/engine/ledger/tests/state_resolver.go#L38
reference.ReferencedStateID undefined (type iotago.Input has no field or method ReferencedStateID)
|
Unit tests:
pkg/protocol/engine/ledger/tests/state_resolver.go#L53
cannot use output (variable of type *iotago.Commitment) as mempool.State value in argument to promise.New[mempool.State]().Resolve: *iotago.Commitment does not implement mempool.State (missing method ReadOnly)
|
Unit tests
Process completed with exit code 1.
|
Unit tests -race:
pkg/protocol/engine/mempool/v1/mempool.go#L136
stateReference.ReferencedStateID undefined (type iotago.Input has no field or method ReferencedStateID)
|
Unit tests -race:
pkg/protocol/engine/mempool/v1/mempool.go#L232
stateReference.ReferencedStateID undefined (type iotago.Input has no field or method ReferencedStateID)
|
Unit tests -race:
pkg/protocol/engine/ledger/tests/state_resolver.go#L36
reference.ReferencedStateID undefined (type iotago.Input has no field or method ReferencedStateID)
|
Unit tests -race:
pkg/protocol/engine/ledger/tests/state_resolver.go#L38
reference.ReferencedStateID undefined (type iotago.Input has no field or method ReferencedStateID)
|
Unit tests -race:
pkg/protocol/engine/ledger/tests/state_resolver.go#L53
cannot use output (variable of type *iotago.Commitment) as mempool.State value in argument to promise.New[mempool.State]().Resolve: *iotago.Commitment does not implement mempool.State (missing method ReadOnly)
|
Unit tests -race
Process completed with exit code 1.
|