Added support for an optional fee in arbitrary transactions, to give the option for data to be published instantly (i.e. no proof of work / mempow required when fee is sufficient).

Takes effect at a future undecided timestamp.
This commit is contained in:
CalDescent
2023-03-06 13:17:48 +00:00
parent 7f21ea7e00
commit 3739920ad3
22 changed files with 433 additions and 44 deletions

View File

@@ -79,7 +79,8 @@
"onlineAccountMinterLevelValidationHeight": 0,
"selfSponsorshipAlgoV1Height": 999999999,
"feeValidationFixTimestamp": 0,
"chatReferenceTimestamp": 0
"chatReferenceTimestamp": 0,
"arbitraryOptionalFeeTimestamp": 0
},
"genesisInfo": {
"version": 4,