CORDA-2187 & CORDA-2038: reverting maxTransactionSize <= maxMessageSize (#4166)

* CORDA-2187 reverting maxTransactionSize <= maxMessageSize

* Addressing review comments

* Increasing the maxTransactionSize for the Bootstrapper

* Updating the testNetworkParameters
This commit is contained in:
Michal Kit
2018-11-07 09:28:27 +00:00
committed by GitHub
parent c205a10ec0
commit 6f005605aa
4 changed files with 2 additions and 16 deletions

View File

@ -394,7 +394,7 @@ internal constructor(private val initSerEnv: Boolean,
notaries = notaryInfos,
modifiedTime = Instant.now(),
maxMessageSize = 10485760,
maxTransactionSize = 10485760,
maxTransactionSize = 524288000,
whitelistedContractImplementations = whitelist,
packageOwnership = packageOwnership.filterNotNullValues(),
epoch = 1,