-
Notifications
You must be signed in to change notification settings - Fork 41
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
Feat: implement client for CardanoDatabase
in client library (list
and get
)
#2255
Feat: implement client for CardanoDatabase
in client library (list
and get
)
#2255
Conversation
Test Results 4 files ± 0 52 suites ±0 10m 34s ⏱️ +18s Results for commit d29dbd8. ± Comparison against base commit dddc0ee. This pull request removes 2 and adds 8 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
b60c8a0
to
9f9f225
Compare
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.
LGTM 🚀
9f9f225
to
4f44d3c
Compare
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.
LGTM
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.
LGTM
Supporting 'get' and 'list' of Cardano database snapshots.
4f44d3c
to
a443cf9
Compare
* mithril-client from `0.10.8` to `0.10.9` * mithril-common from `0.4.108` to `0.4.109`
a443cf9
to
d29dbd8
Compare
Content
This PR includes the implementation of a client for the
CardanoDatabase
signed entity type in the client library (limited toget
andlist
snapshots).Pre-submit checklist
Issue(s)
Relates to #2214