@jellylegsai/aether-cli 1.9.1 → 1.9.2

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.
Files changed (3) hide show
  1. package/commands/index.js +86 -86
  2. package/index.js +7 -0
  3. package/package.json +76 -76
package/commands/index.js CHANGED
@@ -1,86 +1,86 @@
1
- // Export all command modules
2
- const doctorCommand = require('./doctor');
3
- const initCommand = require('./init');
4
- const validatorStartCommand = require('./validator-start');
5
- const validatorStatusCommand = require('./validator-status');
6
- const validatorInfoCommand = require('./validator-info');
7
- const validatorRegisterCommand = require('./validator-register');
8
- const delegationsCommand = require('./delegations');
9
- const rewardsCommand = require('./rewards');
10
- const walletCommand = require('./wallet');
11
- const balanceCommand = require('./balance');
12
- const transferCommand = require('./transfer');
13
- const txHistoryCommand = require('./tx-history');
14
- const txCommand = require('./tx');
15
- const multisigCommand = require('./multisig');
16
- const claimCommand = require('./claim');
17
- const unstakeCommand = require('./unstake');
18
- const stakeCommand = require('./stake');
19
- const stakePositionsCommand = require('./stake-positions');
20
- const networkCommand = require('./network');
21
- const monitorLoop = require('./monitor');
22
- const logsCommand = require('./logs');
23
- const sdkCommand = require('./sdk');
24
- const sdkTestCommand = require('./sdk-test');
25
- const configCommand = require('./config');
26
- const epochCommand = require('./epoch');
27
- const supplyCommand = require('./supply');
28
- const statusCommand = require('./status');
29
- const validatorsListCommand = require('./validators');
30
- const blockhashCommand = require('./blockhash');
31
- const tpsCommand = require('./tps');
32
- const feesCommand = require('./fees');
33
- const apyCommand = require('./apy');
34
- const broadcastCommand = require('./broadcast');
35
- const accountCommand = require('./account');
36
- const priceCommand = require('./price');
37
- const emergencyCommand = require('./emergency');
38
- const snapshotCommand = require('./snapshot');
39
- const nftCommand = require('./nft');
40
- const pingCommand = require('./ping');
41
- const slotCommand = require('./slot');
42
- const stakeInfoCommand = require('./stake-info');
43
-
44
- module.exports = {
45
- doctorCommand,
46
- initCommand,
47
- validatorStartCommand,
48
- validatorStatusCommand,
49
- validatorInfoCommand,
50
- validatorRegisterCommand,
51
- delegationsCommand,
52
- rewardsCommand,
53
- walletCommand,
54
- balanceCommand,
55
- transferCommand,
56
- txHistoryCommand,
57
- txCommand,
58
- multisigCommand,
59
- claimCommand,
60
- unstakeCommand,
61
- stakeCommand,
62
- stakePositionsCommand,
63
- stakeInfoCommand,
64
- networkCommand,
65
- monitorLoop,
66
- logsCommand,
67
- sdkCommand,
68
- sdkTestCommand,
69
- configCommand,
70
- epochCommand,
71
- supplyCommand,
72
- statusCommand,
73
- validatorsListCommand,
74
- blockhashCommand,
75
- tpsCommand,
76
- feesCommand,
77
- apyCommand,
78
- broadcastCommand,
79
- accountCommand,
80
- priceCommand,
81
- emergencyCommand,
82
- snapshotCommand,
83
- nftCommand,
84
- pingCommand,
85
- slotCommand,
86
- };
1
+ // Export all command modules
2
+ const doctorCommand = require('./doctor');
3
+ const initCommand = require('./init');
4
+ const validatorStartCommand = require('./validator-start');
5
+ const validatorStatusCommand = require('./validator-status');
6
+ const validatorInfoCommand = require('./validator-info');
7
+ const validatorRegisterCommand = require('./validator-register');
8
+ const delegationsCommand = require('./delegations');
9
+ const rewardsCommand = require('./rewards');
10
+ const walletCommand = require('./wallet');
11
+ const balanceCommand = require('./balance');
12
+ const transferCommand = require('./transfer');
13
+ const txHistoryCommand = require('./tx-history');
14
+ const txCommand = require('./tx');
15
+ const multisigCommand = require('./multisig');
16
+ const claimCommand = require('./claim');
17
+ const unstakeCommand = require('./unstake');
18
+ const stakeCommand = require('./stake');
19
+ const stakePositionsCommand = require('./stake-positions');
20
+ const networkCommand = require('./network');
21
+ const monitorLoop = require('./monitor');
22
+ const logsCommand = require('./logs');
23
+ const sdkCommand = require('./sdk');
24
+ const sdkTestCommand = require('./sdk-test');
25
+ const configCommand = require('./config');
26
+ const epochCommand = require('./epoch');
27
+ const supplyCommand = require('./supply');
28
+ const statusCommand = require('./status');
29
+ const validatorsListCommand = require('./validators');
30
+ const blockhashCommand = require('./blockhash');
31
+ const tpsCommand = require('./tps');
32
+ const feesCommand = require('./fees');
33
+ const apyCommand = require('./apy');
34
+ const broadcastCommand = require('./broadcast');
35
+ const accountCommand = require('./account');
36
+ const priceCommand = require('./price');
37
+ const emergencyCommand = require('./emergency');
38
+ const snapshotCommand = require('./snapshot');
39
+ const nftCommand = require('./nft');
40
+ const pingCommand = require('./ping');
41
+ const slotCommand = require('./slot');
42
+ const stakeInfoCommand = require('./stake-info');
43
+
44
+ module.exports = {
45
+ doctorCommand,
46
+ initCommand,
47
+ validatorStartCommand,
48
+ validatorStatusCommand,
49
+ validatorInfoCommand,
50
+ validatorRegisterCommand,
51
+ delegationsCommand,
52
+ rewardsCommand,
53
+ walletCommand,
54
+ balanceCommand,
55
+ transferCommand,
56
+ txHistoryCommand,
57
+ txCommand,
58
+ multisigCommand,
59
+ claimCommand,
60
+ unstakeCommand,
61
+ stakeCommand,
62
+ stakePositionsCommand,
63
+ stakeInfoCommand,
64
+ networkCommand,
65
+ monitorLoop,
66
+ logsCommand,
67
+ sdkCommand,
68
+ sdkTestCommand,
69
+ configCommand,
70
+ epochCommand,
71
+ supplyCommand,
72
+ statusCommand,
73
+ validatorsListCommand,
74
+ blockhashCommand,
75
+ tpsCommand,
76
+ feesCommand,
77
+ apyCommand,
78
+ broadcastCommand,
79
+ accountCommand,
80
+ priceCommand,
81
+ emergencyCommand,
82
+ snapshotCommand,
83
+ nftCommand,
84
+ pingCommand,
85
+ slotCommand,
86
+ };
package/index.js CHANGED
@@ -451,6 +451,13 @@ const COMMANDS = {
451
451
  slotCommand();
452
452
  },
