Skip to content
Closed
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
4,312 changes: 1,463 additions & 2,849 deletions CHANGELOG.md

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions Cargo.lock

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,56 +71,56 @@ push-remote = "origin"
publish = true

[workspace.package]
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "LGPL-3.0-only"
description = "E3 — Encrypted Execution Environments"
repository = "https://github.com/gnosisguild/interfold"

[workspace.dependencies]
e3-aggregator = { version = "0.2.2", path = "./crates/aggregator" }
e3-bfv-client = { version = "0.2.2", path = "./crates/bfv-client" }
e3-config = { version = "0.2.2", path = "./crates/config" }
e3-console = { version = "0.2.2", path = "./crates/console" }
e3-dashboard = { version = "0.2.2", path = "./crates/dashboard" }
e3-ciphernode-builder = { version = "0.2.2", path = "./crates/ciphernode-builder" }
e3-crypto = { version = "0.2.2", path = "./crates/crypto" }
e3-data = { version = "0.2.2", path = "./crates/data" }
e3-hamt = { version = "0.2.2", path = "./crates/hamt" }
e3-request = { version = "0.2.2", path = "./crates/request" }
e3-sdk = { version = "0.2.2", path = "./crates/sdk" }
e3-cli = { version = "0.2.2", path = "./crates/cli" }
e3-committee-hash = { version = "0.2.2", path = "./crates/committee-hash" }
e3-entrypoint = { version = "0.2.2", path = "./crates/entrypoint" }
e3-init = { version = "0.2.2", path = "./crates/init" }
e3-events = { version = "0.2.2", path = "./crates/events" }
e3-evm = { version = "0.2.2", path = "./crates/evm" }
e3-evm-helpers = { version = "0.2.2", path = "./crates/evm-helpers" }
e3-fhe = { version = "0.2.2", path = "./crates/fhe" }
e3-fhe-params = { version = "0.2.2", path = "./crates/fhe-params" }
e3-fs = { version = "0.2.2", path = "./crates/fs" }
e3-indexer = { version = "0.2.2", path = "./crates/indexer" }
e3-multithread = { version = "0.2.2", path = "./crates/multithread" }
e3-keyshare = { version = "0.2.2", path = "./crates/keyshare" }
e3-logger = { version = "0.2.2", path = "./crates/logger" }
e3-net = { version = "0.2.2", path = "./crates/net" }
e3-compute-provider = { version = "0.2.2", path = "./crates/compute-provider" }
e3-sortition = { version = "0.2.2", path = "./crates/sortition" }
e3-daemon-server = { version = "0.2.2", path = "./crates/daemon-server" }
e3-program-server = { version = "0.2.2", path = "./crates/program-server" }
e3-polynomial = { version = "0.2.2", path = "./crates/polynomial" }
e3-support-scripts = { version = "0.2.2", path = "./crates/support-scripts" }
e3-sync = { version = "0.2.2", path = "./crates/sync" }
e3-test-helpers = { version = "0.2.2", path = "./crates/test-helpers" }
e3-tests = { version = "0.2.2", path = "./crates/tests" }
e3-trbfv = { version = "0.2.2", path = "./crates/trbfv" }
e3-utils = { version = "0.2.2", path = "./crates/utils" }
e3-utils-derive = { version = "0.2.2", path = "./crates/utils-derive" }
e3-safe = { version = "0.2.2", path = "./crates/safe" }
e3-slashing = { version = "0.2.2", path = "./crates/slashing" }
e3-zk-prover = { version = "0.2.2", path = "./crates/zk-prover" }
e3-zk-helpers = { version = "0.2.2", path = "./crates/zk-helpers" }
e3-parity-matrix = { version = "0.2.2", path = "./crates/parity-matrix" }
e3-aggregator = { version = "0.2.3", path = "./crates/aggregator" }
e3-bfv-client = { version = "0.2.3", path = "./crates/bfv-client" }
e3-config = { version = "0.2.3", path = "./crates/config" }
e3-console = { version = "0.2.3", path = "./crates/console" }
e3-dashboard = { version = "0.2.3", path = "./crates/dashboard" }
e3-ciphernode-builder = { version = "0.2.3", path = "./crates/ciphernode-builder" }
e3-crypto = { version = "0.2.3", path = "./crates/crypto" }
e3-data = { version = "0.2.3", path = "./crates/data" }
e3-hamt = { version = "0.2.3", path = "./crates/hamt" }
e3-request = { version = "0.2.3", path = "./crates/request" }
e3-sdk = { version = "0.2.3", path = "./crates/sdk" }
e3-cli = { version = "0.2.3", path = "./crates/cli" }
e3-committee-hash = { version = "0.2.3", path = "./crates/committee-hash" }
e3-entrypoint = { version = "0.2.3", path = "./crates/entrypoint" }
e3-init = { version = "0.2.3", path = "./crates/init" }
e3-events = { version = "0.2.3", path = "./crates/events" }
e3-evm = { version = "0.2.3", path = "./crates/evm" }
e3-evm-helpers = { version = "0.2.3", path = "./crates/evm-helpers" }
e3-fhe = { version = "0.2.3", path = "./crates/fhe" }
e3-fhe-params = { version = "0.2.3", path = "./crates/fhe-params" }
e3-fs = { version = "0.2.3", path = "./crates/fs" }
e3-indexer = { version = "0.2.3", path = "./crates/indexer" }
e3-multithread = { version = "0.2.3", path = "./crates/multithread" }
e3-keyshare = { version = "0.2.3", path = "./crates/keyshare" }
e3-logger = { version = "0.2.3", path = "./crates/logger" }
e3-net = { version = "0.2.3", path = "./crates/net" }
e3-compute-provider = { version = "0.2.3", path = "./crates/compute-provider" }
e3-sortition = { version = "0.2.3", path = "./crates/sortition" }
e3-daemon-server = { version = "0.2.3", path = "./crates/daemon-server" }
e3-program-server = { version = "0.2.3", path = "./crates/program-server" }
e3-polynomial = { version = "0.2.3", path = "./crates/polynomial" }
e3-support-scripts = { version = "0.2.3", path = "./crates/support-scripts" }
e3-sync = { version = "0.2.3", path = "./crates/sync" }
e3-test-helpers = { version = "0.2.3", path = "./crates/test-helpers" }
e3-tests = { version = "0.2.3", path = "./crates/tests" }
e3-trbfv = { version = "0.2.3", path = "./crates/trbfv" }
e3-utils = { version = "0.2.3", path = "./crates/utils" }
e3-utils-derive = { version = "0.2.3", path = "./crates/utils-derive" }
e3-safe = { version = "0.2.3", path = "./crates/safe" }
e3-slashing = { version = "0.2.3", path = "./crates/slashing" }
e3-zk-prover = { version = "0.2.3", path = "./crates/zk-prover" }
e3-zk-helpers = { version = "0.2.3", path = "./crates/zk-helpers" }
e3-parity-matrix = { version = "0.2.3", path = "./crates/parity-matrix" }

