feat: nv25 network skeleton #3287
Annotations
10 errors
Run tests:
chain/actors/builtin/market/v16.go#L28
cannot use (*state16)(nil) (value of type *state16) as State value in variable declaration: *state16 does not implement State (wrong type for method VerifyDealsForActivation)
|
Run tests:
chain/actors/builtin/market/v16.go#L36
cannot use &out (value of type *state16) as State value in return statement: *state16 does not implement State (wrong type for method VerifyDealsForActivation)
|
Run tests:
chain/actors/builtin/market/v16.go#L49
cannot use &out (value of type *state16) as State value in return statement: *state16 does not implement State (wrong type for method VerifyDealsForActivation)
|
Run tests:
chain/actors/builtin/market/v16.go#L64
impossible type assertion: otherState.(*state16)
|
Run tests:
chain/actors/builtin/market/v16.go#L74
impossible type assertion: otherState.(*state16)
|
Run tests:
chain/actors/builtin/market/v16.go#L92
impossible type assertion: otherState.(*state16)
|
Run tests:
chain/actors/builtin/market/v16.go#L28
cannot use (*state16)(nil) (value of type *state16) as State value in variable declaration: *state16 does not implement State (wrong type for method VerifyDealsForActivation)
|
Run tests:
chain/actors/builtin/market/v16.go#L36
cannot use &out (value of type *state16) as State value in return statement: *state16 does not implement State (wrong type for method VerifyDealsForActivation)
|
Run tests:
chain/actors/builtin/market/v16.go#L49
cannot use &out (value of type *state16) as State value in return statement: *state16 does not implement State (wrong type for method VerifyDealsForActivation)
|
Run tests:
chain/actors/builtin/market/v16.go#L64
impossible type assertion: otherState.(*state16)
|
Loading