- staking: both methods now require a
validatoraddress (the ValidatorWallet, i.e. what validatorJoin() returned).
- ci: bump publish workflow to Node 24 to get npm 11 natively (f5decf9)
- ci: restore npm 11 upgrade for OIDC trusted publishing (feb2baf)
- resolve merge conflict in gen_call comment (16dc289)
- add appeal tracking methods and fix appealTransaction event handling (c49b028)
- handle queued transactions and improve error messages (6ffc48e)
- route only signing methods through wallet provider (11ec3a1)
- resolve pre-existing lint errors (e018d1e)
- resolve pre-existing type errors in tests and source (3deedbb)
- type cast err as Error in RPC console.error (e984091)
- ci: git add sibling file in docs sync (d54f9c3)
- ci: use sibling file pattern for docs sync (4c6598d)
- docs: strip badges and emojis from README when syncing to docs (4c9ff8a)
- docs: multi-page API reference with param tables, README as index (6918c55)
- ci: clean old docs before syncing (a3a8033)
- docs: single-page API reference instead of TypeDoc module split (edea2a5)
- ci: push docs directly to main instead of PR (eaba6ad)
- ci: replace peter-evans/create-pull-request with gh pr create (1a0ad29)
- ci: use GitHub App token for docs sync (d9b9869)
- Add TypeDoc API reference generation and docs sync (653b949)
- Add debugTraceTransaction method (b145b01)
- Expose txExecutionResult, messages, and getTriggeredTransactionIds (5577ee6)
- extract GenLayer txId from NewTransaction event for external wallet transactions (5fbb411)
- add validatorMinStake and delegatorMinStake to getEpochInfo (5810e25)
- use HTTPS domain RPC URLs for testnets (0992eba)
- add getMinAppealBond and auto-bond appeal support (5304b82)
- default jsonSafeReturn to true in readContract (5426c1b)
- detect viem InternalRpcError details for ABI fallback (8b6e33a)
- retry addTransaction with alternate ABI on mismatch (cdd5932)
- support addTransaction ABI v5/v6 on local and studio (ba7d524)
- export buildGenVmPositionalArgs from package (475f063)
- preserve primitive values in simplifyTransactionReceipt (ce6fdd7)