Skip to content

Commit

Permalink
v24.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Dec 10, 2024
1 parent 279c583 commit 18d26a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [24.12.1] - 2024-12-10
### Changed
- added --http.vhosts * to allow requests with any hostname
- switched to erigontech docker orga

## [24.12.0] - 2024-12-09
### Changed
- Bumped Erigon version to 3.0.0-alpha5
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE := 'v24.12.0'
RELEASE := 'v24.12.1'
# RELEASESEM := 'v1.9.0'

all: build
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
erigon:
image: thorax/erigon:v3.0.0-alpha5
image: erigontech/erigon:v3.0.0-alpha5
#user: ${DOCKER_UID:-1000}:${DOCKER_GID:-1000}
ports:
- "8545:8545"
Expand All @@ -12,3 +12,4 @@ services:
--http.addr=0.0.0.0
--http.port=8545
--http.api=eth,net,web3,debug,trace
--http.vhosts *

0 comments on commit 18d26a7

Please sign in to comment.