File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ services:
117
117
# ---------- No Subql Realm ---------- #
118
118
# ------------------------------------ #
119
119
mandala-node :
120
- image : ghcr.io/acalanetwork/mandala-node:sha-fe67fd1
120
+ image : ghcr.io/acalanetwork/mandala-node:sha-37d9e36
121
121
ports :
122
122
- 9944:9944
123
123
healthcheck :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A node service that provides [JSON-RPC](https://eth.wiki/json-rpc/API) for [Acal
4
4
## Run
5
5
First run a Mandala node locally
6
6
```
7
- docker run -it --rm -p 9944:9944 ghcr.io/acalanetwork/mandala-node:sha-fe67fd1 --dev --rpc-external --rpc-cors=all --rpc-methods=unsafe -levm=debug --pruning=archive --instant-sealing
7
+ docker run -it --rm -p 9944:9944 ghcr.io/acalanetwork/mandala-node:sha-37d9e36 --dev --rpc-external --rpc-cors=all --rpc-methods=unsafe -levm=debug --pruning=archive --instant-sealing
8
8
```
9
9
10
10
Then there are 3 ways to run an RPC adapter:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
3
3
services :
4
4
mandala-node :
5
- image : ghcr.io/acalanetwork/mandala-node:sha-fe67fd1
5
+ image : ghcr.io/acalanetwork/mandala-node:sha-37d9e36
6
6
ports :
7
7
- 9944:9944
8
8
command :
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ npm i -g @subql/node@1.21.2 @subql/query@1.4.0
51
51
If you already have a node running elsewhere, you can skip this step.
52
52
53
53
``` shell
54
- docker run -it --rm -p 9944:9944 ghcr.io/acalanetwork/mandala-node:sha-fe67fd1 --dev --rpc-external --rpc-cors=all --rpc-methods=unsafe -levm=debug --pruning=archive --instant-sealing
54
+ docker run -it --rm -p 9944:9944 ghcr.io/acalanetwork/mandala-node:sha-37d9e36 --dev --rpc-external --rpc-cors=all --rpc-methods=unsafe -levm=debug --pruning=archive --instant-sealing
55
55
```
56
56
57
57
3 . Run a Postgres service and listen to port number 5432 (in the second terminal)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
2
2
3
3
services :
4
4
mandala-node :
5
- image : ghcr.io/acalanetwork/mandala-node:sha-fe67fd1
5
+ image : ghcr.io/acalanetwork/mandala-node:sha-37d9e36
6
6
ports :
7
7
- 9944:9944
8
8
healthcheck :
Original file line number Diff line number Diff line change 1
1
services :
2
2
mandala-node :
3
- image : ghcr.io/acalanetwork/mandala-node:sha-fe67fd1
3
+ image : ghcr.io/acalanetwork/mandala-node:sha-37d9e36
4
4
container_name : mandala-node
5
5
ports :
6
6
- 9944:9944
Original file line number Diff line number Diff line change 1
1
# New Eth RPC Benchmark
2
2
first start a local mandala with normal sealing
3
3
```
4
- docker run -it --rm -p 9944:9944 ghcr.io/acalanetwork/mandala-node:sha-fe67fd1 --dev --rpc-external --rpc-cors=all --rpc-methods=unsafe -levm=debug --pruning=archive
4
+ docker run -it --rm -p 9944:9944 ghcr.io/acalanetwork/mandala-node:sha-37d9e36 --dev --rpc-external --rpc-cors=all --rpc-methods=unsafe -levm=debug --pruning=archive
5
5
```
6
6
7
7
then start an old rpc adapter
You can’t perform that action at this time.
0 commit comments