Skip to content

Commit dcb93dc

Browse files
authored
chore: (Cherry Pick) Standardize previewnet config dir with other envs (#15779)
Signed-off-by: Matt Hess <[email protected]>
1 parent 971d755 commit dcb93dc

File tree

6 files changed

+7740
-0
lines changed

6 files changed

+7740
-0
lines changed

hedera-node/configuration/previewnet/node.properties

Whitespace-only changes.

hedera-node/configuration/previewnet/optional-upgrade/.gitkeep

Whitespace-only changes.

hedera-node/configuration/previewnet/upgrade/.gitkeep

Whitespace-only changes.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
appendContent=0-*
2+
approveAllowances=0-*
3+
contractCallLocalMethod=0-*
4+
contractCallMethod=0-*
5+
contractGetBytecode=0-*
6+
createAccount=0-*
7+
createContract=0-*
8+
createFile=0-*
9+
createTopic=0-*
10+
cryptoDelete=0-*
11+
cryptoGetBalance=0-*
12+
cryptoTransfer=0-*
13+
deleteAllowances=0-*
14+
deleteContract=0-*
15+
deleteFile=0-*
16+
deleteTopic=0-*
17+
ethereumTransaction=0-*
18+
freeze=55-58
19+
getAccountInfo=0-*
20+
getAccountRecords=0-*
21+
getContractInfo=0-*
22+
getFileContent=0-*
23+
getFileInfo=0-*
24+
getTopicInfo=0-*
25+
getTransactionReceipts=0-*
26+
getTxRecordByContractID=0-*
27+
getTxRecordByTxID=0-*
28+
getVersionInfo=0-*
29+
scheduleCreate=0-*
30+
scheduleDelete=0-*
31+
scheduleGetInfo=0-*
32+
scheduleSign=0-*
33+
submitMessage=0-*
34+
systemDelete=2-59
35+
systemUndelete=2-60
36+
tokenAccountWipe=0-*
37+
tokenAssociateToAccount=0-*
38+
tokenBurn=0-*
39+
tokenCreate=0-*
40+
tokenDelete=0-*
41+
tokenDissociateFromAccount=0-*
42+
tokenFeeScheduleUpdate=0-*
43+
tokenFreezeAccount=0-*
44+
tokenGetInfo=0-*
45+
tokenGetNftInfo=0-*
46+
tokenGrantKycToAccount=0-*
47+
tokenMint=0-*
48+
tokenPause=0-*
49+
tokenRevokeKycFromAccount=0-*
50+
tokenUnfreezeAccount=0-*
51+
tokenUnpause=0-*
52+
tokenUpdate=0-*
53+
updateAccount=0-*
54+
updateContract=0-*
55+
updateFile=0-*
56+
updateTopic=0-*
57+
utilPrng=0-*

0 commit comments

Comments
 (0)