@fased/fased 0.1.64 → 0.1.65
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 +16 -0
- package/README.md +16 -9
- package/config/signer-policies/README.md +10 -1
- package/config/signer-protocol-v2.json +2 -0
- package/dist/brand.js +1 -1
- package/dist/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/control-ui/assets/{app-bR-fO5ty.js → app-MaQnPa5G.js} +5 -5
- package/dist/control-ui/assets/{index-ckCxHwjy.js → index-D4YMr1fA.js} +3 -3
- package/dist/control-ui/assets/{mining-BgHFh0ei.js → mining-qMYs4aD-.js} +120 -120
- package/dist/control-ui/index.html +1 -1
- package/dist/control-ui/version.json +1 -1
- package/dist/extensions/sat-mining/src/rpc-read.js +59 -20
- package/dist/extensions/sat-mining/src/solana-submit.js +251 -8
- package/dist/extensions/sat-mining/src/submission-ledger.js +1 -1
- package/dist/plugin-sdk/{audio-preflight-BYxAt775.js → audio-preflight-I4IngVlJ.js} +1 -1
- package/dist/plugin-sdk/channel-plugin-common.d.ts +2 -2
- package/dist/plugin-sdk/{chunk-items-DIRHG2gJ.js → chunk-items-DLQ6_lLK.js} +1 -1
- package/dist/plugin-sdk/command-status.js +1 -1
- package/dist/plugin-sdk/{config-schema-BOT7kHb6.js → config-schema-D_8FVI1C.js} +28 -8
- package/dist/plugin-sdk/device-pair.d.ts +1 -1
- package/dist/plugin-sdk/discord.d.ts +3 -3
- package/dist/plugin-sdk/index.d.ts +5 -5
- package/dist/plugin-sdk/index.js +1 -1
- package/dist/plugin-sdk/{monitor-BCFDaqJ-.js → monitor-B4KF4Kpo.js} +3 -3
- package/dist/plugin-sdk/{monitor-BgbjRiPM.js → monitor-Bb6x1KAG.js} +3 -3
- package/dist/plugin-sdk/{openresponses-http-DFf87SMM.js → openresponses-http-DCTO8JkL.js} +1 -1
- package/dist/plugin-sdk/{pairing-message-CS-9BHug.d.ts → pairing-message-DHPDFZbC.d.ts} +1 -1
- package/dist/plugin-sdk/provider-web-search-config-contract.d.ts +1 -1
- package/dist/plugin-sdk/sat-runtime.d.ts +18 -2
- package/dist/plugin-sdk/sat-runtime.js +1 -1
- package/dist/plugin-sdk/{slack-BUTt8cxK.js → slack-BHmvqgjH.js} +3 -3
- package/dist/plugin-sdk/slack.d.ts +3 -3
- package/dist/plugin-sdk/{sticker-cache-D0wHVqjt.js → sticker-cache-By5AcorL.js} +2 -2
- package/dist/plugin-sdk/{telegram-actions-CC_qN4v0.js → telegram-actions-DGnBz1YT.js} +2 -2
- package/dist/plugin-sdk/telegram.d.ts +3 -3
- package/dist/plugin-sdk/{tmp-fased-dir-xOTGlzBE.d.ts → tmp-fased-dir-EJGTmL1Q.d.ts} +1 -1
- package/dist/plugin-sdk/{types-C3avNytw.d.ts → types-BdwdFCD6.d.ts} +2 -2
- package/dist/plugin-sdk/{types-DWfbSAaM.d.ts → types-BrCpYMxn.d.ts} +1 -1
- package/dist/plugin-sdk/{web-BXsJ1vqe.js → web-DUJwrTYs.js} +1 -1
- package/dist/plugin-sdk/whatsapp.d.ts +3 -3
- package/dist/wallet/local-socket-signer-protocol.js +18 -0
- package/dist/wallet/signer-protocol-v2.generated.js +2 -0
- package/dist/wallet/wallet-policy.js +3 -1
- package/extensions/acpx/package.json +1 -1
- package/extensions/bluebubbles/package.json +1 -1
- package/extensions/copilot-proxy/package.json +1 -1
- package/extensions/diagnostics-otel/package.json +1 -1
- package/extensions/fased-federation/package.json +1 -1
- package/extensions/google-gemini-cli-auth/package.json +1 -1
- package/extensions/imessage/package.json +1 -1
- package/extensions/irc/package.json +1 -1
- package/extensions/line/package.json +1 -1
- package/extensions/llm-task/package.json +1 -1
- package/extensions/lobster/package.json +1 -1
- package/extensions/matrix/CHANGELOG.md +6 -0
- package/extensions/matrix/package.json +1 -1
- package/extensions/mattermost/package.json +1 -1
- package/extensions/memory-core/package.json +2 -2
- package/extensions/memory-lancedb/package.json +1 -1
- package/extensions/minimax-portal-auth/package.json +1 -1
- package/extensions/msteams/CHANGELOG.md +6 -0
- package/extensions/msteams/package.json +1 -1
- package/extensions/nextcloud-talk/package.json +1 -1
- package/extensions/nostr/CHANGELOG.md +6 -0
- package/extensions/nostr/package.json +1 -1
- package/extensions/open-prose/package.json +1 -1
- package/extensions/sat-mining/index.ts +89 -1
- package/extensions/sat-mining/package.json +1 -1
- package/extensions/sat-mining/src/audit-store.ts +45 -4
- package/extensions/sat-mining/src/client.ts +13 -0
- package/extensions/sat-mining/src/rpc-read.ts +105 -21
- package/extensions/sat-mining/src/runtime.ts +2 -0
- package/extensions/sat-mining/src/solana-submit.ts +358 -21
- package/extensions/sat-mining/src/submission-ledger.ts +2 -1
- package/extensions/signal/package.json +1 -1
- package/extensions/synology-chat/package.json +1 -1
- package/extensions/tlon/package.json +1 -1
- package/extensions/twitch/CHANGELOG.md +6 -0
- package/extensions/twitch/package.json +1 -1
- package/extensions/voice-call/CHANGELOG.md +6 -0
- package/extensions/voice-call/package.json +1 -1
- package/extensions/zalo/CHANGELOG.md +6 -0
- package/extensions/zalo/package.json +1 -1
- package/extensions/zalouser/CHANGELOG.md +6 -0
- package/extensions/zalouser/package.json +1 -1
- package/install.sh +14 -18
- package/package.json +1 -1
- package/scripts/fased-managed-updater.mjs +1 -1
- package/scripts/fased-signer-owner-policy.mjs +13 -1
- package/scripts/start-managed.sh +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@ This changelog starts with the public Fased Agent release line. Required
|
|
|
4
4
|
third-party and copied-code notices are kept in [LICENSE](./LICENSE) and
|
|
5
5
|
[THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md).
|
|
6
6
|
|
|
7
|
+
## 0.1.65
|
|
8
|
+
|
|
9
|
+
- Add rent-aware SAT settlement accounting, durable submission serialization
|
|
10
|
+
and reconciliation, keeper-bounty debt visibility, and operator status in the
|
|
11
|
+
Mining UI and CLI surfaces.
|
|
12
|
+
- Add signer-owned typed address lookup-table create, extend, deactivate, close,
|
|
13
|
+
and lookup-backed distribution operations with Mining-role, program, action,
|
|
14
|
+
and rent policy gates; all lookup-table operations remain disabled by default.
|
|
15
|
+
- Require byte-identical lookup-table account state from at least two distinct
|
|
16
|
+
configured RPC origins before compiling numeric v0 indexes, and fail closed
|
|
17
|
+
for one provider, duplicate origins, or disagreement.
|
|
18
|
+
- Use independent lifecycle slot reads and the conservative lower slot for
|
|
19
|
+
lookup-table activation, deactivation, and close checks.
|
|
20
|
+
- Preserve explicit lookup-table enablement through managed updates and document
|
|
21
|
+
policy activation, rent recovery, keeper reconciliation, and rollback.
|
|
22
|
+
|
|
7
23
|
## 0.1.64
|
|
8
24
|
|
|
9
25
|
- Make protocol-v2 `fased-signerd` authoritative for native key creation,
|
package/README.md
CHANGED
|
@@ -119,8 +119,8 @@ Before you start the VPS installer, shut down local VPNs such as Mullvad,
|
|
|
119
119
|
Proton VPN, NordVPN, corporate VPN clients, and browser/device VPN apps. Other
|
|
120
120
|
VPNs can override Tailscale DNS, firewall rules, or `100.x` routing. Re-enable
|
|
121
121
|
them only after Tailscale SSH and the dashboard work.
|
|
122
|
-
The full
|
|
123
|
-
[VPS Hosting
|
|
122
|
+
The full access and recovery steps are in the
|
|
123
|
+
[VPS Hosting guide](https://docs.fased.ai/install/vps).
|
|
124
124
|
|
|
125
125
|
Other private-access systems are custom deployments. The standard hosted
|
|
126
126
|
installer does not configure or verify WireGuard, Headscale, ZeroTier, bastion
|
|
@@ -138,11 +138,17 @@ First SSH into the fresh VPS using the login your VPS provider gives you, often
|
|
|
138
138
|
ssh root@YOUR_PUBLIC_VPS_IP
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
Then
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
141
|
+
Then run the one-command Hosting bootstrap:
|
|
142
|
+
|
|
143
|
+
```bash
|
|
144
|
+
curl -fsSL https://raw.githubusercontent.com/fased-ai/fased/main/install.sh \
|
|
145
|
+
| bash -s -- --hosting
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
It selects the stable release and verifies the tagged Hosting artifacts before
|
|
149
|
+
privileged Fased installation. The
|
|
150
|
+
[VPS Hosting guide](https://docs.fased.ai/install/vps#advanced-verify-the-bootstrap-first)
|
|
151
|
+
also keeps an advanced procedure for verifying `install.sh` before it runs.
|
|
146
152
|
|
|
147
153
|
The Fased installer bootstraps the attested hosted runtime itself. A fresh VPS
|
|
148
154
|
does not need `git clone`; the installer installs the supported system tools and
|
|
@@ -464,8 +470,9 @@ curl -fsSL https://raw.githubusercontent.com/fased-ai/fased/main/install.sh | ba
|
|
|
464
470
|
```
|
|
465
471
|
|
|
466
472
|
Use the VPS Hosting profile only on the server that will run Fased all the time,
|
|
467
|
-
|
|
468
|
-
|
|
473
|
+
using the one-command bootstrap in the
|
|
474
|
+
[VPS Hosting guide](https://docs.fased.ai/install/vps). Manual pre-execution
|
|
475
|
+
attestation verification remains available there for advanced operators.
|
|
469
476
|
|
|
470
477
|
The commands below are for contributors working from the source checkout. Do
|
|
471
478
|
not use plain `npm install` to install Fased from source.
|
|
@@ -36,7 +36,16 @@ with `fased-signer-policy`; installation and update never widen it automatically
|
|
|
36
36
|
forces generic SOL/SAT transfers through reviewed authorization for a Mining
|
|
37
37
|
wallet; it never treats them as autonomous mining actions. Exact SAT codecs
|
|
38
38
|
that genuinely use associated-token-account instructions retain that program
|
|
39
|
-
grant.
|
|
39
|
+
grant. The starter deliberately omits the four typed `satLookup` lifecycle
|
|
40
|
+
operations for large distribution pages. Opting in requires both
|
|
41
|
+
`FASED_SAT_ENABLE_ALT_V0=1` and owner-approved exact create, extend,
|
|
42
|
+
deactivate, and close grants for the Address Lookup Table program. Create and
|
|
43
|
+
extend each reserve `25000000` lamports, so the native SOL per-transaction cap
|
|
44
|
+
must be at least that amount and the daily cap must cover every create/extend
|
|
45
|
+
chunk the operator intends to run. The signer network must also contain
|
|
46
|
+
reachable primary and fallback RPC URLs on two distinct origins. ALT account
|
|
47
|
+
bytes must agree exactly across both origins; one origin, duplicate origins,
|
|
48
|
+
or any disagreement fails closed.
|
|
40
49
|
- Vault operations always require signer-owned reviewed authorization. The
|
|
41
50
|
starter omits Jupiter and Trigger permissions. Treat both as preview in this
|
|
42
51
|
release: do not add them to a production policy until an exact generated
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"solana.nativeTransfer",
|
|
6
6
|
"solana.splTransferChecked",
|
|
7
7
|
"solana.satAction",
|
|
8
|
+
"solana.satLookupTable",
|
|
8
9
|
"solana.vaultBondAction",
|
|
9
10
|
"federation.bondChallenge",
|
|
10
11
|
"solana.jupiter.swap",
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
"typedA2aRefundMemos",
|
|
32
33
|
"idempotentAssociatedTokenCreation",
|
|
33
34
|
"typedSATActions",
|
|
35
|
+
"typedSATAddressLookupTables",
|
|
34
36
|
"typedVaultBondActions",
|
|
35
37
|
"domainSeparatedFederationBondChallenges",
|
|
36
38
|
"federationBondChallengeWrapperV2",
|
package/dist/brand.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
const FASED_BRAND_NAME = "Fased";
|
|
3
3
|
const FASED_AGENT_NAME = "Fased Agent";
|
|
4
4
|
const FASED_CONTROL_NAME = "Fased Control";
|
|
5
|
-
const FASED_PRODUCT_VERSION = "0.1.
|
|
5
|
+
const FASED_PRODUCT_VERSION = "0.1.65";
|
|
6
6
|
const FASED_DISPLAY_VERSION = `v${FASED_PRODUCT_VERSION}`;
|
|
7
7
|
function formatFasedDisplayLine() {
|
|
8
8
|
return `${FASED_AGENT_NAME} ${FASED_DISPLAY_VERSION}`;
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b6198a8be353e5ee2c011fb8b852230887c90aa70650e3d72131f1432f215fa0
|