@integraledger/lcp-verify 0.9.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @integraledger/lcp-verify
|
|
2
2
|
|
|
3
|
+
## 0.10.1
|
|
4
|
+
|
|
5
|
+
**0.10.0 was staged and withdrawn before approval; this is that release, re-cut.** The conformance corpus
|
|
6
|
+
was re-sealed after 0.10.0 was staged — its root moved `32fa90a6…` → `28bbf4ef…` when the vector tree was
|
|
7
|
+
brought inside the prose gates — so the staged `lcp-conformance` tarball carried a seal that no longer
|
|
8
|
+
matched the repository. The seal is what proves corpus authenticity to an independent implementer, and a
|
|
9
|
+
published version cannot be replaced, so the whole set was rejected and re-cut rather than shipping one
|
|
10
|
+
package that disagreed with its own source. No version 0.10.0 exists on the registry.
|
|
11
|
+
|
|
12
|
+
Released as part of a flat `0.10.1` across the whole suite. One number describes the set that was built,
|
|
13
|
+
tested and sealed together, so a consumer never has to work out which combination of versions was verified.
|
|
14
|
+
|
|
15
|
+
This package has no source change of its own in this release. What moved across the suite: three exported
|
|
16
|
+
names were corrected before anyone depends on them — `USDC_DECIMALS` became rail-qualified after it was
|
|
17
|
+
found to mean 6 on three rails and 7 on Stellar under one name, `VISA_TAP_PLACEMENT_TIER_A` lost the tier
|
|
18
|
+
it had baked into an identifier, and the memo codecs were named for the carrier they encode. Two wire
|
|
19
|
+
identities were respelled to match the vocabulary they are written into. Five gates were added or widened,
|
|
20
|
+
and a large number of documentation claims were corrected against the host specifications at HEAD.
|
|
21
|
+
|
|
3
22
|
## 0.9.0
|
|
4
23
|
|
|
5
24
|
First public release.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@integraledger/lcp-verify",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "The LCP verification walk, and the canonical report it emits.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lcp",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/IntegraLedger/integra-protocol/tree/main/packages/verify#readme",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@integraledger/lcp-authority": "0.
|
|
44
|
-
"@integraledger/lcp-
|
|
45
|
-
"@integraledger/lcp-
|
|
43
|
+
"@integraledger/lcp-authority": "0.10.1",
|
|
44
|
+
"@integraledger/lcp-kernel": "0.10.1",
|
|
45
|
+
"@integraledger/lcp-binding-core": "0.10.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "24.13.3",
|