Skip to content

Commit 9c77824

Browse files
authored
Merge pull request #7830 from elizaOS/develop
fix(snap): snap build filter + post-release follow-up
2 parents 749fd56 + 5119665 commit 9c77824

65 files changed

Lines changed: 733 additions & 275484 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bun.lock

Lines changed: 24 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,13 +439,16 @@
439439
"@radix-ui/react-switch": "^1.2.6",
440440
"@radix-ui/react-tabs": "^1.1.13",
441441
"@radix-ui/react-tooltip": "^1.2.8",
442+
"abitype": "1.2.3",
442443
"class-variance-authority": "^0.7.1",
443444
"clsx": "^2.1.1",
444445
"elysia": "^1.4.21",
446+
"eventsource-parser": "^1.1.2",
445447
"hono": "^4.12.18",
446448
"node-edge-tts": "^1.2.9",
447449
"pg": "^8.20.0",
448-
"tailwind-merge": "^3.0.0",
450+
"robot3": "^0.4.1",
451+
"tailwind-merge": "3.4.0",
449452
"zod": "^4.4.3"
450453
}
451454
}

packages/agent/src/api/registry-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import * as ethers from "ethers";
1313
import type { TxService } from "./tx-service.ts";
1414

1515
// ── ABI ──────────────────────────────────────────────────────────────────
16-
// Matches ElizaAgentRegistry.sol. Babylon-compatible core interface plus
16+
// Matches ElizaAgentRegistry.sol. Feed-compatible core interface plus
1717
// registerAgentFor() and ERC721URIStorage tokenURI.
1818

1919
const REGISTRY_ABI = [

packages/app-core/packaging/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ parts:
511511
--filter=@elizaos/plugin-wallet-ui \
512512
--filter=@elizaos/plugin-wechat \
513513
--filter=@elizaos/plugin-whatsapp \
514-
--filter=@elizaos/scenario-runner/schema
514+
--filter=@elizaos/scenario-runner
515515
rm -rf node_modules/@types
516516
rm -rf "$SNAP_BUILD_TYPES_DIR"
517517

packages/app-core/platforms/electrobun/.generated/brand-config.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)