Skip to content

Commit

Permalink
release 1.4.0 (#27)
Browse files Browse the repository at this point in the history
* Upgrade:
- evmapp Eon : 1.4.0

* Upgrade:
- evmapp Gobi: 1.4.0
  • Loading branch information
otoumas authored Jun 18, 2024
1 parent 617041f commit 4b0d468
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

**1.4.0**
* EON version: 1.4.0
* SDK version: 0.12.0 (see [SDK changelog](https://github.com/HorizenOfficial/Sidechains-SDK/blob/0.12.0-RC1/CHANGELOG.md))
* Fork configuration to enable new on-chain delegated staking reward mechanism and new handling of rewards from mainchain
* Bug fix: Modify entrypoint.sh: Improve declared ip detection in MacOS environments

**1.4.0-RC1**
* EON version: 1.4.0-RC1
* SDK version: 0.12.0-RC1 (see [SDK changelog](https://github.com/HorizenOfficial/Sidechains-SDK/blob/0.12.0-RC1/CHANGELOG.md))
Expand Down
2 changes: 1 addition & 1 deletion env/.env.forger.eon.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ INTERNAL_NETWORK_SUBNET='10.10.50.0/24'
ZEND_TAG=v5.0.2
ZEND_CONTAINER_NAME=zend
ZEND_IP_ADDRESS='10.10.50.10'
EVMAPP_TAG=1.3.0
EVMAPP_TAG=1.4.0
EVMAPP_CONTAINER_NAME=evmapp
EVMAPP_IP_ADDRESS='10.10.50.3'

Expand Down
2 changes: 1 addition & 1 deletion env/.env.forger.gobi.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ INTERNAL_NETWORK_SUBNET='10.10.51.0/24'
ZEND_TAG=v5.0.2
ZEND_CONTAINER_NAME=zend-testnet
ZEND_IP_ADDRESS='10.10.51.10'
EVMAPP_TAG=1.4.0-RC1
EVMAPP_TAG=1.4.0
EVMAPP_CONTAINER_NAME=evmapp-gobi
EVMAPP_IP_ADDRESS='10.10.51.3'

Expand Down
2 changes: 1 addition & 1 deletion env/.env.rpc.eon.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
COMPOSE_PROJECT_NAME=evmapp-rpc-eon
COMPOSE_PROJECT_DATA_DIR=""
INTERNAL_NETWORK_SUBNET='10.10.52.0/24'
EVMAPP_TAG=1.3.0
EVMAPP_TAG=1.4.0
EVMAPP_CONTAINER_NAME=evmapp-rpc
EVMAPP_IP_ADDRESS='10.10.52.3'

Expand Down
2 changes: 1 addition & 1 deletion env/.env.rpc.gobi.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
COMPOSE_PROJECT_NAME=evmapp-rpc-gobi
COMPOSE_PROJECT_DATA_DIR=""
INTERNAL_NETWORK_SUBNET='10.10.53.0/24'
EVMAPP_TAG=1.4.0-RC1
EVMAPP_TAG=1.4.0
EVMAPP_CONTAINER_NAME=evmapp-rpc-gobi
EVMAPP_IP_ADDRESS='10.10.53.3'

Expand Down

0 comments on commit 4b0d468

Please sign in to comment.