Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Add header timestamp and height to CommandVerifyContext #7603

Closed
Tracked by #7210
shuse2 opened this issue Oct 3, 2022 · 0 comments · Fixed by #7606
Closed
Tracked by #7210

Add header timestamp and height to CommandVerifyContext #7603

shuse2 opened this issue Oct 3, 2022 · 0 comments · Fixed by #7606

Comments

@shuse2
Copy link
Collaborator

shuse2 commented Oct 3, 2022

Description

In order to reject some transaction, add

header: {
  height: number;
  timestamp: number;
}

to the CommandVerifyContext

Acceptance Criteria

  • Check type and values are added to the context
  • Add unit test
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
1 participant