-
Notifications
You must be signed in to change notification settings - Fork 3
254 block receipts reminder #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
254 block receipts reminder #294
Conversation
…receipts-reminder
Insert(key string, value []byte, expiry int) error | ||
BatchInsert(updates map[string][]byte) error | ||
Get(key string) ([]byte, error) | ||
GetByPrefix(prefix string) (map[string][]byte, error) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be useful also having Delete BatchDelete/Trim and functions.
maybe in the next PR?..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes will be useful, but I don't have any clue on the possible usage yet, too afraid to create function signature that might not satisfy our needs later, will note this for later implementation
Description
Add block receipt reminder and receipt generator validation.
+BadgerDB integration (key-value)
Breakdown
kvdb
node+data
Reference Issue
Close #254
Close #282
Step to Test (optional)