actix = "=0.13.5"
actix-web = "=4.11.0"
Expand Down
26 changes: 12 additions & 14 deletions crates/dashboard/assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8445,21 +8445,19 @@ function op({ e3s: e, selected: t, onSelect: n, refreshKey: r }) {
o.jsxs('div', {
className: 'ticket-list',
children: [
l.data.tickets
.slice(0, 12)
.map((g) =>
o.jsxs(
'div',
{
children: [
o.jsxs('span', { className: 'mono', children: ['#', g.ticket_id] }),
o.jsx('strong', { className: 'mono', children: fe(g.node, 8, 5) }),
o.jsx('small', { children: qt(g.score) }),
],
},
`${g.node}-${g.ticket_id}`,
),
l.data.tickets.slice(0, 12).map((g) =>
o.jsxs(
'div',
{
children: [
o.jsxs('span', { className: 'mono', children: ['#', g.ticket_id] }),
o.jsx('strong', { className: 'mono', children: fe(g.node, 8, 5) }),
o.jsx('small', { children: qt(g.score) }),
],
},
`${g.node}-${g.ticket_id}`,
),
),
!l.data.tickets.length &&
o.jsx('div', { className: 'empty-inline', children: 'No submitted tickets observed.' }),
],
Expand Down
4 changes: 2 additions & 2 deletions crates/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interfold/wasm",
"version": "0.2.2",
"version": "0.2.3",
"description": "Wasm modules for interfold.",
"main": "dist/node/e3_wasm.js",
"module": "dist/web/e3_wasm.js",
Expand All @@ -25,7 +25,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gnosisguild/interfold.git",
"url": "https://github.com/theinterfold/interfold.git",
"directory": "crates/wasm"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions dappnode/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gnosisguild/interfold.git",
"url": "https://github.com/theinterfold/interfold.git",
"directory": "dappnode"
},
"bugs": {
"url": "https://github.com/gnosisguild/interfold/issues"
"url": "https://github.com/theinterfold/interfold/issues"
},
"license": "LGPL-3.0-only",
"requirements": {
Expand Down
26 changes: 13 additions & 13 deletions examples/CRISP/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/CRISP/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "gnosisguild",
"url": "https://github.com/gnosisguild"
},
"homepage": "https://github.com/gnosisguild/CRISP",
"homepage": "https://github.com/theinterfold/CRISP",
"scripts": {
"cli": "pnpm sh ./scripts/cli.sh",
"dev": "vite --no-open --host",
Expand Down
2 changes: 1 addition & 1 deletion examples/CRISP/packages/crisp-zk-inputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "LGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/gnosisguild/interfold"
"url": "https://github.com/theinterfold/interfold"
},
"main": "main.js",
"module": "main.js",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@interfold/main",
"description": "Interfold is an open-source protocol for Encrypted Execution Environments (E3).",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"license": "LGPL-3.0-only",
"author": {
Expand All @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gnosisguild/interfold"
"url": "https://github.com/theinterfold/interfold"
},
"scripts": {
"bump:versions": "tsx scripts/bump-versions.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/interfold-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interfold/config",
"version": "0.2.2",
"version": "0.2.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gnosisguild/interfold.git",
"url": "https://github.com/theinterfold/interfold.git",
"directory": "packages/interfold-config"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/interfold-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@interfold/contracts",
"description": "Interfold is an open-source protocol for Encrypted Execution Environments (E3).",
"version": "0.2.2",
"version": "0.2.3",
"license": "LGPL-3.0-only",
"type": "module",
"author": {
Expand All @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gnosisguild/interfold.git",
"url": "https://github.com/theinterfold/interfold.git",
"directory": "packages/interfold-contracts"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/interfold-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interfold/mcp",
"version": "0.2.2",
"version": "0.2.3",
"description": "MCP server for Interfold documentation",
"type": "module",
"bin": {
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gnosisguild/interfold.git",
"url": "https://github.com/theinterfold/interfold.git",
"directory": "packages/interfold-mcp"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/interfold-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interfold/react",
"version": "0.2.2",
"version": "0.2.3",
"description": "React hooks and utilities for Interfold SDK",
"type": "module",
"private": false,
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gnosisguild/interfold.git",
"url": "https://github.com/theinterfold/interfold.git",
"directory": "packages/interfold-react"
}
}
Loading
Loading