Implement read only flag in Mempool #1793
unit-test.yml
on: pull_request
Unit tests
1m 44s
Unit tests -race
2m 27s
Annotations
20 errors
Unit tests:
pkg/protocol/engine/mempool/v1/mempool.go#L273
metadata.state.ReadOnly undefined (type mempool.State has no field or method ReadOnly)
|
Unit tests:
pkg/protocol/engine/mempool/v1/mempool.go#L283
input.state.ReadOnly undefined (type mempool.State has no field or method ReadOnly)
|
Unit tests:
pkg/protocol/engine/mempool/tests/tests.go#L52
cannot use []string{…} (value of type []string) as uint16 value in argument to tf.CreateTransaction
|
Unit tests:
pkg/protocol/engine/mempool/tests/tests.go#L52
cannot use 1 (untyped int constant) as bool value in argument to tf.CreateTransaction
|
Unit tests:
pkg/protocol/engine/mempool/tests/tests.go#L53
cannot use []string{…} (value of type []string) as uint16 value in argument to tf.CreateTransaction
|
Unit tests:
pkg/protocol/engine/mempool/tests/tests.go#L53
cannot use 1 (untyped int constant) as bool value in argument to tf.CreateTransaction
|
Unit tests:
pkg/protocol/engine/mempool/tests/tests.go#L84
cannot use []string{…} (value of type []string) as uint16 value in argument to tf.CreateTransaction
|
Unit tests:
pkg/protocol/engine/mempool/tests/tests.go#L84
cannot use 1 (untyped int constant) as bool value in argument to tf.CreateTransaction
|
Unit tests:
pkg/protocol/engine/mempool/tests/tests.go#L85
cannot use []string{…} (value of type []string) as uint16 value in argument to tf.CreateTransaction
|
Unit tests:
pkg/protocol/engine/mempool/tests/tests.go#L85
cannot use 1 (untyped int constant) as bool value in argument to tf.CreateTransaction
|
Unit tests -race:
pkg/protocol/engine/mempool/v1/mempool.go#L273
metadata.state.ReadOnly undefined (type mempool.State has no field or method ReadOnly)
|
Unit tests -race:
pkg/protocol/engine/mempool/v1/mempool.go#L283
input.state.ReadOnly undefined (type mempool.State has no field or method ReadOnly)
|
Unit tests -race:
pkg/protocol/engine/mempool/tests/tests.go#L52
cannot use []string{…} (value of type []string) as uint16 value in argument to tf.CreateTransaction
|
Unit tests -race:
pkg/protocol/engine/mempool/tests/tests.go#L52
cannot use 1 (untyped int constant) as bool value in argument to tf.CreateTransaction
|
Unit tests -race:
pkg/protocol/engine/mempool/tests/tests.go#L53
cannot use []string{…} (value of type []string) as uint16 value in argument to tf.CreateTransaction
|
Unit tests -race:
pkg/protocol/engine/mempool/tests/tests.go#L53
cannot use 1 (untyped int constant) as bool value in argument to tf.CreateTransaction
|
Unit tests -race:
pkg/protocol/engine/mempool/tests/tests.go#L84
cannot use []string{…} (value of type []string) as uint16 value in argument to tf.CreateTransaction
|
Unit tests -race:
pkg/protocol/engine/mempool/tests/tests.go#L84
cannot use 1 (untyped int constant) as bool value in argument to tf.CreateTransaction
|
Unit tests -race:
pkg/protocol/engine/mempool/tests/tests.go#L85
cannot use []string{…} (value of type []string) as uint16 value in argument to tf.CreateTransaction
|
Unit tests -race:
pkg/protocol/engine/mempool/tests/tests.go#L85
cannot use 1 (untyped int constant) as bool value in argument to tf.CreateTransaction
|