-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(PE-7090): return records as sorted entries #35
Conversation
…ng of the response
1a49d45
to
f0d6e01
Compare
spec/ant_spec.lua
Outdated
records.setRecord("zed", string.rep("1", 43), 3600) | ||
records.setRecord("@", string.rep("1", 43), 3600) |
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.
nit - generally when testing you should avoid "using the tools your testing" - instead, set the records manually in global state using _G.Records = {}
and then validate the behavior
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.
good point - 16220a9
i'd like to see the changes prepped to support this in the ar-io-sdk. bc we have previously returned maps, we'll want to make |
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.
see comment about support for backwards compatibility in the SDK
No description provided.