Skip to content

Commit afa3a0b

Browse files
bump 0.9.0
1 parent cda6190 commit afa3a0b

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ steps:
806806

807807
- name: get scone fingerprint (prod)
808808
# /!\: maintain the version here
809-
image: iexechub/web3mail-dapp:0.8.0-sconify-5.7.5-v12-production
809+
image: iexechub/web3mail-dapp:0.9.0-sconify-5.7.5-v12-production
810810
commands:
811811
- SCONE_HASH=1 node > deployment-dapp/.scone-fingerprint
812812
when:

dapp/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.0]
6+
7+
### Added
8+
9+
- Implemented a resultsCallback mechanism to persist email verification results on-chain.
10+
- Encoded email verification status (true or false) as 32-byte ABI-compliant binary data in the callback.
11+
- Wrote conditional callback-data to computed.json only when explicitly enabled by the requester.
12+
13+
### Changed
14+
15+
- Made the dApp backward-compatible with previous SDK versions by skipping callback-data when useCallback is not provided.
16+
- Improved email verification logic to reuse prior verification from the PoCo subgraph when available, reducing redundant Mailgun calls.
17+
518
## [0.8.0]
619

720
### Changed

dapp/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dapp",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "",
55
"main": "index.js",
66
"engines": {
@@ -40,4 +40,4 @@
4040
"jest": "^29.7.0",
4141
"prettier": "^2.8.8"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)