Skip to content

Commit

Permalink
Merge branch 'develop' into simonerom-update_QUICK_START.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonerom authored Nov 25, 2024
2 parents 9e69651 + d1dd439 commit 705c04c
Show file tree
Hide file tree
Showing 112 changed files with 16,898 additions and 4,448 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
name: [apinode, bootnode, prover, sequencer]
name: [apinode, prover, sequencer]
include:
- name: apinode
image_name: iotexproject/w3bstream-apinode
dockerfile: build/apinode.Dockerfile
- name: bootnode
image_name: iotexproject/w3bstream-bootnode
dockerfile: build/bootnode.Dockerfile
- name: prover
image_name: iotexproject/w3bstream-prover
dockerfile: build/prover.Dockerfile
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ clients/contracts/ioid
node_modules

examples/halo2-circuit/contracts/.*.sol
bin
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Variables
BUILD_DIR=build
BUILD_DIR=bin
DOCKER_APINODE_TARGET=ghcr.io/iotexproject/w3bstream-apinode:latest
DOCKER_PROVER_TARGET=ghcr.io/iotexproject/w3bstream-prover:latest
DOCKER_BOOTNODE_TARGET=ghcr.io/iotexproject/w3bstream-bootnode:latest
Expand Down
40 changes: 0 additions & 40 deletions block/block.go

This file was deleted.

18 changes: 0 additions & 18 deletions build/bootnode.Dockerfile

This file was deleted.

259 changes: 0 additions & 259 deletions cmd/apinode/api/http.go

This file was deleted.

Loading

0 comments on commit 705c04c

Please sign in to comment.