-
Notifications
You must be signed in to change notification settings - Fork 45
Use consistent naming in the client cardano database api #2347
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
Merged
sfauvel
merged 8 commits into
main
from
sfa/2248/use_consistent_naming_in_the_client_cardano_database_api
Mar 6, 2025
Merged
Use consistent naming in the client cardano database api #2347
sfauvel
merged 8 commits into
main
from
sfa/2248/use_consistent_naming_in_the_client_cardano_database_api
Mar 6, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
055c6a8
to
f06135c
Compare
f76efec
to
4eca453
Compare
jpraynaud
reviewed
Mar 5, 2025
6c0b38a
to
af6bb8d
Compare
af6bb8d
to
ddb8f3d
Compare
Alenar
approved these changes
Mar 5, 2025
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
jpraynaud
approved these changes
Mar 5, 2025
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 👍
ddb8f3d
to
6f8fbdc
Compare
dlachaume
approved these changes
Mar 5, 2025
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 🚀
…by `list_cardano_database`and `get_cardano_database`
…` and `list_cardano_database` to `list_cardano_database_snapshots`
6f8fbdc
to
8176db4
Compare
8176db4
to
a25c57c
Compare
a25c57c
to
3e1c627
Compare
3e1c627
to
b1ff08b
Compare
* client-cardano-database-v2 from `0.0.1` to `0.0.2` * client-cardano-database from `0.1.25` to `0.1.26` * mithril-client-cli from `0.11.8` to `0.11.9` * mithril-client-wasm from `0.8.4` to `0.8.5` * mithril-client from `0.11.10` to `0.11.11` * [js] mithril-client-wasm from `0.8.4` to `0.8.5`
b1ff08b
to
4ab55cd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Content
Align function names in the client Cardano database APIs by deprecated legacy
snapshot
name.snapshot()
is deprecated and redirect to the newcardano_database()
functionget_snapshot()
is deprecated and redirect to the newget_cardano_database_snapshot()
functionlist_snapshots()
is deprecated and redirect to the newlist_cardano_database_snapshots()
functionclient-cardano-database
toclient-cardano-database-v2
client-snapshot
toclient-cardano-database
Pre-submit checklist
Issue(s)
Closes #2248