@artblocks/abx-sdk 0.1.0-alpha.33 → 0.1.0-alpha.35

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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # @artblocks/abx-sdk
2
2
 
3
+ ## 0.1.0-alpha.35
4
+
5
+ ### Minor Changes
6
+
7
+ - 21e3d6c: Drop-in for existing v2 integrations; new deployments use the v3 production-candidate contracts.
8
+ Record the synchronized v3 factory generation and testnet deployments, retain full v2 service
9
+ compatibility (including already-assigned v2 sale minters), and update the renderer scaffold to
10
+ `abx-contracts` 3.0.0.
11
+ - a73922c: Add a typed, machine-readable chain-support registry. Deploy and record canonical contracts for
12
+ explicit Arbitrum Sepolia qualification while keeping Base, Arbitrum One, and Ethereum disabled until
13
+ production launch gates are complete.
14
+
15
+ ## 0.1.0-alpha.34
16
+
17
+ ### Minor Changes
18
+
19
+ - 3ddba71: Drop-in for existing SDK callers; new consumers can inspect contract-generation compatibility.
20
+ Add the append-only generation registry, stable lookup helpers, and lifecycle and operation support
21
+ to provenance results.
22
+ - 9065128: Drop-in for existing clients; service consumers can now inspect verified contract-generation facts.
23
+ Advertise understood generations and include a project generation in summaries and status responses
24
+ only when factory provenance and the on-chain core version agree.
25
+
3
26
  ## 0.1.0-alpha.33
4
27
 
5
28
  ### Patch Changes