@artblocks/abx-cli 0.1.0-alpha.3 → 0.1.0-alpha.30
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 +3663 -0
- package/assets/renderer-scaffold/README.md +2 -2
- package/assets/renderer-scaffold/src/MyRenderer.sol +2 -2
- package/assets/renderer-scaffold/src/interfaces/IAbxFieldRenderer.sol +1 -1
- package/assets/renderer-scaffold/src/interfaces/IAbxParams.sol +17 -0
- package/assets/renderer-scaffold/test/MyRenderer.t.sol +51 -2
- package/dist/commands/deploy.d.ts +242 -0
- package/dist/commands/deploy.d.ts.map +1 -0
- package/dist/commands/deploy.js +4764 -0
- package/dist/commands/deploy.js.map +1 -0
- package/dist/commands/project.d.ts +257 -0
- package/dist/commands/project.d.ts.map +1 -0
- package/dist/commands/project.js +1299 -0
- package/dist/commands/project.js.map +1 -0
- package/dist/commands/reads.d.ts +64 -0
- package/dist/commands/reads.d.ts.map +1 -0
- package/dist/commands/reads.js +701 -0
- package/dist/commands/reads.js.map +1 -0
- package/dist/commands/scaffold.d.ts +73 -0
- package/dist/commands/scaffold.d.ts.map +1 -0
- package/dist/commands/scaffold.js +674 -0
- package/dist/commands/scaffold.js.map +1 -0
- package/dist/commands/service.d.ts +41 -0
- package/dist/commands/service.d.ts.map +1 -0
- package/dist/commands/service.js +618 -0
- package/dist/commands/service.js.map +1 -0
- package/dist/commands/storage.d.ts +51 -0
- package/dist/commands/storage.d.ts.map +1 -0
- package/dist/commands/storage.js +370 -0
- package/dist/commands/storage.js.map +1 -0
- package/dist/commands/submit-app.d.ts +58 -0
- package/dist/commands/submit-app.d.ts.map +1 -0
- package/dist/commands/submit-app.js +512 -0
- package/dist/commands/submit-app.js.map +1 -0
- package/dist/config.d.ts +90 -2
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +285 -11
- package/dist/config.js.map +1 -1
- package/dist/conformance.d.ts +31 -0
- package/dist/conformance.d.ts.map +1 -0
- package/dist/conformance.js +393 -0
- package/dist/conformance.js.map +1 -0
- package/dist/deps.d.ts +6 -39
- package/dist/deps.d.ts.map +1 -1
- package/dist/deps.js +4 -68
- package/dist/deps.js.map +1 -1
- package/dist/errors.d.ts +20 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +25 -0
- package/dist/errors.js.map +1 -0
- package/dist/flag-allowlists.d.ts +53 -0
- package/dist/flag-allowlists.d.ts.map +1 -0
- package/dist/flag-allowlists.js +157 -0
- package/dist/flag-allowlists.js.map +1 -0
- package/dist/flags.d.ts +45 -0
- package/dist/flags.d.ts.map +1 -1
- package/dist/flags.js +117 -1
- package/dist/flags.js.map +1 -1
- package/dist/jsonout.d.ts +37 -0
- package/dist/jsonout.d.ts.map +1 -0
- package/dist/jsonout.js +68 -0
- package/dist/jsonout.js.map +1 -0
- package/dist/kind.d.ts +61 -0
- package/dist/kind.d.ts.map +1 -0
- package/dist/kind.js +111 -0
- package/dist/kind.js.map +1 -0
- package/dist/main.js +699 -4736
- package/dist/main.js.map +1 -1
- package/dist/mintpage.d.ts +17 -2
- package/dist/mintpage.d.ts.map +1 -1
- package/dist/mintpage.js +241 -54
- package/dist/mintpage.js.map +1 -1
- package/dist/output.d.ts +179 -0
- package/dist/output.d.ts.map +1 -0
- package/dist/output.js +756 -0
- package/dist/output.js.map +1 -0
- package/dist/ownerops.d.ts +302 -51
- package/dist/ownerops.d.ts.map +1 -1
- package/dist/ownerops.js +1780 -357
- package/dist/ownerops.js.map +1 -1
- package/dist/preview.d.ts +81 -0
- package/dist/preview.d.ts.map +1 -0
- package/dist/preview.js +535 -0
- package/dist/preview.js.map +1 -0
- package/dist/prompt.d.ts +17 -0
- package/dist/prompt.d.ts.map +1 -0
- package/dist/prompt.js +19 -0
- package/dist/prompt.js.map +1 -0
- package/dist/provision.d.ts.map +1 -1
- package/dist/provision.js +16 -8
- package/dist/provision.js.map +1 -1
- package/dist/remote.d.ts +153 -52
- package/dist/remote.d.ts.map +1 -1
- package/dist/remote.js +406 -46
- package/dist/remote.js.map +1 -1
- package/dist/riskgate.d.ts +58 -0
- package/dist/riskgate.d.ts.map +1 -0
- package/dist/riskgate.js +212 -0
- package/dist/riskgate.js.map +1 -0
- package/dist/scaffold.d.ts +10 -0
- package/dist/scaffold.d.ts.map +1 -0
- package/dist/scaffold.js +52 -0
- package/dist/scaffold.js.map +1 -0
- package/dist/schema.d.ts +36 -1
- package/dist/schema.d.ts.map +1 -1
- package/dist/schema.js +121 -26
- package/dist/schema.js.map +1 -1
- package/dist/script-chunks.d.ts +8 -0
- package/dist/script-chunks.d.ts.map +1 -0
- package/dist/script-chunks.js +35 -0
- package/dist/script-chunks.js.map +1 -0
- package/dist/served.d.ts +30 -0
- package/dist/served.d.ts.map +1 -0
- package/dist/served.js +112 -0
- package/dist/served.js.map +1 -0
- package/dist/signer.d.ts +13 -0
- package/dist/signer.d.ts.map +1 -1
- package/dist/signer.js +84 -15
- package/dist/signer.js.map +1 -1
- package/dist/update-check.d.ts +83 -4
- package/dist/update-check.d.ts.map +1 -1
- package/dist/update-check.js +140 -19
- package/dist/update-check.js.map +1 -1
- package/package.json +10 -6
- package/skill/SKILL.md +350 -150
- package/skill/reference/code-projects.md +183 -26
- package/skill/reference/creator-token.md +99 -0
- package/skill/reference/decisions.md +174 -0
- package/skill/reference/hosting.md +63 -19
- package/skill/reference/operating.md +116 -12
- package/skill/reference/setup.md +55 -6
- package/skill/reference/troubleshooting.md +42 -5
- package/dist/inspect.d.ts +0 -48
- package/dist/inspect.d.ts.map +0 -1
- package/dist/inspect.js +0 -184
- package/dist/inspect.js.map +0 -1
- package/dist/migrate.d.ts +0 -65
- package/dist/migrate.d.ts.map +0 -1
- package/dist/migrate.js +0 -180
- package/dist/migrate.js.map +0 -1
- package/dist/onchain-uri.d.ts +0 -97
- package/dist/onchain-uri.d.ts.map +0 -1
- package/dist/onchain-uri.js +0 -243
- package/dist/onchain-uri.js.map +0 -1
- package/dist/upload.d.ts +0 -28
- package/dist/upload.d.ts.map +0 -1
- package/dist/upload.js +0 -41
- package/dist/upload.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../src/output.ts"],"names":[],"mappings":"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"}
|
package/dist/ownerops.d.ts
CHANGED
|
@@ -6,19 +6,46 @@
|
|
|
6
6
|
* served state reflects the change. The agent picks the lane; the human only
|
|
7
7
|
* approves (wallet lane) or it's the env key (hot lane).
|
|
8
8
|
*/
|
|
9
|
-
import {
|
|
10
|
-
import { type
|
|
9
|
+
import { type OnChainParamSchema, type SeedSourceProbe, type SendTx, type Address, type Hex, type OnChainFieldInput, tokenUriGasEstimate, ONCHAIN_PROJECT_SOFT_LIMIT, ONCHAIN_READ_WARN_BYTES, ONCHAIN_READ_REFUSE_BYTES, type Compress, type ContentPlan } from '@artblocks/abx-sdk';
|
|
10
|
+
import { type WalletSession } from './signer.js';
|
|
11
|
+
import { type ParsedSchema } from './schema.js';
|
|
12
|
+
export { ONCHAIN_PROJECT_SOFT_LIMIT, ONCHAIN_READ_WARN_BYTES, ONCHAIN_READ_REFUSE_BYTES, tokenUriGasEstimate, type Compress };
|
|
11
13
|
type Flags = Record<string, string | undefined>;
|
|
12
14
|
export declare function assertSettableField(field: string): void;
|
|
13
15
|
/** Auto-detect the on-chain representation for an off-chain locator by its URI scheme. Returns null
|
|
14
16
|
* for anything that isn't a recognized durable/http locator (so `attach` can refuse it loudly
|
|
15
17
|
* rather than silently storing a bad value — the round-1 `--representation` guessing trap). */
|
|
16
18
|
export declare function representationForLocator(uri: string): string | null;
|
|
17
|
-
/** Resolve the signing lane from flags: --unsigned (cold) · --sign (wallet) · default hot. */
|
|
18
|
-
export declare function laneFromFlags(flags: Flags): Lane;
|
|
19
19
|
/** Throw a clear, actionable error when `address` has no contract on the active chain — the common
|
|
20
20
|
* cause of an owner-op's raw `returned no data ("0x")`. No-op when code is present or unknowable. */
|
|
21
21
|
export declare function assertContractExists(address: Address): Promise<void>;
|
|
22
|
+
/**
|
|
23
|
+
* `abx configure-param <address> <tokenId> <key> <value>` — set a schema-governed
|
|
24
|
+
* PostParam through the typed path, any lane. Reads the key's on-chain schema first
|
|
25
|
+
* and canonically ENCODES the human input per its type (`#rrggbb`, decimals ×1e10,
|
|
26
|
+
* Select by label, …); `String`/`Bytes` schemas take the value as UTF-8 (or
|
|
27
|
+
* `--file <path>` for bytes) via the data path. The signer must satisfy the schema's
|
|
28
|
+
* auth (Creator = contract owner, TokenOwner — delegate.xyz honored — or the named
|
|
29
|
+
* address); the chain enforces it either way.
|
|
30
|
+
*/
|
|
31
|
+
/** Positional args only — drops `--flags` AND the single token each value-taking flag consumes
|
|
32
|
+
* (mirrors parseFlags). `rest.filter(r => !r.startsWith('--'))` was NOT enough: a flag's VALUE
|
|
33
|
+
* (e.g. the URL after `--remote`, or the path after `--file`) isn't `--`-prefixed, so it leaked
|
|
34
|
+
* into the positional value (`configure-param … #ff0000 --remote http://h` → value "#ff0000 http://h"). */
|
|
35
|
+
/**
|
|
36
|
+
* Encode a command-line value for a payload-typed param (`String` / `Bytes`).
|
|
37
|
+
*
|
|
38
|
+
* `String` is UTF-8 text — the literal characters are the value, which is what a user means.
|
|
39
|
+
*
|
|
40
|
+
* `Bytes` is NOT text, and the old code UTF-8'd whatever string it was handed. A tester passed
|
|
41
|
+
* base64 (the encoding the params docs mention — which describes the *canonical decode* a program
|
|
42
|
+
* receives, not what you type here), and 128 packed bytes were stored as 172 bytes of base64 ASCII.
|
|
43
|
+
* Nothing errored; the in-chain renderer read ASCII where it expected bytes and drew garbage. So a
|
|
44
|
+
* `Bytes` value must state its encoding: `0x…` hex, or `--file` for real binary. A bare string is
|
|
45
|
+
* refused rather than guessed at — there is no safe guess between "these characters" and "these
|
|
46
|
+
* bytes", and the failure is invisible until a work renders wrong.
|
|
47
|
+
*/
|
|
48
|
+
export declare function encodePayloadParam(typeName: 'String' | 'Bytes', valueInput: string, key: string): Hex;
|
|
22
49
|
export declare function cmdConfigureParam(address: string | undefined, rest: string[], flags: Flags): Promise<void>;
|
|
23
50
|
declare const HOOK_ROLES: readonly ["configure", "augment", "transfer"];
|
|
24
51
|
type HookRole = (typeof HOOK_ROLES)[number];
|
|
@@ -49,12 +76,49 @@ export declare function cmdRemoveLastDependency(address: string | undefined, fla
|
|
|
49
76
|
export declare function cmdSetDependencyRegistry(address: string | undefined, rest: string[], flags: Flags): Promise<void>;
|
|
50
77
|
/** `abx lock-dependencies <address>` — freeze the dependency set (list + registry pointer) forever. */
|
|
51
78
|
export declare function cmdLockDependencies(address: string | undefined, flags: Flags): Promise<void>;
|
|
79
|
+
/** `abx lock-script <address>` — freeze the on-chain program (script chunks) forever. This is the
|
|
80
|
+
* lock that actually freezes the WORK of a code project: after it, `setScriptChunk` /
|
|
81
|
+
* `removeLastScriptChunk` revert. `lock-field`/`lock-uri` only freeze metadata; the full set for a
|
|
82
|
+
* code drop is lock-script + lock-dependencies + lock-field/lock-uri — which freezes what THIS
|
|
83
|
+
* contract stores, not necessarily what the token renders (params have no lock, and a Registry
|
|
84
|
+
* dependency's bytes live in the registry). */
|
|
85
|
+
export declare function cmdLockScript(address: string | undefined, flags: Flags): Promise<void>;
|
|
86
|
+
/** `abx lock-param-hooks <address>` — freeze the three param-lifecycle hook addresses forever.
|
|
87
|
+
* The sibling of lock-script/lock-dependencies/lock-uri, and the only one aimed at a BUYER rather
|
|
88
|
+
* than at metadata: the transfer hook is a veto over transfers and mints, so an unlocked hook set
|
|
89
|
+
* is a standing power over whether a collector can sell. After this, `set-param-hooks` reverts
|
|
90
|
+
* ParamHooksLocked. Owner-only, any lane, guards --dry-run. */
|
|
91
|
+
export declare function cmdLockParamHooks(address: string | undefined, flags: Flags): Promise<void>;
|
|
92
|
+
/** A non-negative-integer edition flag (`--token-id`, `--amount`, …) — the shared parse +
|
|
93
|
+
* bound-check so every edition command that takes "an id" or "a count" rejects the same way. */
|
|
94
|
+
export declare function parseEditionCountFlag(raw: string, flag: string): bigint;
|
|
95
|
+
/** `--token-ids <csv|range>` — the shape `ping-uri` (and any future batch-by-id command) takes: a
|
|
96
|
+
* comma-separated list of ids and/or `lo-hi` ranges (`0-9,20,25-30`), de-duplicated and sorted. */
|
|
97
|
+
export declare function parseTokenIdRange(raw: string): bigint[];
|
|
52
98
|
export declare function cmdMint(address: string | undefined, flags: Flags): Promise<void>;
|
|
53
99
|
/** Set (or clear, with `--minter none`) the single authorized minter — a drop/auction/router
|
|
54
100
|
* contract. Setting a new one atomically replaces any previous minter. */
|
|
55
101
|
export declare function cmdSetMinter(address: string | undefined, flags: Flags): Promise<void>;
|
|
56
102
|
/** Lower the supply cap (monotonic — e.g. close an open edition early at `--max <totalSupply>`). */
|
|
57
103
|
export declare function cmdSetMaxInvocations(address: string | undefined, flags: Flags): Promise<void>;
|
|
104
|
+
/**
|
|
105
|
+
* `abx set-max-supply <address> --token-id <n> --cap <n>` — owner overrides ONE id's ERC-1155
|
|
106
|
+
* supply cap (Edition Supply extension). Monotonically non-increasing once used for that id — the
|
|
107
|
+
* chain enforces it (`MaxSupplyIncreaseForbidden`/`MaxSupplyBelowFloor`), and `--cap open` is
|
|
108
|
+
* refused HERE, before any gas: the contract's own "0" means "closed forever" once an id has been
|
|
109
|
+
* overridden (not "reopen to uncapped" — `EditionSupply.sol`'s own doc calls this out), so accepting
|
|
110
|
+
* `open` as an alias for 0 would silently promise the opposite of what it does on a re-run.
|
|
111
|
+
*/
|
|
112
|
+
export declare function cmdSetMaxSupply(address: string | undefined, flags: Flags): Promise<void>;
|
|
113
|
+
/**
|
|
114
|
+
* `abx ping-uri <address> --token-ids <csv|range>` — re-emit the native ERC-1155 `URI` event for
|
|
115
|
+
* the given ids after a contract-wide re-point (`set-token-uri`/`set-renderer`), so marketplaces/
|
|
116
|
+
* indexers that only honor the native event re-index. Permissionless (anyone may call it — it only
|
|
117
|
+
* re-emits already-public, current truth), so there is no owner check and no `expectedSigner` to
|
|
118
|
+
* pin; whichever signer the active lane resolves sends it. Chunks a large id list into several
|
|
119
|
+
* transactions, each through the SAME `--dry-run`/`--confirm` gate as any other write.
|
|
120
|
+
*/
|
|
121
|
+
export declare function cmdPingUri(address: string | undefined, flags: Flags): Promise<void>;
|
|
58
122
|
/** Pause minting — restrict it to the owner (config/reserves) until unpaused. */
|
|
59
123
|
export declare function cmdPause(address: string | undefined, flags: Flags): Promise<void>;
|
|
60
124
|
/** Unpause minting — open it to the authorized minter (go live). */
|
|
@@ -68,67 +132,210 @@ export declare const AUTHORSHIP_DEPLOY_FIELDS: ReadonlyArray<readonly [flag: str
|
|
|
68
132
|
/** Build the on-chain (inline) collection fields for whichever authorship/rights deploy flags are
|
|
69
133
|
* set — pure, so a deploy path just spreads the result into its `contractFields`. */
|
|
70
134
|
export declare function authorshipContractFields(flags: Flags): OnChainFieldInput[];
|
|
135
|
+
/** Refuse a prefix that cannot serve. Two rules only — a URL parser here would be a liability, but
|
|
136
|
+
* a value that is not http(s) simply cannot be concatenated into a working URL by any consumer. */
|
|
137
|
+
export declare function assertGatewayPrefix(network: 'ipfs' | 'arweave', prefix: string): string;
|
|
138
|
+
/**
|
|
139
|
+
* The gateway fields a deploy should write.
|
|
140
|
+
*
|
|
141
|
+
* Precedence, per scheme: `--ipfs-gateway` / `--arweave-gateway` → `--gateway` (only for the backend
|
|
142
|
+
* actually in use) → `ABX_IPFS_GATEWAY` / `ABX_ARWEAVE_GATEWAY` → nothing.
|
|
143
|
+
*
|
|
144
|
+
* `--gateway` counts because it has to. It is the STORAGE gateway — where the CLI uploads, probes,
|
|
145
|
+
* and builds `locator()` — and before this it was also, accidentally, the serving gateway, because
|
|
146
|
+
* deploy baked `locator()` straight into a `url` field. Now that the field holds a bare CID, a
|
|
147
|
+
* creator who passed `--gateway https://mine.mypinata.cloud` and nothing else would have had their
|
|
148
|
+
* gateway stripped out and their tokens served from `ipfs.io`: strictly worse than before, for a
|
|
149
|
+
* flag they did pass. Someone who genuinely wants to upload through one gateway and serve through
|
|
150
|
+
* another says so with the scheme-specific flag.
|
|
151
|
+
*
|
|
152
|
+
* Deliberately writes NOTHING when no source names one. Persisting the public floor would make a
|
|
153
|
+
* project that simply took the default look like it chose `ipfs.io` — and would freeze it there,
|
|
154
|
+
* since a floor only improves for collections that stayed silent. Silence is a live default; an
|
|
155
|
+
* explicit value is a decision.
|
|
156
|
+
*/
|
|
157
|
+
export declare function gatewayContractFields(flags: Flags): OnChainFieldInput[];
|
|
158
|
+
/**
|
|
159
|
+
* The prefix this run will actually be SERVED from for one scheme — the same precedence
|
|
160
|
+
* `gatewayContractFields` writes, but resolved all the way down to the public floor so a caller can
|
|
161
|
+
* *show* the creator the URL their token will really carry.
|
|
162
|
+
*
|
|
163
|
+
* Split out because a deploy used to narrate the backend's UPLOAD locator (`gateway.pinata.cloud/…`)
|
|
164
|
+
* while committing a bare CID served from somewhere else entirely — a progress line that contradicted
|
|
165
|
+
* the chain. `chosen` distinguishes "the project picked this" (written on chain) from "the floor is
|
|
166
|
+
* filling a silence" (nothing written, and a later floor change moves the project with it).
|
|
167
|
+
*
|
|
168
|
+
* `--gateway` and the env vars are HOST-shaped (`https://my.gw`); the on-chain/served form is a full
|
|
169
|
+
* prefix including the trailing path, so normalize once, here.
|
|
170
|
+
*/
|
|
171
|
+
export declare function servingGateway(network: 'ipfs' | 'arweave', flags: Flags): {
|
|
172
|
+
prefix: string;
|
|
173
|
+
chosen: boolean;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* `abx set-gateway <address> [--ipfs <prefix>] [--arweave <prefix>]` — repoint where this
|
|
177
|
+
* collection's content-addressed fields are served from. The CID never moves.
|
|
178
|
+
*
|
|
179
|
+
* A separate command rather than two `set-field` invocations because the failure modes are all
|
|
180
|
+
* silent: a token-scope write (ignored — a gateway is one answer per project), a non-`inline`
|
|
181
|
+
* representation (ignored), a prefix missing its trailing path (`https://ipfs.io` + `<cid>` is a
|
|
182
|
+
* 404). `set-field` refuses these keys and points here instead.
|
|
183
|
+
*/
|
|
184
|
+
export declare function cmdSetGateway(address: string | undefined, flags: Flags): Promise<void>;
|
|
71
185
|
/** Set (or clear, with `--payee none`) the primary-sale payout destination. */
|
|
72
186
|
export declare function cmdSetPrimaryPayee(address: string | undefined, flags: Flags): Promise<void>;
|
|
73
187
|
export declare function cmdRefresh(address: string | undefined, flags: Flags): Promise<void>;
|
|
74
188
|
export declare function cmdTransfer(address: string | undefined, flags: Flags): Promise<void>;
|
|
75
189
|
export declare function cmdSetTokenUri(address: string | undefined, flags: Flags): Promise<void>;
|
|
76
190
|
export declare function cmdSetContractUri(address: string | undefined, flags: Flags): Promise<void>;
|
|
77
|
-
/** Parse + bound-check a royalty `--bps` (basis points
|
|
191
|
+
/** Parse + bound-check a royalty `--bps` (basis points). The bound is the CONTRACT's cap, not ERC-2981's
|
|
192
|
+
* range — see {@link MAX_ROYALTY_BPS}. Throws a plain-language
|
|
78
193
|
* error on a non-integer or out-of-range value instead of letting it hit the chain (or a cryptic
|
|
79
194
|
* ABI read). Exported for the regression test. */
|
|
80
195
|
export declare function parseRoyaltyBps(raw: string): number;
|
|
81
196
|
export declare function cmdSetRoyalty(address: string | undefined, flags: Flags): Promise<void>;
|
|
82
|
-
|
|
197
|
+
/**
|
|
198
|
+
* `abx set-royalty-cap <address> --cap <0-10000>` — lower the collection's royalty ceiling.
|
|
199
|
+
* Owner-only and REDUCE-ONLY: the ceiling was fixed at deploy (default 10%, or the royalty rate if
|
|
200
|
+
* higher) and can only ever come down, so buyers can trust a stated maximum. Both ways the chain
|
|
201
|
+
* refuses are checked HERE, before any signing, so the refusal is instant and free rather than a paid
|
|
202
|
+
* revert (reads are best-effort — an unreadable getter does NOT block, since the chain enforces
|
|
203
|
+
* both invariants regardless):
|
|
204
|
+
* - not a reduction (`newCap >= currentCap`) → `RoyaltyCapNotReduced()`;
|
|
205
|
+
* - below the live royalty rate (`newCap < currentRoyaltyBps`) → `RoyaltyCapBelowRoyalty()`.
|
|
206
|
+
*/
|
|
207
|
+
export declare function cmdSetRoyaltyCap(address: string | undefined, flags: Flags): Promise<void>;
|
|
208
|
+
/**
|
|
209
|
+
* Parse a transfer-validator choice — the shared grammar of the deploy flag (`--721c`) and the
|
|
210
|
+
* owner op (`abx set-transfer-validator`):
|
|
211
|
+
* - `recommended` (or a bare `--721c`) → the per-chain recommended validator, refusing on a
|
|
212
|
+
* chain the manifest has no entry for (naming the chains that do — never guess one);
|
|
213
|
+
* - a `0x…` address → checksum-validated (EIP-55) and returned as its canonical form;
|
|
214
|
+
* - `none`/zero → `allowNone` decides: the owner op suspends with it; the DEPLOY flag refuses
|
|
215
|
+
* it (a zero validator at deploy never enrolls — that is already the default, so someone
|
|
216
|
+
* passing it either wants plain ERC-721 (drop the flag) or mistakenly believes "enrolled but
|
|
217
|
+
* suspended" is a deploy-time state — it isn't).
|
|
218
|
+
* Pure (no RPC) — callers do the has-code precheck themselves. Exported for the regression test.
|
|
219
|
+
*/
|
|
220
|
+
export declare function parseTransferValidatorValue(raw: string, opts: {
|
|
221
|
+
chainId: number;
|
|
222
|
+
chainLabel: string;
|
|
223
|
+
allowNone?: boolean;
|
|
224
|
+
}): Address;
|
|
225
|
+
/**
|
|
226
|
+
* `abx set-transfer-validator <address> <0x…|none|recommended>` — re-point an ENROLLED (ERC-721C)
|
|
227
|
+
* collection's transfer validator, or suspend enforcement with `none` (address(0); the token
|
|
228
|
+
* STAYS enrolled). Refuses up front, before any signing: a plain ERC-721 (enrollment is
|
|
229
|
+
* deploy-time-only — the contract would revert `NotCreatorToken()`), and a codeless validator
|
|
230
|
+
* (would revert `InvalidTransferValidator()`). Owner-only, any lane, guards `--dry-run`.
|
|
231
|
+
*/
|
|
232
|
+
export declare function cmdSetTransferValidator(address: string | undefined, rest: string[], flags: Flags): Promise<void>;
|
|
233
|
+
/** The canonical `AbxSeedSource` for a chain — the manifest entry (the source of truth) with the
|
|
234
|
+
* CREATE2 prediction as the cross-chain fallback (the singleton is address-identical everywhere).
|
|
235
|
+
* Deliberately does NOT go through `resolveSeedSource`, which reads `ABX_SEED_SOURCE`: that env var
|
|
236
|
+
* names the source you have CONFIGURED, which is exactly the thing `canonical` exists to name the
|
|
237
|
+
* alternative to. Asking for `canonical` and silently getting your custom override would be the
|
|
238
|
+
* worst possible answer. */
|
|
239
|
+
export declare function canonicalSeedSource(chainId: number): Address;
|
|
240
|
+
/**
|
|
241
|
+
* Parse a seed-source choice — the shared grammar of the deploy flag (`--seed-source`) and the owner
|
|
242
|
+
* op (`abx set-seed-source`):
|
|
243
|
+
* - `canonical` (or a bare `--seed-source`) → the chain's canonical `AbxSeedSource`, i.e. the
|
|
244
|
+
* default; spelled out so a creator can state it rather than rely on absence meaning it;
|
|
245
|
+
* - a `0x…` address → checksum-validated (EIP-55) and returned canonicalized. The caller MUST
|
|
246
|
+
* probe it (see {@link refuseUnusableSeedSource}) — a bad address here is silent until the
|
|
247
|
+
* first buyer, and then every mint reverts;
|
|
248
|
+
* - `none`/zero → `allowNone` decides: the owner op clears with it (future mints draw no seed);
|
|
249
|
+
* the DEPLOY flag refuses it and points at `--no-seed`, which already means exactly that. Two
|
|
250
|
+
* spellings of one thing is how a creator ends up unsure which they used.
|
|
251
|
+
* Pure (no RPC) — mirrors `parseTransferValidatorValue`, deliberately, so the two knobs read the
|
|
252
|
+
* same. Exported for the regression test.
|
|
253
|
+
*/
|
|
254
|
+
export declare function parseSeedSourceValue(raw: string, opts: {
|
|
255
|
+
chainId: number;
|
|
256
|
+
allowNone?: boolean;
|
|
257
|
+
}): Address;
|
|
258
|
+
/**
|
|
259
|
+
* Turn a non-`ok` {@link SeedSourceProbe} into the refusal a creator can act on. One place, because
|
|
260
|
+
* the deploy flag and the owner op hit the identical failure shapes and must say the identical
|
|
261
|
+
* thing; `context` only names which surface asked (so the fix names the right flag).
|
|
262
|
+
*
|
|
263
|
+
* Every branch is a REFUSAL, not a warning. A seed source is the one setting where "looks fine, is
|
|
264
|
+
* broken" is the normal outcome of a mistake: `seedSource()` reads back exactly what you set, the
|
|
265
|
+
* `SeedSourceSet` event fires, `abx state` shows it — and then the first mint reverts in the ABI
|
|
266
|
+
* decode of a return that isn't 32 bytes. There is no later moment at which this gets easier to
|
|
267
|
+
* notice, so it is caught here or it is caught by a buyer.
|
|
268
|
+
*/
|
|
269
|
+
export declare function refuseUnusableSeedSource(probe: SeedSourceProbe, context: {
|
|
270
|
+
flag: string;
|
|
271
|
+
chainLabel: string;
|
|
272
|
+
}): never;
|
|
273
|
+
/**
|
|
274
|
+
* `abx set-seed-source <address> <0x…|canonical|none>` — re-point (or clear) where a code project
|
|
275
|
+
* draws its mint seeds. Owner-only; **future mints only**, because a seed settles the moment it is
|
|
276
|
+
* assigned and nothing rewrites it. Refuses before any signing: a target with no Seed Source
|
|
277
|
+
* extension (a 1/1 or an image Series — there is nothing to set), and any candidate the probe
|
|
278
|
+
* rejects.
|
|
279
|
+
*
|
|
280
|
+
* This op is deliberately loud about one thing the chain cannot enforce: re-pointing mid-sale means
|
|
281
|
+
* tokens minted before and after draw from **different** sources. That is legitimate (it is how you
|
|
282
|
+
* fix a broken source, or hand over to a commit-reveal one), and it is public — `SeedSourceSet` is
|
|
283
|
+
* on the event spine and `abx state` prints the current source — but a collector who bought early
|
|
284
|
+
* has no way to know it will happen. So the print names the split when supply already exists.
|
|
285
|
+
*/
|
|
286
|
+
export declare function cmdSetSeedSource(address: string | undefined, rest: string[], flags: Flags): Promise<void>;
|
|
83
287
|
export declare function parseCompress(v: string | undefined): Compress;
|
|
84
288
|
/**
|
|
85
|
-
* The hot-lane staging signer: the env key signs + broadcasts each chunk-store write
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
*
|
|
289
|
+
* The hot-lane staging signer: the env key signs + broadcasts each chunk-store write, via the
|
|
290
|
+
* SDK's `makeHotSender` (pinned nonce, pinned gas, typed revert). Built lazily so commands that
|
|
291
|
+
* never stage on-chain don't require a key. The wallet lane passes a session-backed sender
|
|
292
|
+
* instead (see {@link openWalletSession}); the cold lane can't stage interactively, so it's
|
|
293
|
+
* rejected up front by the deploy/set-field commands.
|
|
89
294
|
*/
|
|
90
|
-
export declare function envStagingSender():
|
|
295
|
+
export declare function envStagingSender(): SendTx;
|
|
91
296
|
/** Wallet-lane staging signer: each chunk-store write is approved in the human's browser
|
|
92
|
-
* wallet through the open {@link WalletSession}, sharing one connection with the final tx.
|
|
93
|
-
|
|
297
|
+
* wallet through the open {@link WalletSession}, sharing one connection with the final tx. A
|
|
298
|
+
* {@link PreparedTx} already carries everything `session.send` needs, so this is a thin adapter. */
|
|
299
|
+
export declare function sessionStagingSender(session: WalletSession): SendTx;
|
|
300
|
+
/** The flag that overrides {@link guardOnChainSize}'s refusal — a creator who genuinely wants a
|
|
301
|
+
* project no default RPC can read. Named for what accepting it means, not for the check it skips. */
|
|
302
|
+
export declare const ALLOW_UNREADABLE_FLAG = "allow-unreadable-onchain";
|
|
94
303
|
/**
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
* on-chain
|
|
98
|
-
* `reader
|
|
304
|
+
* The size gate for content going on-chain, on the axis that actually binds: **render gas**, not
|
|
305
|
+
* storage cost. `tokenURI` reassembles the whole document per call — measured at ~360,000-405,000 gas
|
|
306
|
+
* per KB of on-chain content across 10-100 KB and climbing above that (the cost is superlinear: memory
|
|
307
|
+
* expansion is quadratic), within ~1% for `inline` and `reader` up to 75 KB (it's the renderer's string
|
|
308
|
+
* building, not the storage mechanism) — so the readable envelope is much tighter than the cost-sane one.
|
|
99
309
|
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
plan: ReturnType<typeof planContentTxs>;
|
|
123
|
-
representation: string;
|
|
124
|
-
};
|
|
310
|
+
* - under ~40 KB: quiet, plus the cost note if it's past the point where off-chain is simply cheaper.
|
|
311
|
+
* - from ~40 KB: **warn** — the read needs a deliberately high-gas RPC.
|
|
312
|
+
* - past ~100 KB (~40M gas): **refuse** — a deliberate margin, not the wall. geth's own 50M
|
|
313
|
+
* `--rpc.gascap` default holds to ~120 KB, but hosted providers commonly cap well below it, so past
|
|
314
|
+
* 100 KB the token reads as a revert to marketplaces and indexers on ordinary RPCs.
|
|
315
|
+
* `--allow-unreadable-onchain` ships it anyway.
|
|
316
|
+
*
|
|
317
|
+
* Deliberately a toolkit gate and not an on-chain one: bricking a contract over a read budget is
|
|
318
|
+
* worse than needing a capable RPC, and this is the moment where the creator can still choose
|
|
319
|
+
* differently. Returns true if it said anything.
|
|
320
|
+
*/
|
|
321
|
+
export declare function guardOnChainSize(bytesLen: number, label: string, allowUnreadable?: boolean): boolean;
|
|
322
|
+
/**
|
|
323
|
+
* Pure staging plan for a piece of content — chunk count + transaction shape — with NO chain
|
|
324
|
+
* writes, no signer, no `ensureChunkStore`. The CLI-facing wrapper over the SDK's pure
|
|
325
|
+
* {@link planStagedContent}: `gzip` is a Node-only transform, so it happens here (not in the SDK —
|
|
326
|
+
* see staging.ts's module doc) before handing the result off to the SDK's chunk/tx-shape math.
|
|
327
|
+
* Shared by {@link putContentOnChain} (which then actually stages) and the deploy dry-run preview,
|
|
328
|
+
* so the count the human is told up front is the same one the real staging will produce.
|
|
329
|
+
*/
|
|
330
|
+
export declare function computeContentPlan(bytes: Buffer, compress: Compress): ContentPlan;
|
|
331
|
+
export declare function refusePrewrappedImage(bytes: Uint8Array | string, label: string): void;
|
|
125
332
|
/**
|
|
126
333
|
* Dry-run preview of staging an image fully on-chain — the REAL chunk + transaction plan,
|
|
127
334
|
* computed without writing anything (so `abx deploy --dry-run --onchain-image` reports the
|
|
128
335
|
* true count instead of leaving the agent to guess). The final tx here is the deploy that
|
|
129
336
|
* bakes in the reader field, so the count is staging tx(s) + the deploy.
|
|
130
337
|
*/
|
|
131
|
-
export declare function previewImageStaging(imagePath: string, compress: Compress): string;
|
|
338
|
+
export declare function previewImageStaging(imagePath: string, compress: Compress, allowUnreadable?: boolean): string;
|
|
132
339
|
/**
|
|
133
340
|
* Stage an image file fully on-chain (chunk store) and return the `reader`-backed
|
|
134
341
|
* `image` field to bake into a deploy's `InitParams.tokenFields`. The staging writes
|
|
@@ -136,7 +343,7 @@ export declare function previewImageStaging(imagePath: string, compress: Compres
|
|
|
136
343
|
* image" is just those staging tx(s) + the single deploy — no post-deploy `set-field`.
|
|
137
344
|
* The manifest is deployer-independent, so this is computed once and reused for any signer.
|
|
138
345
|
*/
|
|
139
|
-
export declare function stageImageField(imagePath: string, compress: Compress, send:
|
|
346
|
+
export declare function stageImageField(imagePath: string, compress: Compress, send: SendTx, allowUnreadable?: boolean): Promise<{
|
|
140
347
|
field: OnChainFieldInput;
|
|
141
348
|
note: string;
|
|
142
349
|
}>;
|
|
@@ -144,13 +351,28 @@ export declare function stageImageField(imagePath: string, compress: Compress, s
|
|
|
144
351
|
* Stage MANY images on-chain against a **single, shared** chunk store — the batch form of
|
|
145
352
|
* {@link stageImageField} for a Series. The store is resolved/deployed **once** (not per token),
|
|
146
353
|
* then every file is staged against it and returned as its own `reader`-backed `image` field.
|
|
147
|
-
* Each field still points at its own manifest, so each token's
|
|
354
|
+
* Each field still points at its own manifest, so each token's work is independent; they just
|
|
148
355
|
* share the store contract. Returns the fields in input order (token order).
|
|
149
356
|
*/
|
|
150
|
-
export declare function stageImageFieldsBatch(imagePaths: string[], compress: Compress, send:
|
|
357
|
+
export declare function stageImageFieldsBatch(imagePaths: string[], compress: Compress, send: SendTx, storeOverride?: string, allowUnreadable?: boolean): Promise<{
|
|
151
358
|
fields: OnChainFieldInput[];
|
|
152
359
|
store: Address;
|
|
153
360
|
}>;
|
|
361
|
+
/**
|
|
362
|
+
* The on-chain bytes for `--value` under `representation`. For a structured representation this
|
|
363
|
+
* normalizes (a bare address → `abi.encode(address)`) and REFUSES anything the renderer could not
|
|
364
|
+
* decode; every other representation carries raw bytes and passes through untouched.
|
|
365
|
+
*/
|
|
366
|
+
export declare function encodeStructuredFieldValue(representation: string, value: string): Hex;
|
|
367
|
+
/**
|
|
368
|
+
* Refuse a `renderer` field that points at an address with NO CODE — the same guard
|
|
369
|
+
* `deploy-code --image-renderer` applies, now on the post-deploy path it was missing from. A
|
|
370
|
+
* codeless target passes every static check and still reverts every tokenURI.
|
|
371
|
+
*/
|
|
372
|
+
export declare function assertFieldRendererDeployed(value: Hex): Promise<void>;
|
|
373
|
+
export declare function assertGeneratorRepointable(contract: Address, field: string, flags: Flags,
|
|
374
|
+
/** Injected for tests; the real probe is one eth_call. */
|
|
375
|
+
probe?: (c: Address) => Promise<boolean>): Promise<void>;
|
|
154
376
|
export declare function cmdSetField(address: string | undefined, flags: Flags): Promise<void>;
|
|
155
377
|
/**
|
|
156
378
|
* `abx attach <address> <key> <uri>` — attach a named, typed file to a token (or the collection),
|
|
@@ -166,6 +388,20 @@ export declare function cmdSetField(address: string | undefined, flags: Flags):
|
|
|
166
388
|
* - computed keys (`artifacts`, `abx_provenance`) are refused — they're the manifest, not inputs.
|
|
167
389
|
* Scope: token (`--token`, default 0) or `--collection`. Any signing lane. Owner-only.
|
|
168
390
|
*/
|
|
391
|
+
/**
|
|
392
|
+
* Attach one or more artifacts. Several `<key> <uri>` pairs in one invocation become **one
|
|
393
|
+
* transaction**.
|
|
394
|
+
*
|
|
395
|
+
* That batching is a safety fix, not a convenience (backlog B20). The CLI's most-documented flow —
|
|
396
|
+
* mint, then attach each artifact, then refresh — sent one transaction per step with no all-or-nothing
|
|
397
|
+
* boundary, so a failure partway through left a permanently half-written token that cannot be
|
|
398
|
+
* un-minted. An integrator hit exactly this and folded 8 operations into 1 transaction using the SDK's
|
|
399
|
+
* `batchOps`, which the CLI already shipped and did not use. Now it does: N pairs are one
|
|
400
|
+
* `multicall`, so either every artifact lands or none does.
|
|
401
|
+
*
|
|
402
|
+
* A single pair passes through `batchOps` untouched, so the one-artifact case sends the identical
|
|
403
|
+
* transaction it always did.
|
|
404
|
+
*/
|
|
169
405
|
export declare function cmdAttach(rest: string[], flags: Flags): Promise<void>;
|
|
170
406
|
export declare function cmdLockField(address: string | undefined, flags: Flags): Promise<void>;
|
|
171
407
|
/** Point a token's URI resolution at an on-chain renderer (or clear it with `--off`).
|
|
@@ -174,8 +410,9 @@ export declare function cmdLockField(address: string | undefined, flags: Flags):
|
|
|
174
410
|
* fields — no resolver needed. Scope: token (default) or `--collection`. */
|
|
175
411
|
export declare function cmdSetRenderer(address: string | undefined, flags: Flags): Promise<void>;
|
|
176
412
|
/** Freeze a scope's URI config (pointer + renderer) forever. With the fields also
|
|
177
|
-
* locked, the
|
|
178
|
-
*
|
|
413
|
+
* locked, the stored metadata can never change again — the on-chain twin of a frozen
|
|
414
|
+
* `tokenURI`. Not the same as a frozen OUTPUT: params have no lock and the renderer
|
|
415
|
+
* projects them, and a Registry dependency resolves live. Scope: token or `--collection`. */
|
|
179
416
|
export declare function cmdLockUri(address: string | undefined, flags: Flags): Promise<void>;
|
|
180
417
|
export declare function cmdSetAdmin(address: string | undefined, flags: Flags): Promise<void>;
|
|
181
418
|
/**
|
|
@@ -183,13 +420,27 @@ export declare function cmdSetAdmin(address: string | undefined, flags: Flags):
|
|
|
183
420
|
* sale for a project on the shared minter. Defers to the token owner. Resolves (or deploys) the
|
|
184
421
|
* shared minter, then reports the two remaining grants the owner still needs (assign the minter on
|
|
185
422
|
* the token, set a primary payee) and whether the token is paused.
|
|
423
|
+
*
|
|
424
|
+
* On an EDITION (OneOfOneEdition/EditionImage/EditionCode), `--token-id` is REQUIRED (sales are
|
|
425
|
+
* keyed `(token, id)` — a per-work price, not one project-wide sale) and the sale routes to the
|
|
426
|
+
* shared `AbxFixedPriceMinter1155` instead. Refused on a 721 target.
|
|
186
427
|
*/
|
|
187
428
|
export declare function cmdMinterConfigure(address: string | undefined, flags: Flags): Promise<void>;
|
|
188
429
|
/** `abx minter show <token>` — the sale terms + the token's readiness (assigned? payee? paused?).
|
|
189
|
-
* Read-only; the agent runs it to see exactly what's configured before/after a sale.
|
|
430
|
+
* Read-only; the agent runs it to see exactly what's configured before/after a sale. On an
|
|
431
|
+
* edition, `--token-id` is required and the readout is per-id (copies, not a whole-contract cap). */
|
|
190
432
|
export declare function cmdMinterShow(address: string | undefined, flags: Flags): Promise<void>;
|
|
191
433
|
/** `abx minter buy <token> [--to 0x…]` — buy one token through the shared minter (public; any
|
|
192
|
-
* funded signer). ETH sales attach the price; ERC-20 sales need a prior approval to the minter.
|
|
434
|
+
* funded signer). ETH sales attach the price; ERC-20 sales need a prior approval to the minter.
|
|
435
|
+
* On an edition, `--token-id` is required and `--quantity` (default 1) buys several copies in the
|
|
436
|
+
* same purchase — the total ETH attached is `price × quantity`. */
|
|
193
437
|
export declare function cmdMinterBuy(address: string | undefined, flags: Flags): Promise<void>;
|
|
194
|
-
|
|
438
|
+
/** Values already stored under a key can be stranded by a schema change — the contract does NOT
|
|
439
|
+
* re-validate them. Compare old vs new and name what would break, so the guard can refuse. */
|
|
440
|
+
export declare function strandingRisks(before: OnChainParamSchema, after: ParsedSchema): string[];
|
|
441
|
+
/** `abx set-schema <address> --schema key:Type:Auth[:lock=<when>]` — attach or replace ONE key's
|
|
442
|
+
* on-chain schema, any time in a project's life. Owner-only. */
|
|
443
|
+
export declare function cmdSetSchema(address: string | undefined, flags: Flags): Promise<void>;
|
|
444
|
+
/** `abx retire-param <address> <key>` — permanently stop further writes to a PostParam. */
|
|
445
|
+
export declare function cmdRetireParam(address: string | undefined, rest: string[], flags: Flags): Promise<void>;
|
|
195
446
|
//# sourceMappingURL=ownerops.d.ts.map
|
package/dist/ownerops.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ownerops.d.ts","sourceRoot":"","sources":["../src/ownerops.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,
|
|
1
|
+
{"version":3,"file":"ownerops.d.ts","sourceRoot":"","sources":["../src/ownerops.ts"],"names":[],"mappings":"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"}
|