Skip to content

Commit e451ef0

Browse files
authored
chore: Cherry-pick: Added newlines to property-files (#14275) (#14283)
1 parent 2e496ce commit e451ef0

26 files changed

+26
-26
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
base.example.server.port=8000
22
base.example.server.basePath=/swirlds
33
prometheus.endpointPortNumber=9999
4-
sale.preferredStockHandling=LIFO
4+
sale.preferredStockHandling=LIFO

hedera-node/configuration/dev/bootstrap.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ staking.periodMins=1
1010
staking.fees.nodeRewardPercentage=10
1111
staking.fees.stakingRewardPercentage=10
1212

13-
contracts.knownBlockHash=
13+
contracts.knownBlockHash=

hedera-node/configuration/mainnet/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# hedera-config), this requirement will no longer be valid.
44
# It's used by modular code for property overrides, taking hedera-config/ as the base,
55
# with overrides from this file (configuration/mainnet/application.properties).
6-
ledger.id=0x00
6+
ledger.id=0x00

hedera-node/configuration/mainnet/bootstrap.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# This file MUST match application.properties exactly as they are both a replica of file 121 on mainnet and
55
# this file is utilized by the mono-service config for property overrides whereas application.properties is utilized as
6-
# an override by the hedera-config base config.
6+
# an override by the hedera-config base config.

hedera-node/configuration/mainnet/upgrade/feeSchedules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7258,4 +7258,4 @@
72587258
}
72597259
]
72607260
}
7261-
]
7261+
]

hedera-node/configuration/mainnet/upgrade/throttles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@
180180
]
181181
}
182182
]
183-
}
183+
}

hedera-node/configuration/preprod/api-permission.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ networkGetExecutionTime=2-50
6666
systemDelete=2-59
6767
systemUndelete=2-60
6868
freeze=2-58
69-
getAccountDetails=2-50
69+
getAccountDetails=2-50
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
contracts.chainId=298
2-
entities.unlimitedAutoAssociationsEnabled=true
2+
entities.unlimitedAutoAssociationsEnabled=true

hedera-node/configuration/preprod/bootstrap.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ bootstrap.throttleDefsJson.resource=genesis/throttles.json
33
accounts.blocklist.enabled=false
44
accounts.blocklist.path=
55

6-
contracts.knownBlockHash=
6+
contracts.knownBlockHash=

hedera-node/configuration/previewnet/bootstrap.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ accounts.blocklist.path=
66
contracts.evm.version.dynamic=true
77
contracts.maxNumWithHapiSigsAccess=0
88

9-
contracts.knownBlockHash=
9+
contracts.knownBlockHash=

hedera-node/configuration/testnet/api-permission.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ systemUndelete=2-60
6767
freeze=2-58
6868
getAccountDetails=2-50
6969
# Util
70-
utilPrng=0-*
70+
utilPrng=0-*

hedera-node/configuration/testnet/bootstrap.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
ledger.id=0x01
1414
contracts.chainId=296
1515
bootstrap.genesisPublicKey=e06b22e0966108fa5d63fc6ae53f9824319b891cd4d6050dbf2b242be7e13344
16-
contracts.knownBlockHash=
16+
contracts.knownBlockHash=

hedera-node/configuration/testnet/upgrade/feeSchedules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6852,4 +6852,4 @@
68526852
{
68536853
"expiryTime" : 1633392000
68546854
} ]
6855-
} ]
6855+
} ]

hedera-node/configuration/testnet/upgrade/throttles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@
180180
]
181181
}
182182
]
183-
}
183+
}

hedera-node/data/config/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ tokens.nfts.useVirtualMerkle=true
1313
records.useConsolidatedFcq=true
1414
cache.cryptoTransfer.warmThreads=30
1515
contracts.maxNumWithHapiSigsAccess=0
16-
tokens.balancesInQueries.enabled=true
16+
tokens.balancesInQueries.enabled=true

hedera-node/data/config/genesis.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
#
1717
# This file is needed for JRS tests of the configuration and should not be deleted until we can change it to look
1818
# for the file in a different location
19-
bar.test=genesis
19+
bar.test=genesis

hedera-node/hedera-app/data/config/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
#
1717
# This file is needed for unit tests of the configuration and should not be deleted!
1818
foo.test=123
19-
bar.test=456
19+
bar.test=456

hedera-node/hedera-app/data/config/genesis.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#
1616
#
1717
# This file is needed for unit tests of the configuration and should not be deleted!
18-
bar.test=genesis
18+
bar.test=genesis

hedera-node/hedera-app/for-test/application.properties.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# This file is needed for unit tests of the configuration and should not be deleted!
1818

1919
foo.test=123Test
20-
bar.test=456Test
20+
bar.test=456Test

hedera-node/hedera-app/for-test/genesis.properties.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
#
1717
# This file is needed for unit tests of the configuration and should not be deleted!
1818

19-
bar.test=genesisTest
19+
bar.test=genesisTest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a=b
1+
a=b

hedera-node/test-clients/config/umbrellaTest-Crypto.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ transactionBodyFormat=Random
8282
#
8383
#
8484
## flag whether or not to use system accounts (i.e. account number under 100 excluding genesis and node accounts)
85-
useSystemAccountAsPayer=false
85+
useSystemAccountAsPayer=false

hedera-node/test-clients/config/umbrellaTest.properties.alt1k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ transactionBodyFormat=Random
8282
#
8383
#
8484
## flag whether or not to use system accounts (i.e. account number under 100 excluding genesis and node accounts)
85-
useSystemAccountAsPayer=false
85+
useSystemAccountAsPayer=false

hedera-node/test-clients/src/main/resource/contract/contracts/GlobalProperties/GlobalProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@
5151
"stateMutability": "view",
5252
"type": "function"
5353
}
54-
]
54+
]

hedera-node/test-clients/src/main/resource/eet-config/hollow-account-fuzzing.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ randomTransferFromHollowAccount.bias=10
1414
randomAccountUpdate.bias=10
1515
randomContract.bias=1
1616
randomContract.ceilingNum=50
17-
randomContractDeletion.bias=10
17+
randomContractDeletion.bias=10

hedera-node/test-clients/src/main/resource/eet-config/id-fuzzing.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ randomAccount.bias=60
77
randomAccount.ceilingNum=100
88
randomAccountUpdate.bias=30
99
randomTransfer.bias=100
10-
randomEthereumTransactionTransfer.bias=100
10+
randomEthereumTransactionTransfer.bias=100

0 commit comments

Comments
 (0)