Skip to content

Commit a9e54cc

Browse files
Update Docker configurations and replace basic Rollkit references
Co-authored-by: Manav-Aggarwal <16928547+Manav-Aggarwal@users.noreply.github.com>
1 parent a59c820 commit a9e54cc

File tree

7 files changed

+32
-32
lines changed

7 files changed

+32
-32
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
label: Version Information
1313
description: Please provide versions of all relevant components
1414
placeholder: |
15-
Rollkit:
15+
ev-node:
1616
Execution Implementation:
1717
validations:
1818
required: true
@@ -112,7 +112,7 @@ body:
112112
description: |
113113
Please provide relevant logs from different components:
114114
- Node logs
115-
- Rollkit logs
115+
- ev-node logs
116116
- DA logs
117117
- Sequencer logs
118118
- Execution logs

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-ev-node-image:
13-
name: Build Rollkit Docker Image
13+
name: Build ev-node Docker Image
1414
# skip building images for merge groups as they are already built on PRs and main
1515
if: github.event_name != 'merge_group'
1616
runs-on: ubuntu-latest

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Finding an issue
44

5-
GitHub issues are used to track the work associated with Rollkit. That's where you can find things to work on.
5+
GitHub issues are used to track the work associated with ev-node. That's where you can find things to work on.
66

