Skip to content

Commit

Permalink
Merge branch 'main' into artwyman/eddsa-poseidon-update
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/lib/pod/package.json
#	packages/pcd/eddsa-pcd/package.json
#	yarn.lock
  • Loading branch information
artwyman committed Dec 10, 2024
2 parents 94d08eb + 1a2ece9 commit b376932
Show file tree
Hide file tree
Showing 309 changed files with 7,002 additions and 4,495 deletions.
12 changes: 12 additions & 0 deletions apps/anon-message-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# sbc-client

## 0.2.2

### Patch Changes

- Updated dependencies
- @pcd/passport-interface@0.15.0
- @pcd/pcd-types@0.15.0
- @pcd/util@0.9.0
- @pcd/eddsa-ticket-pcd@0.10.0
- @pcd/semaphore-identity-pcd@0.15.0
- @pcd/zk-eddsa-event-ticket-pcd@0.10.0

## 0.2.1

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions apps/anon-message-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anon-message-client",
"version": "0.2.1",
"version": "0.2.2",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
Expand All @@ -11,12 +11,12 @@
"lint": "next lint"
},
"dependencies": {
"@pcd/eddsa-ticket-pcd": "0.9.0",
"@pcd/passport-interface": "^0.14.0",
"@pcd/pcd-types": "0.14.0",
"@pcd/semaphore-identity-pcd": "0.14.0",
"@pcd/util": "^0.8.0",
"@pcd/zk-eddsa-event-ticket-pcd": "0.9.0",
"@pcd/eddsa-ticket-pcd": "0.10.0",
"@pcd/passport-interface": "^0.15.0",
"@pcd/pcd-types": "0.15.0",
"@pcd/semaphore-identity-pcd": "0.15.0",
"@pcd/util": "^0.9.0",
"@pcd/zk-eddsa-event-ticket-pcd": "0.10.0",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
Expand All @@ -31,7 +31,7 @@
"typescript": "5.3.3"
},
"devDependencies": {
"@pcd/eslint-config-custom": "0.14.0",
"@pcd/eslint-config-custom": "0.15.0",
"eslint": "8.57.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.2"
Expand Down
26 changes: 26 additions & 0 deletions apps/consumer-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# consumer-client

## 0.0.51

### Patch Changes

- Updated dependencies
- @pcd/client-shared@0.4.0
- @pcd/gpc@0.4.0
- @pcd/passport-interface@0.15.0
- @pcd/pcd-types@0.15.0
- @pcd/pod@0.5.0
- @pcd/util@0.9.0
- @pcd/zuauth@1.8.0
- @pcd/eddsa-frog-pcd@0.7.0
- @pcd/eddsa-pcd@0.10.0
- @pcd/eddsa-ticket-pcd@0.10.0
- @pcd/ethereum-group-pcd@0.9.0
- @pcd/ethereum-ownership-pcd@0.15.0
- @pcd/gpc-pcd@0.4.0
- @pcd/pod-pcd@0.5.0
- @pcd/semaphore-group-pcd@0.15.0
- @pcd/semaphore-identity-pcd@0.15.0
- @pcd/semaphore-signature-pcd@0.15.0
- @pcd/webauthn-pcd@0.15.0
- @pcd/zk-eddsa-event-ticket-pcd@0.10.0
- @pcd/zk-eddsa-frog-pcd@0.7.0

## 0.0.50

### Patch Changes
Expand Down
44 changes: 22 additions & 22 deletions apps/consumer-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "consumer-client",
"version": "0.0.50",
"version": "0.0.51",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
Expand All @@ -13,26 +13,26 @@
},
"dependencies": {
"@babel/core": "^7.24.0",
"@pcd/client-shared": "0.3.0",
"@pcd/eddsa-frog-pcd": "0.6.0",
"@pcd/eddsa-pcd": "0.9.0",
"@pcd/eddsa-ticket-pcd": "0.9.0",
"@pcd/ethereum-group-pcd": "0.8.0",
"@pcd/ethereum-ownership-pcd": "0.14.0",
"@pcd/gpc": "0.3.0",
"@pcd/gpc-pcd": "0.3.0",
"@pcd/passport-interface": "0.14.0",
"@pcd/pcd-types": "0.14.0",
"@pcd/pod": "0.4.0",
"@pcd/pod-pcd": "0.4.0",
"@pcd/semaphore-group-pcd": "0.14.0",
"@pcd/semaphore-identity-pcd": "0.14.0",
"@pcd/semaphore-signature-pcd": "0.14.0",
"@pcd/util": "0.8.0",
"@pcd/webauthn-pcd": "0.14.0",
"@pcd/zk-eddsa-event-ticket-pcd": "0.9.0",
"@pcd/zk-eddsa-frog-pcd": "0.6.0",
"@pcd/zuauth": "1.7.0",
"@pcd/client-shared": "0.4.0",
"@pcd/eddsa-frog-pcd": "0.7.0",
"@pcd/eddsa-pcd": "0.10.0",
"@pcd/eddsa-ticket-pcd": "0.10.0",
"@pcd/ethereum-group-pcd": "0.9.0",
"@pcd/ethereum-ownership-pcd": "0.15.0",
"@pcd/gpc": "0.4.0",
"@pcd/gpc-pcd": "0.4.0",
"@pcd/passport-interface": "0.15.0",
"@pcd/pcd-types": "0.15.0",
"@pcd/pod": "0.5.0",
"@pcd/pod-pcd": "0.5.0",
"@pcd/semaphore-group-pcd": "0.15.0",
"@pcd/semaphore-identity-pcd": "0.15.0",
"@pcd/semaphore-signature-pcd": "0.15.0",
"@pcd/util": "0.9.0",
"@pcd/webauthn-pcd": "0.15.0",
"@pcd/zk-eddsa-event-ticket-pcd": "0.10.0",
"@pcd/zk-eddsa-frog-pcd": "0.7.0",
"@pcd/zuauth": "1.8.0",
"@personaelabs/spartan-ecdsa": "^2.1.4",
"@semaphore-protocol/identity": "^3.15.2",
"@simplewebauthn/browser": "^7.2.0",
Expand All @@ -53,7 +53,7 @@
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@pcd/eslint-config-custom": "0.14.0",
"@pcd/eslint-config-custom": "0.15.0",
"@types/json-bigint": "^1.0.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.0.7",
Expand Down
12 changes: 12 additions & 0 deletions apps/consumer-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# consumer-server

## 0.0.34

### Patch Changes

- Updated dependencies
- @pcd/passport-interface@0.15.0
- @pcd/util@0.9.0
- @pcd/zuauth@1.8.0
- @pcd/eddsa-ticket-pcd@0.10.0
- @pcd/semaphore-signature-pcd@0.15.0
- @pcd/zk-eddsa-event-ticket-pcd@0.10.0

## 0.0.33

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions apps/consumer-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "consumer-server",
"version": "0.0.33",
"version": "0.0.34",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
Expand All @@ -16,12 +16,12 @@
"@opentelemetry/api": "1.3.0",
"@opentelemetry/auto-instrumentations-node": "^0.36.0",
"@opentelemetry/sdk-node": "^0.34.0",
"@pcd/eddsa-ticket-pcd": "^0.9.0",
"@pcd/passport-interface": "^0.14.0",
"@pcd/semaphore-signature-pcd": "^0.14.0",
"@pcd/util": "^0.8.0",
"@pcd/zk-eddsa-event-ticket-pcd": "^0.9.0",
"@pcd/zuauth": "1.7.0",
"@pcd/eddsa-ticket-pcd": "^0.10.0",
"@pcd/passport-interface": "^0.15.0",
"@pcd/semaphore-signature-pcd": "^0.15.0",
"@pcd/util": "^0.9.0",
"@pcd/zk-eddsa-event-ticket-pcd": "^0.10.0",
"@pcd/zuauth": "1.8.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"iron-session": "^8.0.2",
Expand All @@ -30,8 +30,8 @@
"ts-node": "^10.9.2"
},
"devDependencies": {
"@pcd/eslint-config-custom": "0.14.0",
"@pcd/tsconfig": "0.14.0",
"@pcd/eslint-config-custom": "0.15.0",
"@pcd/tsconfig": "0.15.0",
"@types/express": "^4.17.16",
"@types/mocha": "^10.0.1",
"@types/morgan": "^1.9.4",
Expand Down
11 changes: 11 additions & 0 deletions apps/generic-issuance-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# generic-issuance-client

## 0.0.15

### Patch Changes

- Updated dependencies
- @pcd/client-shared@0.4.0
- @pcd/passport-interface@0.15.0
- @pcd/pod@0.5.0
- @pcd/podbox-shared@0.4.0
- @pcd/util@0.9.0

## 0.0.14

### Patch Changes
Expand Down
15 changes: 8 additions & 7 deletions apps/generic-issuance-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generic-issuance-client",
"version": "0.0.14",
"version": "0.0.15",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
Expand All @@ -18,11 +18,11 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.6.0",
"@pcd/client-shared": "0.3.0",
"@pcd/passport-interface": "0.14.0",
"@pcd/pod": "0.4.0",
"@pcd/podbox-shared": "0.3.0",
"@pcd/util": "0.8.0",
"@pcd/client-shared": "0.4.0",
"@pcd/passport-interface": "0.15.0",
"@pcd/pod": "0.5.0",
"@pcd/podbox-shared": "0.4.0",
"@pcd/util": "0.9.0",
"@rollbar/react": "^0.11.2",
"@stytch/react": "^15.0.0",
"@stytch/vanilla-js": "^4.4.2",
Expand All @@ -38,6 +38,7 @@
"monaco-editor": "^0.47.0",
"monaco-themes": "^0.4.4",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^9.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -52,7 +53,7 @@
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@pcd/eslint-config-custom": "0.14.0",
"@pcd/eslint-config-custom": "0.15.0",
"@types/javascript-time-ago": "^2.0.8",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.6",
Expand Down
18 changes: 14 additions & 4 deletions apps/generic-issuance-client/src/pages/dashboard/PipelineTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
getSortedRowModel,
useReactTable
} from "@tanstack/react-table";
import prettyMilliseconds from "pretty-ms";
import { ReactNode, useCallback, useMemo, useState } from "react";
import styled, { FlattenSimpleInterpolation, css } from "styled-components";
import { PodLink } from "../../components/Core";
Expand Down Expand Up @@ -50,7 +51,7 @@ export type PipelineRow = {
id: string;
loadTraceLink: string;
allTraceLink: string;
lastLoad?: string;
lastLoadDetails?: string;
name?: string;
displayName: string;
pipeline: PipelineDefinition;
Expand Down Expand Up @@ -88,7 +89,16 @@ export function PipelineTable({
id: entry.pipeline.id,
loadTraceLink: getLoadTraceHoneycombLinkForPipeline(entry.pipeline.id),
allTraceLink: getAllHoneycombLinkForPipeline(entry.pipeline.id),
lastLoad: entry.extraInfo.lastLoad?.lastRunEndTimestamp,
lastLoadDetails: entry.extraInfo.lastLoad
? timeAgoStr(entry.extraInfo.lastLoad.lastRunEndTimestamp) +
" ago in " +
prettyMilliseconds(
new Date(entry.extraInfo.lastLoad.lastRunEndTimestamp).getTime() -
new Date(
entry.extraInfo.lastLoad.lastRunStartTimestamp
).getTime()
)
: "n/a",
name: entry.pipeline.options?.name,
displayName: pipelineDisplayNameStr(entry.pipeline),
pipeline: entry.pipeline
Expand Down Expand Up @@ -169,9 +179,9 @@ export function PipelineTable({
)
}),

columnHelper.accessor("lastLoad", {
columnHelper.accessor("lastLoadDetails", {
header: "Last Load",
cell: (props) => timeAgoStr(props.row.original.lastLoad)
cell: (props) => props.row.original.lastLoadDetails
}),

isAdminView
Expand Down
6 changes: 6 additions & 0 deletions apps/passport-client/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ DISABLE_CONSOLE_LOG=

# Some origins are allowed to query Devcon tickets directly. Origins not in this list cannot do so:
DEVCON_TICKET_QUERY_ORIGINS='["http://example.com", "http://localhost:3200"]'

# If IGNORE_NON_PRIORITY_FEEDS=true, then non-priority feeds will be ignored.
IGNORE_NON_PRIORITY_FEEDS=false

# URLs of feed providers that are priority feeds.
PRIORITY_FEED_PROVIDER_URLS='[]'
55 changes: 55 additions & 0 deletions apps/passport-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# passport-client

## 0.0.41

### Patch Changes

- Updated dependencies
- @pcd/client-shared@0.4.0
- @pcd/emitter@0.9.0
- @pcd/gpc@0.4.0
- @pcd/gpcircuits@0.5.0
- @pcd/passport-crypto@0.15.0
- @pcd/passport-interface@0.15.0
- @pcd/passport-ui@0.15.0
- @pcd/pcd-collection@0.15.0
- @pcd/pcd-types@0.15.0
- @pcd/pod@0.5.0
- @pcd/util@0.9.0
- @pcd/eddsa-frog-pcd@0.7.0
- @pcd/eddsa-pcd@0.10.0
- @pcd/eddsa-ticket-pcd@0.10.0
- @pcd/email-pcd@0.10.0
- @pcd/ethereum-ownership-pcd@0.15.0
- @pcd/gpc-pcd@0.4.0
- @pcd/halo-nonce-pcd@0.11.0
- @pcd/message-pcd@0.5.0
- @pcd/pod-pcd@0.5.0
- @pcd/pod-ticket-pcd@0.5.0
- @pcd/rsa-image-pcd@0.9.0
- @pcd/rsa-pcd@0.10.0
- @pcd/rsa-ticket-pcd@0.10.0
- @pcd/semaphore-group-pcd@0.15.0
- @pcd/semaphore-identity-pcd@0.15.0
- @pcd/semaphore-signature-pcd@0.15.0
- @pcd/unknown-pcd@0.4.0
- @pcd/zk-eddsa-event-ticket-pcd@0.10.0
- @pcd/zk-eddsa-frog-pcd@0.7.0
- @pcd/eddsa-frog-pcd-ui@0.6.0
- @pcd/eddsa-pcd-ui@0.6.0
- @pcd/eddsa-ticket-pcd-ui@0.6.0
- @pcd/email-pcd-ui@0.6.0
- @pcd/ethereum-ownership-pcd-ui@0.6.0
- @pcd/gpc-pcd-ui@0.4.0
- @pcd/halo-nonce-pcd-ui@0.6.0
- @pcd/message-pcd-ui@0.5.0
- @pcd/pod-pcd-ui@0.5.0
- @pcd/pod-ticket-pcd-ui@0.5.0
- @pcd/rsa-image-pcd-ui@0.6.0
- @pcd/rsa-pcd-ui@0.6.0
- @pcd/rsa-ticket-pcd-ui@0.6.0
- @pcd/semaphore-group-pcd-ui@0.6.0
- @pcd/semaphore-identity-pcd-ui@0.6.0
- @pcd/semaphore-signature-pcd-ui@0.6.0
- @pcd/unknown-pcd-ui@0.4.0
- @pcd/zk-eddsa-event-ticket-pcd-ui@0.6.0
- @pcd/zk-eddsa-frog-pcd-ui@0.6.0

## 0.0.40

### Patch Changes
Expand Down
Loading

0 comments on commit b376932

Please sign in to comment.