You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to align the usage of the function names in the client Cardano database APIs. In particular, we want to remove the usage of snapshot for the CardanoImmutableFilesFull signed entity type.
What
Deprecate current usage of snapshot for the CardanoImmutableFilesFull signed entity type.
How
Deprecate legacy snapshot name for CardanoImmutableFilesFull signed entity type:
Create cardano_database() client in the library
Deprecate the snapshot() client in the library (becomes an alias of cardano_database())
Deprecate the get_snapshot and list_snasphots function in the WASM client
Create the list_cardano_database and get_cardano_database to replace them in the WASM client
The text was updated successfully, but these errors were encountered:
Why
We need to align the usage of the function names in the client Cardano database APIs. In particular, we want to remove the usage of
snapshot
for theCardanoImmutableFilesFull
signed entity type.What
Deprecate current usage of
snapshot
for theCardanoImmutableFilesFull
signed entity type.How
snapshot
name forCardanoImmutableFilesFull
signed entity type:cardano_database()
client in the librarysnapshot()
client in the library (becomes an alias ofcardano_database()
)get_snapshot
andlist_snasphots
function in the WASM clientlist_cardano_database
andget_cardano_database
to replace them in the WASM clientThe text was updated successfully, but these errors were encountered: