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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ As a minor extension, we have adopted a slightly different versioning convention
10
10
## Mithril Distribution [XXXX] - UNRELEASED
11
11
12
12
- Client library, CLI and WASM:
13
-
-**DEPRECATED**: The `cardano_db` function have been deprecated and the `snapshot` function was removed in the `Client` struct of the library.
13
+
- Support for stable cardano database v2 methods in the client WASM library.
14
+
15
+
-**DEPRECATED**: The `cardano_db` function has been deprecated and the `snapshot` function was removed in the `Client` struct of the library, there WASM counterparts were deprecated too.
14
16
15
17
-**DEPRECATED**: The flag `--backend v1` of the `cardano-db` command has been deprecated CLI, use the `--backend v2` instead.
16
18
@@ -32,7 +34,7 @@ As a minor extension, we have adopted a slightly different versioning convention
32
34
- Client library, CLI and WASM:
33
35
-**DEPRECATED**: The `with_aggregator_client` and `new` functions have been deprecated in the `ClientBuilder` struct of the library.
34
36
35
-
- Support for default incremental backend (`v2`) for Cardano database restoration in the client library, CLI and WASM.
37
+
- Support for default incremental backend (`v2`) for Cardano database restoration in the client libraryand CLI.
36
38
37
39
- Enhanced verification of a Cardano database which now provides a list of tampered and missing files in case of failure.
0 commit comments