Skip to content

Implement read only flag in Mempool #1787

Implement read only flag in Mempool

Implement read only flag in Mempool #1787

Triggered via pull request October 3, 2023 15:46
Status Failure
Total duration 2m 56s
Artifacts

unit-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.