Skip to content

Commit 7d834c4

Browse files
authored
restructure bills, bump version, add changelog, add readme for npm, add (#441)
1 parent 950dc96 commit 7d834c4

File tree

18 files changed

+2148
-417
lines changed

18 files changed

+2148
-417
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 0.3.1
2+
3+
* Restructured `BitcreditBillWeb` to a more structured approach, separating `status`,
4+
`data` and `participants` and adding the concept of `current_waiting_state`, to
5+
have all data available, if the bill is in a waiting state.
6+
* Added the concept of `redeemed_funds_available` on `status`, to indicate if
7+
the caller has funds available (e.g. from a sale, or a paid bill)
8+
9+
# 0.3.0
10+
11+
* First version exposing a WASM API

crates/bcr-ebill-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bcr-ebill-api"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55

66
[lib]

crates/bcr-ebill-api/src/service/bill_service/data_fetching.rs

Lines changed: 255 additions & 140 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)