453
453
  },
454
+ multisig: {
455
+ description: 'Multi-signature wallet management — create, list, info, send, add-signer — aether multisig <subcommand>',
456
+ handler: () => {
457
+ const { multisigCommand } = require('./commands/multisig');
458
+ multisigCommand();
459
+ },
460
+ },
454
461
  claim: {
455
462
  description: 'Claim accumulated staking rewards — aether claim --address <addr> [--json] [--dry-run]',
456
463
  handler: () => {
package/package.json CHANGED
@@ -1,76 +1,76 @@
1
- {
2
- "name": "@jellylegsai/aether-cli",
3
- "version": "1.9.1",
4
- "description": "Aether CLI - Validator Onboarding, Staking, and Blockchain Operations",
5
- "main": "index.js",
6
- "bin": {
7
- "aether-cli": "index.js",
8
- "aether": "index.js"
9
- },
10
- "scripts": {
11
- "test": "node test.js && cd sdk && node test.js",
12
- "lint": "echo 'No linting configured'",
13
- "doctor": "node index.js doctor",
14
- "init": "node index.js init",
15
- "monitor": "node index.js monitor",
16
- "logs": "node index.js logs",
17
- "sdk": "node index.js sdk",
18
- "sdk-test": "node index.js sdk-test",
19
- "wallet": "node index.js wallet",
20
- "stake": "node index.js stake",
21
- "stake-positions": "node index.js stake-positions",
22
- "unstake": "node index.js unstake",
23
- "claim": "node index.js claim",
24
- "delegations": "node index.js delegations",
25
- "rewards": "node index.js rewards",
26
- "validators": "node index.js validators",
27
- "validator": "node index.js validator",
28
- "validator-register": "node index.js validator-register",
29
- "validator-start": "node index.js validator-start",
30
- "validator-status": "node index.js validator-status",
31
- "validator-info": "node index.js validator-info",
32
- "multisig": "node index.js multisig",
33
- "transfer": "node index.js transfer",
34
- "balance": "node index.js balance",
35
- "tx-history": "node index.js tx-history",
36
- "tx": "node index.js tx-history",
37
- "network": "node index.js network",
38
- "epoch": "node index.js epoch",
39
- "supply": "node index.js supply",
40
- "status": "node index.js status",
41
- "blockhash": "node index.js blockhash",
42
- "tps": "node index.js tps",
43
- "fees": "node index.js fees",
44
- "apy": "node index.js apy",
45
- "account": "node index.js account",
46
- "price": "node index.js price",
47
- "emergency": "node index.js emergency",
48
- "snapshot": "node index.js snapshot",
49
- "nft": "node index.js nft",
50
- "prepare-publish": "npm pack && echo 'Package ready for publishing'",
51
- "version-bump": "node -e \"const fs=require('fs');let p=JSON.parse(fs.readFileSync('package.json'));let v=p.version.split('.');v[2]=parseInt(v[2])+1;p.version=v.join('.');fs.writeFileSync('package.json',JSON.stringify(p,null,2));console.log('Version bumped to',p.version);\""
52
- },
53
- "keywords": [
54
- "aether",
55
- "blockchain",
56
- "validator",
57
- "staking",
58
- "cryptocurrency",
59
- "multi-signature",
60
- "cli"
61
- ],
62
- "author": "Jelly-legs AI Team",
63
- "license": "MIT",
64
- "repository": {
65
- "type": "git",
66
- "url": "git+https://github.com/jelly-legs-ai/Jelly-legs-unsteady-workshop.git"
67
- },
68
- "engines": {
69
- "node": ">=14.0.0"
70
- },
71
- "dependencies": {
72
- "bip39": "^3.0.4",
73
- "tweetnacl": "^1.0.3",
74
- "bs58": "^5.0.0"
75
- }
76
- }
1
+ {
2
+ "name": "@jellylegsai/aether-cli",
3
+ "version": "1.9.2",
4
+ "description": "Aether CLI - Validator Onboarding, Staking, and Blockchain Operations",
5
+ "main": "index.js",
6
+ "bin": {
7
+ "aether-cli": "index.js",
8
+ "aether": "index.js"
9
+ },
10
+ "scripts": {
11
+ "test": "node test.js && cd sdk && node test.js",
12
+ "lint": "echo 'No linting configured'",
13
+ "doctor": "node index.js doctor",
14
+ "init": "node index.js init",
15
+ "monitor": "node index.js monitor",
16
+ "logs": "node index.js logs",
17
+ "sdk": "node index.js sdk",
18
+ "sdk-test": "node index.js sdk-test",
19
+ "wallet": "node index.js wallet",
20
+ "stake": "node index.js stake",
21
+ "stake-positions": "node index.js stake-positions",
22
+ "unstake": "node index.js unstake",
23
+ "claim": "node index.js claim",
24
+ "delegations": "node index.js delegations",
25
+ "rewards": "node index.js rewards",
26
+ "validators": "node index.js validators",
27
+ "validator": "node index.js validator",
28
+ "validator-register": "node index.js validator-register",
29
+ "validator-start": "node index.js validator-start",
30
+ "validator-status": "node index.js validator-status",
31
+ "validator-info": "node index.js validator-info",
32
+ "multisig": "node index.js multisig",
33
+ "transfer": "node index.js transfer",
34
+ "balance": "node index.js balance",
35
+ "tx-history": "node index.js tx-history",
36
+ "tx": "node index.js tx-history",
37
+ "network": "node index.js network",
38
+ "epoch": "node index.js epoch",
39
+ "supply": "node index.js supply",
40
+ "status": "node index.js status",
41
+ "blockhash": "node index.js blockhash",
42
+ "tps": "node index.js tps",
43
+ "fees": "node index.js fees",
44
+ "apy": "node index.js apy",
45
+ "account": "node index.js account",
46
+ "price": "node index.js price",
47
+ "emergency": "node index.js emergency",
48
+ "snapshot": "node index.js snapshot",
49
+ "nft": "node index.js nft",
50
+ "prepare-publish": "npm pack && echo 'Package ready for publishing'",
51
+ "version-bump": "node -e \"const fs=require('fs');let p=JSON.parse(fs.readFileSync('package.json'));let v=p.version.split('.');v[2]=parseInt(v[2])+1;p.version=v.join('.');fs.writeFileSync('package.json',JSON.stringify(p,null,2));console.log('Version bumped to',p.version);\""
52
+ },
53
+ "keywords": [
54
+ "aether",
55
+ "blockchain",
56
+ "validator",
57
+ "staking",
58
+ "cryptocurrency",
59
+ "multi-signature",
60
+ "cli"
61
+ ],
62
+ "author": "Jelly-legs AI Team",
63
+ "license": "MIT",
64
+ "repository": {
65
+ "type": "git",
66
+ "url": "git+https://github.com/jelly-legs-ai/Jelly-legs-unsteady-workshop.git"
67
+ },
68
+ "engines": {
69
+ "node": ">=14.0.0"
70
+ },
71
+ "dependencies": {
72
+ "bip39": "^3.0.4",
73
+ "tweetnacl": "^1.0.3",
74
+ "bs58": "^5.0.0"
75
+ }
76
+ }