77
Issue labels have been used to help designate the priority, status and beginner-friendliness of various issues. Here are some of the ones that are most relevant to finding a good issue to work on:
88

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Ev-node is the basis of the Evolve Stack. For more in-depth information about Ev
88
[![GoDoc](https://godoc.org/github.com/evstack/ev-node?status.svg)](https://godoc.org/github.com/evstack/ev-node)
99
<!-- markdownlint-enable MD013 -->
1010

11-
## Using Rollkit
11+
## Using ev-node
1212

1313
### Example Implementation: TestApp CLI
1414

15-
The easiest way to understand how to use Rollkit is by exploring our example implementation, TestApp.
15+
The easiest way to understand how to use ev-node is by exploring our example implementation, TestApp.
1616

1717
Requires Go version >= 1.22.
1818

19-
TestApp is a CLI tool that demonstrates how to run different kinds of nodes using the Rollkit framework.
20-
It serves as a reference implementation and helps you understand how to build your own Rollkit-based blockchain.
19+
TestApp is a CLI tool that demonstrates how to run different kinds of nodes using the ev-node framework.
20+
It serves as a reference implementation and helps you understand how to build your own ev-node-based blockchain.
2121

2222
#### Install
2323

@@ -36,17 +36,17 @@ testapp version
3636

3737
#### Quick Start
3838

39-
You can spin up a local TestApp network (powered by Rollkit) with the following command:
39+
You can spin up a local TestApp network (powered by ev-node) with the following command:
4040

4141
```bash
4242
testapp start
4343
```
4444

45-
## Building with Rollkit
45+
## Building with ev-node
4646

47-
Rollkit is the first sovereign application framework that allows you to launch
47+
ev-node is the first sovereign application framework that allows you to launch
4848
a sovereign, customizable blockchain as easily as a smart contract.
49-
TestApp serves as a reference implementation to help you get started with your own Rollkit-based blockchain.
49+
TestApp serves as a reference implementation to help you get started with your own ev-node-based blockchain.
5050

5151
Check out our tutorials on our [website][docs].
5252

apps/evm/single/docker-compose.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: "3.8"
22

33
services:
4-
rollkit-reth:
5-
container_name: rollkit-reth
4+
ev-node-reth:
5+
container_name: ev-node-reth
66
restart: unless-stopped
77
image: ghcr.io/evstack/lumen:latest
88
ports:
@@ -39,22 +39,22 @@ services:
3939
--txpool.max-account-slots 2048 \
4040
--txpool.max-new-txns 2048 \
4141
--txpool.additional-validation-tasks 16 \
42-
--rollkit.enable
42+
--evnode.enable
4343
networks:
44-
- rollkit-network
44+
- ev-node-network
4545

4646
local-da:
4747
image: ghcr.io/rollkit/local-da:v0.1.0
4848
ports:
4949
- "7980:7980"
5050
command: ["-listen-all"]
5151
networks:
52-
- rollkit-network
52+
- ev-node-network
5353

54-
rollkit-evm-single:
54+
ev-node-evm-single:
5555
image: ghcr.io/evstack/ev-node-evm-single:main
5656
depends_on:
57-
rollkit-reth:
57+
ev-node-reth:
5858
condition: service_started
5959
local-da:
6060
condition: service_started
@@ -64,8 +64,8 @@ services:
6464
entrypoint: /usr/bin/entrypoint.sh
6565
command: start
6666
environment:
67-
- EVM_ENGINE_URL=http://rollkit-reth:8551
68-
- EVM_ETH_URL=http://rollkit-reth:8545
67+
- EVM_ENGINE_URL=http://ev-node-reth:8551
68+
- EVM_ETH_URL=http://ev-node-reth:8545
6969
- EVM_JWT_SECRET=f747494bb0fb338a0d71f5f9fe5b5034c17cc988c229b59fd71e005ee692e9bf
7070
- EVM_GENESIS_HASH=0x2b8bbb1ea1e04f9c9809b4b278a8687806edc061a356c7dbc491930d8e922503
7171
- EVM_BLOCK_TIME=1s
@@ -74,14 +74,14 @@ services:
7474
# - DA_AUTH_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJwdWJsaWMiLCJyZWFkIiwid3JpdGUiXSwiTm9uY2UiOiJQcEswTmhyWi9IY05NWkVtUG9sSXNpRTRDcUpMdE9mbWtBMW0zMWFUaEswPSIsIkV4cGlyZXNBdCI6IjAwMDEtMDEtMDFUMDA6MDA6MDBaIn0.gaWh6tS6Rel1XFYclDkapNnZlaZVjrikCRNBxSDkCGk
7575
# - DA_NAMESPACE=00000000000000000000000000000000000000000008e5f679bf7116c1
7676
networks:
77-
- rollkit-network
77+
- ev-node-network
7878

7979
volumes:
8080
evm-single-data:
8181
reth:
8282

8383
networks:
84-
rollkit-network:
84+
ev-node-network:
8585
driver: bridge
8686
ipam:
8787
config:

execution/evm/docker/docker-compose-full-node.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "rollkit-reth-full-node"
1+
name: "ev-node-reth-full-node"
22

33
services:
44
jwt-init-full-node:
@@ -19,7 +19,7 @@ services:
1919
fi"
2020
2121
ev-node-reth-full-node:
22-
container_name: rollkit-reth-full-node
22+
container_name: ev-node-reth-full-node
2323
restart: unless-stopped
2424
image: ghcr.io/evstack/lumen:latest
2525
depends_on:
@@ -36,7 +36,7 @@ services:
3636
- ./jwttoken:/root/jwt:ro
3737
- reth:/home/reth/eth-home
3838
environment:
39-
- RUST_LOG=info,lumen_rollkit=info
39+
- RUST_LOG=info,lumen_evnode=info
4040
entrypoint: /bin/sh -c
4141
command:
4242
- |
@@ -61,7 +61,7 @@ services:
6161
--txpool.max-account-slots 2048 \
6262
--txpool.max-new-txns 2048 \
6363
--txpool.additional-validation-tasks 16 \
64-
--rollkit.enable
64+
--evnode.enable
6565
6666
volumes:
6767
reth:

execution/evm/docker/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "rollkit-reth"
1+
name: "ev-node-reth"
22

33
services:
44
jwt-init:
@@ -18,8 +18,8 @@ services:
1818
openssl rand -hex 32 | tr -d '\n' > /jwt/jwt.hex;
1919
fi"
2020
21-
rollkit-reth:
22-
container_name: rollkit-reth
21+
ev-node-reth:
22+
container_name: ev-node-reth
2323
restart: unless-stopped
2424
image: ghcr.io/evstack/lumen:latest
2525
depends_on:
@@ -36,7 +36,7 @@ services:
3636
- ./jwttoken:/root/jwt:ro
3737
- reth:/home/reth/eth-home
3838
environment:
39-
- RUST_LOG=info,lumen_rollkit=info
39+
- RUST_LOG=info,lumen_evnode=info
4040
entrypoint: /bin/sh -c
4141
command:
4242
- |
@@ -61,7 +61,7 @@ services:
6161
--txpool.max-account-slots 2048 \
6262
--txpool.max-new-txns 2048 \
6363
--txpool.additional-validation-tasks 16 \
64-
--rollkit.enable
64+
--evnode.enable
6565
6666
volumes:
6767
reth:

0 commit comments

Comments
 (0)