Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 52 additions & 52 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@midnightntwrk/ledger-v9": "1.0.0-rc.3",
"@midnight-ntwrk/dapp-connector-api": "4.0.1",
"@midnight-ntwrk/midnight-js-network-id": "5.0.0-beta.6",
"@effectstream/wallets": "0.200.2"
"@effectstream/wallets": "0.200.6"
},
"devDependencies": {
"@types/react": "^19.2.7",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"test:held-open": "bun test ./packages/database/held-open-transaction.pgtest.ts"
},
"dependencies": {
"@effectstream/celestia": "0.200.2",
"@effectstream/midnight-contracts": "0.200.2",
"@effectstream/celestia": "0.200.6",
"@effectstream/midnight-contracts": "0.200.6",
"@effectstream/mip-zswap-offer": "0.4.0-v9.0",
"@effectstream/orchestrator": "0.200.2",
"@effectstream/orchestrator": "0.200.6",
"@electric-sql/pglite": "^0.3.14",
"@midnight-ntwrk/compact-runtime": "0.19.0",
"@midnight-ntwrk/midnight-js-network-id": "5.0.0-beta.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/batcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"start:preview": "bun run batcher.preview.ts"
},
"dependencies": {
"@effectstream/batcher-sdk": "0.200.2",
"@effectstream/midnight-contracts": "0.200.2",
"@effectstream/utils": "0.200.2",
"@effectstream/batcher-sdk": "0.200.6",
"@effectstream/midnight-contracts": "0.200.6",
"@effectstream/utils": "0.200.6",
"@zswap-da/validator": "workspace:*",
"effection": "^3.5.0",
"@zswap-da/offer-guard": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-celestia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"celestia-fund:bridge": "bun ./fund-bridge.ts"
},
"dependencies": {
"@effectstream/celestia": "0.200.2"
"@effectstream/celestia": "0.200.6"
},
"devDependencies": {
"wait-on": "8.0.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"pgtyped:update": "bun run ./node_modules/@effectstream/db/scripts/pgtyped-update.ts"
},
"dependencies": {
"@effectstream/runtime": "0.200.2",
"@effectstream/db": "0.200.2",
"@effectstream/config": "0.200.2",
"@effectstream/sm": "0.200.2",
"@effectstream/runtime": "0.200.6",
"@effectstream/db": "0.200.6",
"@effectstream/config": "0.200.6",
"@effectstream/sm": "0.200.6",
"@pgtyped/runtime": "2.4.2",
"effection": "^3.5.0",
"pg": "^8.14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/midnight-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"midnight-proof-server:wait": "wait-on tcp:6300"
},
"dependencies": {
"@effectstream/npm-midnight-indexer": "0.200.2",
"@effectstream/npm-midnight-node": "0.200.2",
"@effectstream/npm-midnight-proof-server": "0.200.2",
"@effectstream/npm-midnight-indexer": "0.200.6",
"@effectstream/npm-midnight-node": "0.200.6",
"@effectstream/npm-midnight-proof-server": "0.200.6",
"wait-on": "8.0.3"
}
}
18 changes: 9 additions & 9 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"start:preview": "bun run main.preview.ts"
},
"dependencies": {
"@effectstream/config": "0.200.2",
"@effectstream/concise": "0.200.2",
"@effectstream/coroutine": "0.200.2",
"@effectstream/db": "0.200.2",
"@effectstream/log": "0.200.2",
"@effectstream/midnight-contracts": "0.200.2",
"@effectstream/runtime": "0.200.2",
"@effectstream/sm": "0.200.2",
"@effectstream/utils": "0.200.2",
"@effectstream/config": "0.200.6",
"@effectstream/concise": "0.200.6",
"@effectstream/coroutine": "0.200.6",
"@effectstream/db": "0.200.6",
"@effectstream/log": "0.200.6",
"@effectstream/midnight-contracts": "0.200.6",
"@effectstream/runtime": "0.200.6",
"@effectstream/sm": "0.200.6",
"@effectstream/utils": "0.200.6",
"@zswap-da/database": "workspace:*",
"@zswap-da/validator": "workspace:*",
"@midnightntwrk/ledger-v9": "1.0.0-rc.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/price-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"test": "bun test"
},
"dependencies": {
"@effectstream/utils": "0.200.2",
"@effectstream/utils": "0.200.6",
"@zswap-da/database": "workspace:*",
"pg": "^8.16.3"
},
"devDependencies": {
"@effectstream/db": "0.200.2",
"@effectstream/db": "0.200.6",
"@types/pg": "^8.11.10"
}
}
2 changes: 1 addition & 1 deletion packages/solver-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "bun test"
},
"dependencies": {
"@effectstream/midnight-contracts": "0.200.2",
"@effectstream/midnight-contracts": "0.200.6",
"@effectstream/mip-zswap-offer": "0.4.0-v9.0",
"@midnightntwrk/ledger-v9": "1.0.0-rc.3",
"@midnight-ntwrk/midnight-js-contracts": "5.0.0-beta.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/solver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test": "bun test"
},
"dependencies": {
"@effectstream/midnight-contracts": "0.200.2",
"@effectstream/midnight-contracts": "0.200.6",
"@effectstream/mip-zswap-offer": "0.4.0-v9.0",
"@effectstream/utils": "0.200.2",
"@effectstream/utils": "0.200.6",
"@midnightntwrk/ledger-v9": "1.0.0-rc.3",
"@midnight-ntwrk/midnight-js-network-id": "5.0.0-beta.6",
"@zswap-da/solver-core": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ describe("real E1 bounded NTP responder", () => {
});
}, 10_000);

test("serves the pinned ntp-time-sync@0.5.0 eight-sample two-round request", async () => {
expect(ntpPackageManifest.version).toBe("0.5.0");
test("serves the pinned ntp-time-sync@0.6.0 eight-sample two-round request", async () => {
expect(ntpPackageManifest.version).toBe("0.6.0");
const harness = await startHarness();
const server = `${harness.bindAddress}:${harness.ntpPort}`;
const synchronizer = new ntpPackage.NtpTimeSync({
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "bun run run-tests.ts"
},
"dependencies": {
"@effectstream/midnight-contracts": "0.200.2",
"@effectstream/midnight-contracts": "0.200.6",
"@midnightntwrk/ledger-v9": "1.0.0-rc.3",
"@midnight-ntwrk/midnight-js-contracts": "5.0.0-beta.6",
"@midnight-ntwrk/midnight-js-network-id": "5.0.0-beta.6",
Expand Down
Loading