3.0.0 (2024-12-10)
Bug Fixes
- ar.io cli: use global program from cli.ts scope for ar.io command PE-5854 (3e83298)
- expose instant param for decreaseOperatorStake function arg type (2fd1f5d)
- lua id: change lua id (d4907db)
- remove un-used import (5db9ac0)
- spawn-ant: use a valid default ttlSeconds (aea4aa7)
- use
Keywords
for setKeywords (19ab3ad)
Features
- ar-io cli: init balance command and CLI setup (94c630b)
- ar-io cli: init join-network command (fc9dc07)
- ar.io cli: add --cu-url global parameter PE-5854 (2346f5b)
- ar.io cli: enable confirmation prompts on each write action PE-5854 (9ac88bb)
- ar.io cli: include --tags input in write actions PE-5854 (4b9d03e)
- ar.io cli: init buy/upgrade/extend-record, inc-undernames, sub-auc-bid, req-prim-name PE-5854 (5eb3df2)
- ar.io cli: init decrease-delegate-stake instant/cancel-withdraw commands PE-5854 (f0e7b9e)
- ar.io cli: init epoch read commands PE-5854 (61e0fc3)
- ar.io cli: init get token cost and auction prices PE-5854 (867807d)
- ar.io cli: init get-delegations, get-arns-record, list-arns-records commands PE-5854 (d7cbde3)
- ar.io cli: init get-gateway-delegates and get-gateways commands PE-5854 (35a33ef)
- ar.io cli: init get-vault and get-gateway commands (d262243)
- ar.io cli: init increase/decrease-operator-stake commands PE-5854 (1312860)
- ar.io cli: init info command (c721374)
- ar.io cli: init leave-network, delegate-stake PE-5854 (40ebe06)
- ar.io cli: init pagination from CLI layer PE-5854 (f52ce1f)
- ar.io cli: init read/write ANT commands PE-5854 (392a9ef)
- ar.io cli: init redelegate-stake PE-5854 (7bf4a8e)
- ar.io cli: init save-observations PE-5854 (f80bb8c)
- ar.io cli: init spawn-ant and get-ant-state PE-5854 (119c765)
- ar.io cli: init token-supply command (b58d782)
- ar.io cli: init transfer command (5553584)
- ar.io cli: init update-gateway-settings PE-5854 (7a6aa4b)
- ar.io cli: stringify outputs for command line compatibility (3c04cac)
- ARIO token: change all IO references to ARIO (4f8135d)
- ARIO token: update all IO refernces to ARIO (8fb2188)
- returned names: remove/replace auction APIs in favor returned names (2c9826f)
BREAKING CHANGES
- ARIO token: All exported IO and IOToken are now repleced with
ARIO and ARIOToken respectively
PE-7225