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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ This directory contains the GitHub Actions workflows that automate various proce
**Purpose**: CI for `w3sper.js`, executing linting and test tasks.
**Trigger**: `pull_request` and `workflow_dispatch`.

### [webwallet_ci.yml](./webwallet_ci.yml)
**Purpose**: CI for the `web-wallet`, executing lints, tests, typechecks and builds the app.
**Trigger**: `pull_request` events.

## Adding or Modifying Workflows
1. Create a new `.yml` file in this directory.
2. Use a descriptive `name` for the workflow.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rusk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
filters: |
run-ci:
- '!(web-wallet/**/*|w3sper.js/**/*|.github/workflows/webwallet_ci.yml|.github/workflows/w3sperjs_ci.yml)'
- '!(w3sper.js/**/*|.github/workflows/w3sperjs_ci.yml)'

analyze:
needs: changes
Expand Down
74 changes: 0 additions & 74 deletions .github/workflows/webwallet_ci.yml

This file was deleted.

3 changes: 2 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
| `rusk-wallet/` | CLI wallet |
| `data-drivers/` | RKYV ↔ JS bridge for contract calls |
| `w3sper.js/` | Deno SDK |
| `web-wallet/` | Svelte/Vite frontend wallet app |

Note: the web wallet lives in the external repo `dusk-network/web-wallet`.

## Commands

Expand Down
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: keys wasm abi state rusk rusk-wallet web-wallet ## Build everything
all: keys wasm abi state rusk rusk-wallet ## Build everything

help: ## Display this help screen
@grep -h \
Expand Down Expand Up @@ -69,7 +69,7 @@ bench: keys wasm ## Bench Rusk & node
$(MAKE) -C ./node bench
$(MAKE) -C ./rusk bench

run: keys state web-wallet ## Run the server
run: keys state ## Run the server
$(MAKE) -C ./rusk/ $@

prepare-dev: keys ## Preparation steps for launching a local node for development
Expand All @@ -92,7 +92,4 @@ rusk: keys state ## Build rusk binary
rusk-wallet: ## build the rusk wallet binary
$(MAKE) -C ./rusk-wallet build

web-wallet: ## build the static files of the web wallet
$(MAKE) -C ./web-wallet all

.PHONY: all abi keys state wasm test bench prepare-dev run run-dev run-dev-archive help rusk rusk-wallet web-wallet data-drivers
.PHONY: all abi keys state wasm test bench prepare-dev run run-dev run-dev-archive help rusk rusk-wallet data-drivers
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<a href="https://github.com/dusk-network/rusk/actions/workflows/rusk_ci.yml">
<img src="https://github.com/dusk-network/rusk/actions/workflows/rusk_ci.yml/badge.svg" alt="Rusk CI"></a>
&nbsp;
<a href="https://github.com/dusk-network/rusk/actions/workflows/webwallet_ci.yml">
<img src="https://github.com/dusk-network/rusk/actions/workflows/webwallet_ci.yml/badge.svg" alt="web-wallet CI"></a>
&nbsp;
<a href="https://github.com/dusk-network/rusk/stargazers">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/dusk-network/rusk?style=social"></a>
&nbsp;
Expand Down Expand Up @@ -76,7 +73,7 @@ For more information on **running a node for main- or testnet**, see our
| ⌨️ [rusk-wallet](/rusk-wallet/) | Dusk CLI wallet |
| 🔨 [w3sper.js](/w3sper.js/) | Js SDK to integrate Dusk features into applications |
| ⚙️ [wallet-core](/wallet-core/) | WASM library providing core logic for Dusk wallet implementations |
| 📱 [web-wallet](/web-wallet/) | Cross platform Dusk wallet |
| 📱 [web-wallet](https://github.com/dusk-network/web-wallet) | Cross platform Dusk wallet (external repo) |



Expand Down
1 change: 0 additions & 1 deletion agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ When a bug is reported, start by adding a test that reproduces it (it should fai

### Frontend/SDK
```bash
cd web-wallet && npm ci && npm run checks
cd w3sper.js && deno task test
```

Expand Down
11 changes: 0 additions & 11 deletions web-wallet/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions web-wallet/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion web-wallet/.nvmrc

This file was deleted.

7 changes: 0 additions & 7 deletions web-wallet/.prettierrc.js

This file was deleted.

Loading