70 Commits

Author SHA1 Message Date
6a3c8cb263 Merge pull request #28 from matter-labs/ya-zkd-1817-upgrade-external-nodes-on-hetzner5
fix: Route all consensus traffic to the docker port.
v3.8.1
2024-08-13 13:57:35 +02:00
ed4feb99bc fix: Route all consensus traffic to the docker port. 2024-08-13 13:56:28 +02:00
605525c7ba Merge pull request #27 from matter-labs/ya-zkd-1817-upgrade-external-nodes-on-hetzner4
feat: Add traefik configuration for consensus TCP port, open it in firewall
v3.8.0
2024-08-13 13:36:58 +02:00
5bdeb0fcfa feat: Add traefik configuration for consensus TCP port, open it in
firewall
2024-08-13 13:32:10 +02:00
bf186104d4 Merge pull request #26 from matter-labs/ya-zkd-1817-upgrade-external-nodes-on-hetzner3
fix: Correct path and file names for consensus
v3.7.2
2024-08-12 17:33:38 +02:00
493e5ceffc fix: Correct path and file names for consensus 2024-08-12 17:31:25 +02:00
7a77daacf3 Merge pull request #25 from matter-labs/ya-zkd-1817-upgrade-external-nodes-on-hetzner2
fix: Correct task names
v3.7.1
2024-08-12 17:10:16 +02:00
8290a1cd9b Yaml lint 2024-08-12 15:32:48 +02:00
191ebeced5 fix: Correct task names 2024-08-12 14:55:50 +02:00
0cdbf98bf1 Merge pull request #24 from matter-labs/ya-zkd-1817-upgrade-external-nodes-on-hetzner
feat: Add consensus support
v3.7.0
2024-08-12 14:30:47 +02:00
ce94f307e7 Secure file permissions 2024-08-12 14:22:26 +02:00
9a8b0af6c3 feat: Add consensus support 2024-08-12 14:18:32 +02:00
7500e2b2da Merge pull request #23 from cooganb/fix-sepolia-pgs-url
chore: Provides updated URL for sepolia testnet dump access
2024-07-04 15:01:50 +02:00
ace0df965b Provides updated URL for sepolia testnet dump access 2024-07-03 14:01:29 -04:00
e8d79755da Merge pull request #22 from matter-labs/betterdetach
fix: Better handle detached docker command
v3.6.1
2024-06-05 14:40:15 +02:00
160f497294 fix: Better handle detached docker command 2024-06-05 18:52:59 +07:00
cdf5deb718 Merge pull request #21 from matter-labs/upgradeto24.6.0
feat: update external node version to 24.6.0
v3.6.0
2024-06-05 17:01:49 +07:00
cbf199a152 feat: update external node version to 24.6.0 2024-06-05 16:57:40 +07:00
c8a8c1b76c Merge pull request #19 from matter-labs/update_en_version
feat: update external node version to 24.0.0
v3.5.0
2024-05-06 12:43:39 +02:00
7fcf8ab7b6 feat: update external node version 2024-05-06 13:41:45 +03:00
2c04aabc1a Merge pull request #18 from matter-labs/ya-fix-traefik
fix: Change traefik vmagent config to ip
v3.4.1
2024-04-19 12:03:58 +02:00
875c50be71 fix: Move traefik to ip 2024-04-19 12:01:55 +02:00
135adfdeb6 Merge pull request #17 from matter-labs/ya-bump
feat: Bump external_node and vmagent versions
v3.4.0
2024-04-19 10:51:51 +02:00
0ed6245a1d feat: Bump external_node and vmagent versions 2024-04-19 10:24:43 +02:00
a240fac3ec Merge pull request #16 from matter-labs/fix-testnet-snapshot-bucket
chore(docs): Fix and de-uglify links to EN snapshots
2024-04-18 20:12:47 +07:00
eed88e8b72 chore(docs): Fix and reformat links to snapshots 2024-04-18 15:10:17 +02:00
47edb8a161 Merge pull request #15 from matter-labs/snapshot-docs-fix
chore(docs): Minor fixes
2024-04-17 15:19:25 +02:00
d5c66009cb Merge branch 'main' into snapshot-docs-fix 2024-04-17 15:14:56 +02:00
437b174a25 chore(docs): Minor fixes 2024-04-17 15:11:59 +02:00
842af18f5c Merge pull request #14 from matter-labs/fix-unset-var
fix: Fixed unset variable external_node_raw_docker_tag
v3.3.1
2024-04-02 18:23:01 +03:00
7f2102550b fix: Fixed unset variable external_node_raw_docker_tag 2024-04-02 18:21:27 +03:00
a3836b82bf Merge pull request #13 from matter-labs/additional-env-vars-en-container
feat: Ability to pass additional env vars to EN container
v3.3.0
2024-04-02 16:15:46 +02:00
eecc3a5037 feat: Ability to pass additional env vars to EN container 2024-04-02 16:11:04 +02:00
d8efb3971e Merge pull request #12 from matter-labs/snapshots-recovery
feat: Support for snapshots recovery and a simple example how to run an EN using this repo
2024-03-25 13:19:29 +01:00
f0e128860c revert 2024-03-22 09:55:34 +01:00
5df4c691bb fix 2024-03-22 01:47:26 +01:00
69435131f7 added an example 2024-03-22 01:35:00 +01:00
281068a752 support for snapshots recovery 2024-03-22 01:10:42 +01:00
97a71926d7 feat: make RUST_LOG parametrized (#11)
## What 
Customize RUST_LOG variable

## Why 
There're lot of packages used for EN and each of them has their own
logging verbosity

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Documentation comments have been added / updated.
v3.2.0
2024-03-20 15:51:04 +02:00
3fb4985ea4 feat: add parameter for set log verbosity and json format (#10)
## What 
Logs in json format and option for set verbosity level for rust 

## Why 
It can be useful for specify verbose level.

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Documentation comments have been added / updated.
v3.1.0
2024-03-20 14:55:06 +02:00
94db2c0a69 feat!: remove node exporter from monitoring stack (#9)
## What 
Remove node exporter from monitoring

## Why 
Redundant for this context 

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Documentation comments have been added / updated.
v3.0.0
2024-03-12 17:06:09 +02:00
26319af6d7 Merge pull request #8 from matter-labs/docs-envs
chore(docs): Better explain chain settings, minor tweaks
2024-03-08 09:24:14 +01:00
37bbe33ad7 minor tweaks 2024-03-08 09:18:55 +01:00
e776080ba4 typo fix 2024-03-08 09:17:00 +01:00
991e7ba587 typo fix 2024-03-08 09:16:24 +01:00
9f7f0bb6cd prettify dump links 2024-03-08 09:15:58 +01:00
ea06fe4c67 chore(docs): Better explain env settings, minor tweaks 2024-03-08 09:13:20 +01:00
254085bea2 Merge pull request #7 from matter-labs/pgtune-docs-fix
chore(docs): Fix duplicated pgtune block in README
2024-03-07 09:51:48 +01:00
b5cb15078b chore(docs): Fix duplicated pgtune block in README 2024-03-07 09:40:57 +01:00
46cd390d3d Merge pull request #6 from matter-labs/add_basic_auth
feat: add basic auth for external node
v2.1.0
2024-03-07 09:36:13 +01:00