-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* mandala 2250 * update hash * update e2e tests * test * fix * update snapshot * use larger share * fix
- Loading branch information
1 parent
86e0924
commit 2616302
Showing
23 changed files
with
73 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ npm i -g @subql/[email protected] @subql/[email protected] | |
If you already have a node running elsewhere, you can skip this step. | ||
|
||
```shell | ||
docker run -it --rm -p 9944:9944 ghcr.io/acalanetwork/mandala-node:sha-89ef1e5 --dev --rpc-external --rpc-cors=all --rpc-methods=unsafe -levm=debug --pruning=archive --instant-sealing | ||
docker run -it --rm -p 9944:9944 ghcr.io/acalanetwork/mandala-node:sha-16f147e --dev --rpc-external --rpc-cors=all --rpc-methods=unsafe -levm=debug --pruning=archive --instant-sealing | ||
``` | ||
|
||
3. Run a Postgres service and listen to port number 5432 (in the second terminal) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
# // Auto-generated , DO NOT EDIT | ||
specVersion: 1.0.0 | ||
version: 0.0.1 | ||
name: '@acala-network/evm-subql' | ||
version: 1.0.0 | ||
description: subquery for Acala EVM+ | ||
runner: | ||
node: | ||
name: '@subql/node' | ||
version: 1.21.2 | ||
version: '>=3.0.1' | ||
query: | ||
name: '@subql/query' | ||
version: 1.4.0 | ||
description: 'subquery for Acala EVM+' | ||
repository: 'https://github.com/AcalaNetwork/bodhi.js/tree/master/evm-subql' | ||
version: '*' | ||
schema: | ||
file: ./schema.graphql | ||
network: | ||
# Acala | ||
chainId: '0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c' | ||
endpoint: ws://chopsticks:8000 | ||
endpoint: | ||
- ws://chopsticks:8000 | ||
chaintypes: | ||
file: ./dist/chain-types/index.js | ||
dataSources: | ||
- kind: substrate/Runtime | ||
startBlock: 5108461 | ||
startBlock: 6134893 | ||
mapping: | ||
file: ./dist/index.js | ||
handlers: | ||
- handler: handleBlock | ||
kind: substrate/BlockHandler | ||
- kind: substrate/BlockHandler | ||
handler: handleBlock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
# // Auto-generated , DO NOT EDIT | ||
specVersion: 1.0.0 | ||
version: 0.0.1 | ||
name: '@acala-network/evm-subql' | ||
version: 1.0.0 | ||
description: subquery for Acala EVM+ | ||
runner: | ||
node: | ||
name: '@subql/node' | ||
version: 1.21.2 | ||
version: '>=3.0.1' | ||
query: | ||
name: '@subql/query' | ||
version: 1.4.0 | ||
description: 'subquery for Karura EVM+' | ||
repository: 'https://github.com/AcalaNetwork/bodhi.js/tree/master/evm-subql' | ||
version: '*' | ||
schema: | ||
file: ./schema.graphql | ||
network: | ||
# Karura | ||
chainId: '0xbaf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b' | ||
endpoint: ws://chopsticks:8000 | ||
endpoint: | ||
- ws://chopsticks:8000 | ||
chaintypes: | ||
file: ./dist/chain-types/index.js | ||
dataSources: | ||
- kind: substrate/Runtime | ||
startBlock: 5853808 | ||
startBlock: 6834574 | ||
mapping: | ||
file: ./dist/index.js | ||
handlers: | ||
- handler: handleBlock | ||
kind: substrate/BlockHandler | ||
- kind: substrate/BlockHandler | ||
handler: handleBlock |
Oops, something went wrong.