Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ As a minor extension, we have adopted a slightly different versioning convention
## Mithril Distribution [XXXX] - UNRELEASED

- Client library, CLI and WASM:
- **DEPRECATED**: The `cardano_db` function have been deprecated and the `snapshot` function was removed in the `Client` struct of the library.
- Support for stable cardano database v2 methods in the client WASM library.

- **DEPRECATED**: The `cardano_db` function have been deprecated and the `snapshot` function was removed in the `Client` struct of the library, there WASM counterparts were deprecated too.

- **DEPRECATED**: The flag `--backend v1` of the `cardano-db` command has been deprecated CLI, use the `--backend v2` instead.

Expand All @@ -32,7 +34,7 @@ As a minor extension, we have adopted a slightly different versioning convention
- Client library, CLI and WASM:
- **DEPRECATED**: The `with_aggregator_client` and `new` functions have been deprecated in the `ClientBuilder` struct of the library.

- Support for default incremental backend (`v2`) for Cardano database restoration in the client library, CLI and WASM.
- Support for default incremental backend (`v2`) for Cardano database restoration in the client library and CLI.

- Enhanced verification of a Cardano database which now provides a list of tampered and missing files in case of failure.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/client-wasm-nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 20 additions & 10 deletions examples/client-wasm-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-client-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-wasm"
version = "0.9.7"
version = "0.9.8"
description = "Mithril client WASM"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
29 changes: 20 additions & 9 deletions mithril-client-wasm/ci-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-client-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mithril-dev/mithril-client-wasm",
"version": "0.9.7",
"version": "0.9.8",
"description": "Mithril client WASM",
"license": "Apache-2.0",
"collaborators": [
Expand Down
Loading