@artblocks/abx-cli 0.1.0-alpha.36 → 0.1.0-alpha.37
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 +46 -0
- package/dist/commands/deploy.js +1 -1
- package/dist/commands/deploy.js.map +1 -1
- package/dist/commands/project.d.ts.map +1 -1
- package/dist/commands/project.js +90 -9
- package/dist/commands/project.js.map +1 -1
- package/dist/commands/submit-app.d.ts +1 -0
- package/dist/commands/submit-app.d.ts.map +1 -1
- package/dist/commands/submit-app.js +2 -1
- package/dist/commands/submit-app.js.map +1 -1
- package/dist/main.js +2 -1
- package/dist/main.js.map +1 -1
- package/package.json +8 -8
- package/skill/SKILL.md +2 -1
- package/skill/reference/capabilities.md +1 -0
- package/skill/reference/code.md +1 -0
- package/skill/reference/setup.md +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# @artblocks/abx-cli
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.37
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c5e0d84: The skill and CLI now name the extension and setup paths agents were missing: a shared on-chain
|
|
8
|
+
program with a per-token `Bytes` payload, `abx set-param-hooks`, and Foundry's stricter private-key
|
|
9
|
+
prefix requirement.
|
|
10
|
+
|
|
11
|
+
The routing table in the bundled skill, `reference/code.md`, and `abx capabilities` all list
|
|
12
|
+
`deploy-code --script` + `<key>:Bytes:Creator` as a native lane — not an escape hatch — so an agent
|
|
13
|
+
does not conclude the shape is out of scope and hand-roll Solidity. They now say truthfully that the
|
|
14
|
+
payload is configured after mint with `configure-param --file`; `mint` has no payload flag. Top-level
|
|
15
|
+
`abx help` lists `set-param-hooks` (the only command that wires a custom hook), and the `--schema`
|
|
16
|
+
description in `deploy-code --help` points at it for mint-time snapshot / veto / live derivation. Setup guidance
|
|
17
|
+
also distinguishes the CLI's optional `0x` private-key prefix from Foundry `vm.envUint`'s required one.
|
|
18
|
+
|
|
19
|
+
Reported in the 2026-08-27 tester batch (feedback 599722e5, d12929f5, ff28d128, 3d4eda3f).
|
|
20
|
+
|
|
21
|
+
- c5e0d84: Published package `homepage` and `bugs` fields now point at docs.abx.io instead of a private GitHub
|
|
22
|
+
repo that 404s. File reports with `abx feedback`; `npm bugs` no longer names a repository the public
|
|
23
|
+
cannot open.
|
|
24
|
+
|
|
25
|
+
Reported in the 2026-08-27 tester batch (feedback 40142396).
|
|
26
|
+
|
|
27
|
+
- c5e0d84: Read commands no longer collapse "the RPC is down" into "this isn't an ABX contract."
|
|
28
|
+
|
|
29
|
+
`abx state` now refuses an ignored singular `ABX_RPC_URL`, probes chain reachability, and retains the
|
|
30
|
+
errors from its required getter reads. A dead endpoint, a node that answers block/code queries but
|
|
31
|
+
rate-limits `eth_call`, a codeless address, and code without ABX getters now receive distinct answers;
|
|
32
|
+
an RPC failure is never stated as a contract verdict. `abx add`'s deploy-block discovery no longer
|
|
33
|
+
guesses "a non-archive RPC?" when the same node `abx doctor` just certified — the failure can also be
|
|
34
|
+
rate-limiting or a refused historical `getCode`. The `deploy-code` Surfaces block still flags an
|
|
35
|
+
orphaned collection-wide thumbnail, and now names the per-token `set-field --field image` hatch (raw
|
|
36
|
+
SVG bytes, not a data-URI) instead of claiming you cannot backfill at all. `submit-app` now confirms
|
|
37
|
+
only the on-chain update and tells users to verify hosted catalog copy separately instead of promising
|
|
38
|
+
an unverified refresh on the provider's "next read."
|
|
39
|
+
|
|
40
|
+
Reported in the 2026-08-27 tester batch (feedback ae7cc4a8, bd75dc5f, 89315be8, 1f3c0992, c2101d6f).
|
|
41
|
+
|
|
42
|
+
- Updated dependencies [c5e0d84]
|
|
43
|
+
- Updated dependencies [c5e0d84]
|
|
44
|
+
- @artblocks/abx-sdk@0.1.0-alpha.28
|
|
45
|
+
- @artblocks/abx-indexer@0.1.0-alpha.29
|
|
46
|
+
- @artblocks/abx-storage@0.1.0-alpha.28
|
|
47
|
+
- @artblocks/abx-token-api@0.1.0-alpha.31
|
|
48
|
+
|
|
3
49
|
## 0.1.0-alpha.36
|
|
4
50
|
|
|
5
51
|
### Minor Changes
|
package/dist/commands/deploy.js
CHANGED
|
@@ -3427,7 +3427,7 @@ export async function cmdDeployCodeBody(flags, emit) {
|
|
|
3427
3427
|
? `on-chain url-template → your bucket (renders upload there; marketplace-visible ✓)`
|
|
3428
3428
|
: resolverInGraph
|
|
3429
3429
|
? `served by the resolver (/image; renders publish to it ✓)`
|
|
3430
|
-
: `⚠ NO PUBLIC DESTINATION — the
|
|
3430
|
+
: `⚠ NO PUBLIC DESTINATION — the collection-wide image is a placeholder. \`abx render\` to a local store is ORPHANED (marketplaces never see it). A collection-wide default needs --image-renderer, --image-base, or a resolver NOW; per token, \`abx set-field --field image\` (raw SVG bytes, not a data-URI) still writes after mint`;
|
|
3431
3431
|
// TRAITS — on-chain renderer / off-chain resolver / omitted / codeless-renderer.
|
|
3432
3432
|
const attributesRendererCodeless = hasAttributesRenderer && attributesRendererCodePresent === false;
|
|
3433
3433
|
const traitsOmitted = !hasAttributesRenderer && !resolverInGraph && !!scriptAnalysis?.traits.present;
|