Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Revert "Add KERI and ACDC support"
Browse files Browse the repository at this point in the history
  • Loading branch information
philpotisk authored Nov 2, 2023
1 parent 96f303e commit d9ea2ff
Show file tree
Hide file tree
Showing 52 changed files with 3 additions and 2,202 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test on every push
name: Build on every push

on:
push:
Expand All @@ -8,9 +8,10 @@ on:
- '**'
- '!main'


jobs:
build:
name: "Build and Test"
name: "Build"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -43,9 +44,3 @@ jobs:
uses: eskatos/[email protected]
with:
arguments: build --no-daemon

# Add the test step below
- name: Running gradle test
uses: eskatos/[email protected]
with:
arguments: test --no-daemon
31 changes: 0 additions & 31 deletions backend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,6 @@ RUN gradle clean installDist

FROM docker.io/eclipse-temurin:17

SHELL ["/bin/bash", "-c"]

RUN apt update && \
apt upgrade -y

# installing crypto lib dependencies for KERI
RUN apt install -y libsodium23 && \
apt install -y libsodium-dev && \
apt install -y libffi-dev

# setup Rust for blake3 dependency build
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
source "$HOME/.cargo/env"

# installing keripy directly from source (published 1.0.0 is bugged)
WORKDIR /keripy
RUN apt install git -y && \
git clone -b development https://github.com/WebOfTrust/keripy.git . && \
git checkout 4185296affb2348d19af6009be04f682a3e19360

RUN apt install pip -y && \
source "$HOME/.cargo/env" &&pip install -r requirements.txt && \
mkdir -p /usr/local/var/keri && \
pip install -e .

# vLEI spec leverage `did:keri` to make acdc schemas, credentials and OOBIs (through durls field) discoverable
WORKDIR /vLEI
RUN git clone -b dev https://github.com/WebOfTrust/vLEI.git . && \
git checkout ed982313dab86bfada3825857601a10d71ce9631 && \
pip install -e ./

COPY --from=buildstage /work/build/install/ /
WORKDIR /waltid-web-wallet

Expand Down
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies {
exclude("com.sksamuel.hoplite", "hoplite-yaml")
exclude("com.sksamuel.hoplite", "hoplite-hikaricp")
}
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")

/* -- KTOR -- */

Expand Down Expand Up @@ -77,7 +76,6 @@ dependencies {

// Kotlinx.serialization
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion")
implementation("com.google.code.gson:gson:2.10.1")

// Date
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
Expand Down Expand Up @@ -137,9 +135,4 @@ dependencies {
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
testImplementation("io.kotest.extensions:kotest-assertions-ktor:2.0.0")*/
testImplementation("io.ktor:ktor-server-tests-jvm:$ktorVersion")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")

// Logging
implementation("io.github.oshai:kotlin-logging:5.1.0")
}
Empty file.
Empty file.
Empty file removed config/keri/acdc/data/.gitkeep
Empty file.
Empty file.
6 changes: 0 additions & 6 deletions config/keri/acdc/data/attributes/child-test.json

This file was deleted.

3 changes: 0 additions & 3 deletions config/keri/acdc/data/attributes/parent-test.json

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion config/keri/acdc/data/edges/child-edge.json

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion config/keri/acdc/data/rules/child-rule.json

This file was deleted.

Empty file.

This file was deleted.

81 changes: 0 additions & 81 deletions config/keri/acdc/schemas/raw/custom-parent-schema.json

This file was deleted.

Empty file.
8 changes: 0 additions & 8 deletions config/keri/cf/controller-oobi-bootstrap.json

This file was deleted.

8 changes: 0 additions & 8 deletions config/keri/cf/main/wan-witness.json

This file was deleted.

8 changes: 0 additions & 8 deletions config/keri/cf/main/wes-witness.json

This file was deleted.

Loading

0 comments on commit d9ea2ff

Please sign in to comment.