Skip to content

Commit

Permalink
set vm.supportConstant=true, bump 4.7.2 -> 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Dec 18, 2023
1 parent 1838253 commit c9d649e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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/).

## [23.09/1.2.2] - 2023-12-18
### Changed
- set vm.supportConstant = true in main_net_config.conf
- bump version v4.7.2 -> v4.7.3

## [23.09/1.2.1] - 2023-09-20
### Changed
- setup automatic docker file publish on github packages
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
libgoogle-perftools4 \
wget && \
useradd -m -r -u $UID -d /home/dockeruser dockeruser
RUN wget https://github.com/tronprotocol/java-tron/releases/download/GreatVoyage-v4.7.2/FullNode.jar -O /home/dockeruser/FullNode.jar && \
RUN wget https://github.com/tronprotocol/java-tron/releases/download/GreatVoyage-v4.7.3/FullNode.jar -O /home/dockeruser/FullNode.jar && \
chown dockeruser:dockeruser /home/dockeruser/FullNode.jar

USER dockeruser
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RELEASE := 'v23.09'
RELEASESEM := 'v1.2.1'
RELEASESEM := 'v1.2.2'

all: build

Expand Down
2 changes: 1 addition & 1 deletion conf/main_net_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ trx.reference.block = "solid" // head;solid;
# trx.expiration.timeInMilliseconds = 60000

vm = {
supportConstant = false
supportConstant = true
minTimeRatio = 0.0
maxTimeRatio = 5.0
saveInternalTx = true
Expand Down

0 comments on commit c9d649e

Please sign in to comment.