Skip to content

Commit

Permalink
Minor change to block time to 3s and update ubuntu base
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho committed Sep 27, 2024
1 parent 4bc18f8 commit c8fd0d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose-eco-network/Neo.CLI/configs/config1.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ProtocolConfiguration": {
"Network": 56753,
"AddressVersion": 53,
"MillisecondsPerBlock": 1000,
"MillisecondsPerBlock": 3000,
"MaxTransactionsPerBlock": 5000,
"MemoryPoolMaxTransactions": 50000,
"MaxTraceableBlocks": 2102400,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-eco-network/Neo.CLI/configs/config1RPC.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ProtocolConfiguration": {
"Network": 56753,
"AddressVersion": 53,
"MillisecondsPerBlock": 1000,
"MillisecondsPerBlock": 3000,
"MaxTransactionsPerBlock": 5000,
"MemoryPoolMaxTransactions": 50000,
"MaxTraceableBlocks": 2102400,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-eco-network/Neo.CLI/configs/config2.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ProtocolConfiguration": {
"Network": 56753,
"AddressVersion": 53,
"MillisecondsPerBlock": 1000,
"MillisecondsPerBlock": 3000,
"MaxTransactionsPerBlock": 5000,
"MemoryPoolMaxTransactions": 50000,
"MaxTraceableBlocks": 2102400,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-eco-network/Neo.CLI/configs/config3.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ProtocolConfiguration": {
"Network": 56753,
"AddressVersion": 53,
"MillisecondsPerBlock": 1000,
"MillisecondsPerBlock": 3000,
"MaxTransactionsPerBlock": 5000,
"MemoryPoolMaxTransactions": 50000,
"MaxTraceableBlocks": 2102400,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-eco-network/Neo.CLI/configs/config4.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ProtocolConfiguration": {
"Network": 56753,
"AddressVersion": 53,
"MillisecondsPerBlock": 1000,
"MillisecondsPerBlock": 3000,
"MaxTransactionsPerBlock": 5000,
"MemoryPoolMaxTransactions": 50000,
"MaxTraceableBlocks": 2102400,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL maintainer="NeoResearch"
ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit c8fd0d1

Please sign in to comment.