This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Commit 768ea21
authored
Submodule agent-tools-ts updated 25 files
- bun.lock+8-8
- package-lock.json+20-20
- package.json+4-4
- src/aibtc-cohort-0/dao-run-cost/public/set-asset.ts+105
- src/aibtc-cohort-0/dao-run-cost/public/set-confirmations.ts+103
- src/aibtc-cohort-0/dao-run-cost/public/set-owner.ts+105
- src/aibtc-cohort-0/dao-run-cost/public/transfer-token.ts+153
- src/aibtc-cohort-0/dao-run-cost/read-only/get-allowed-asset.ts+91
- src/aibtc-cohort-0/dao-run-cost/read-only/get-confirmations-required.ts+76
- src/aibtc-cohort-0/dao-run-cost/read-only/get-contract-info.ts+82
- src/aibtc-cohort-0/dao-run-cost/read-only/get-owner-confirmations.ts+82
- src/aibtc-cohort-0/dao-run-cost/read-only/get-proposal-totals.ts+83
- src/aibtc-cohort-0/dao-run-cost/read-only/get-set-asset-proposal.ts+87
- src/aibtc-cohort-0/dao-run-cost/read-only/get-set-confirmations-proposal.ts+86
- src/aibtc-cohort-0/dao-run-cost/read-only/get-set-owner-proposal.ts+87
- src/aibtc-cohort-0/dao-run-cost/read-only/get-total-confirmations.ts+82
- src/aibtc-cohort-0/dao-run-cost/read-only/get-total-owners.ts+76
- src/aibtc-cohort-0/dao-run-cost/read-only/get-transfer-proposal.ts+88
- src/aibtc-cohort-0/dao-run-cost/read-only/is-allowed-asset.ts+87
- src/aibtc-cohort-0/dao-run-cost/read-only/is-owner.ts+87
- src/aibtc-cohort-0/dao-run-cost/read-only/owner-has-confirmed.ts+92
- src/sip-010-ft/transfer.ts+3-4
- tests/test-agent-account-registry-tools.ts+8-5
- tests/test-agent-account-tools.ts+14-9
- tests/test-dao-run-cost-tools.ts+354
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
| |||
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
| 63 | + | |
55 | 64 | | |
56 | | - | |
| 65 | + | |
57 | 66 | | |
58 | 67 | | |
59 | 68 | | |
| |||
69 | 78 | | |
70 | 79 | | |
71 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
72 | 110 | | |
73 | 111 | | |
74 | 112 | | |
| |||
89 | 127 | | |
90 | 128 | | |
91 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
92 | 135 | | |
93 | 136 | | |
94 | 137 | | |
| |||
101 | 144 | | |
102 | 145 | | |
103 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
104 | 150 | | |
105 | 151 | | |
106 | 152 | | |
| |||
109 | 155 | | |
110 | 156 | | |
111 | 157 | | |
112 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
113 | 162 | | |
114 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
115 | 167 | | |
116 | 168 | | |
117 | 169 | | |
| |||
0 commit comments