refactor!(core): add in environment bundler of service #59497
Annotations
10 errors
test & coverage report creation:
runtime/environment.go#L8
undefined: appmodule.Environment
|
test & coverage report creation:
runtime/environment.go#L9
undefined: appmodule.Environment
|
test & coverage report creation:
runtime/events.go#L21
cannot use &Events{…} (value of type *Events) as event.Manager value in return statement: *Events does not implement event.Manager (wrong type for method Emit)
|
test & coverage report creation:
runtime/events.go#L24
cannot use (*Events)(nil) (value of type *Events) as event.Manager value in variable declaration: *Events does not implement event.Manager (wrong type for method Emit)
|
test & coverage report creation:
runtime/events.go#L32
cannot use &Events{…} (value of type *Events) as event.Manager value in return statement: *Events does not implement event.Manager (wrong type for method Emit)
|
test & coverage report creation:
runtime/gas.go#L31
not enough arguments in call to sdk.UnwrapSDKContext(ctx).WithGasMeter
|
test & coverage report creation:
x/consensus/keeper/keeper.go#L83
cannot use "update_consensus_params" (constant of type string) as context.Context value in argument to k.event.EventManager(ctx).EmitKV: string does not implement context.Context (missing method Deadline)
|
test & coverage report creation:
x/consensus/keeper/keeper.go#L84
cannot use event.Attribute{…} (value of type event.Attribute) as string value in argument to k.event.EventManager(ctx).EmitKV
|
test & coverage report creation:
x/counter/keeper/keeper.go#L71
cannot use "increase_counter" (constant of type string) as context.Context value in argument to k.event.EventManager(ctx).EmitKV: string does not implement context.Context (missing method Deadline)
|
test & coverage report creation:
x/counter/keeper/keeper.go#L72
cannot use event.Attribute{…} (value of type event.Attribute) as string value in argument to k.event.EventManager(ctx).EmitKV
|
The logs for this run have expired and are no longer available.
Loading