-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1971 from aeternity/release/13.3.0
Release v13.3.0
- Loading branch information
Showing
156 changed files
with
8,930 additions
and
5,148 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 was deleted.
Oops, something went wrong.
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,14 +1,36 @@ | ||
version: '3' | ||
services: | ||
node: | ||
image: aeternity/aeternity:v6.11.0 | ||
hostname: node | ||
ports: ["3013:3013", "3113:3113", "3014:3014", "3114:3114"] | ||
# TODO: switch to master after merging https://github.com/aeternity/aeternity/pull/4303 | ||
image: aeternity/aeternity:v6.13.0-bundle | ||
# TODO: remove 3313 port after merging https://github.com/aeternity/aeternity/pull/4303 | ||
ports: [3013:3013, 3113:3113, 3014:3014, 3313:3313] | ||
# TODO: remove after releasing https://github.com/aeternity/aeternity/pull/4292 | ||
healthcheck: | ||
interval: 2s | ||
volumes: | ||
- ./docker/aeternity_node_mean16.yaml:/home/aeternity/node/aeternity.yaml | ||
- ./docker/accounts_test.json:/home/aeternity/node/data/aecore/.genesis/accounts_test.json | ||
- ./docker/aeternity.yaml:/home/aeternity/node/aeternity.yaml | ||
- ./docker/accounts.json:/home/aeternity/node/data/aeplugin_dev_mode/devmode_prefunded_accounts.json | ||
# TODO: remove after merging https://github.com/aeternity/aeternity/pull/4319 | ||
- ./docker/accounts-pub.json:/home/aeternity/node/data/aeplugin_dev_mode/devmode_prefunded_accounts-PUB.json | ||
stop_grace_period: 0s | ||
|
||
emitter: | ||
build: test/emitter | ||
depends_on: | ||
node: | ||
condition: service_healthy | ||
|
||
compiler: | ||
image: aeternity/aesophia_http:v7.4.0 | ||
hostname: compiler | ||
ports: ["3080:3080"] | ||
image: aeternity/aesophia_http:v8.0.0-rc1 | ||
ports: [3080:3080] | ||
# TODO: remove after releasing https://github.com/aeternity/aesophia_http/pull/133 | ||
healthcheck: | ||
interval: 2s | ||
|
||
compiler-7: | ||
image: aeternity/aesophia_http:v7.6.1 | ||
ports: [3081:3080] | ||
# TODO: remove after releasing https://github.com/aeternity/aesophia_http/pull/133 | ||
healthcheck: | ||
interval: 2s |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"ak_21A27UVVt3hDkBE5J7rhhqnH5YNb4Y1dqo4PnSybrH85pnWo7E":10000000000000000000000} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[{ | ||
"pub_key": "ak_21A27UVVt3hDkBE5J7rhhqnH5YNb4Y1dqo4PnSybrH85pnWo7E", | ||
"initial_balance": 10000000000000000000000, | ||
"// TODO: encode using base58 after fixing": "https://github.com/aeternity/aeplugin_dev_mode/issues/32", | ||
"priv_key": "sk_nr177aDHmvcqQuzjghpW7/FjWbbfN2zwSa7plVZfAi+hhfna" | ||
}] |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# yaml-language-server: $schema=https://github.com/aeternity/aeternity/raw/master/apps/aeutils/priv/aeternity_config_schema.json | ||
|
||
system: | ||
dev_mode: true | ||
plugins: | ||
# TODO: remove after merging https://github.com/aeternity/aeternity/pull/4303 | ||
- name: aeplugin_dev_mode | ||
|
||
http: | ||
internal: | ||
debug_endpoints: true | ||
listen_address: 0.0.0.0 | ||
endpoints: | ||
dry-run: true | ||
|
||
websocket: | ||
channel: | ||
listen_address: 0.0.0.0 | ||
|
||
chain: | ||
persist: false | ||
hard_forks: | ||
"1": 0 | ||
"6": 1 |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.