Open ducphamle2 opened 1 month ago
After debugging, I discovered that the EndBlock
function signature was changed:
After switching ctx
to context.Context
, and retrieved sdk.Context
via: sdkCtx := sdk.UnwrapSDKContext(ctx)
, the bug was fixed
fixed in #2
It seems the network could not find or call the
EndBlock
function of thex/clock
module, causing the contract state to stay still