mirror of
https://github.com/corda/corda.git
synced 2025-01-28 07:04:12 +00:00
c68e1c3edd
* Add back V3 TransactionBuilder c'tor (#4587) (cherry picked from commit 5bb38e455ca4268500856ab36224c437cd18c860) * Regen isolated jar to fix failing test(s) (#4583) https://github.com/corda/corda/pull/4541 removed TransactionBuilder c'tor (which was introduced post-V3) which the frozen isolated jar was using (cherry picked from commit f5920252735944dc7e28cd633bf79e199b069f7d) * Fixed AttachmentLoadingTests (#4565) There were two issues: * The original "sealing violation: can't seal package net.corda.nodeapi" issue was due to the isolated CorDapp containing some code in the net.corda.nodeapi namespace. This has been moved to the isolated namespace. * The test was not correctly creating the second transaction with the dummy command (cherry picked from commit 3b8347e1500ca0c002b11f068d7f7c9cbdc39762) * Regen isolated.jar to make sure it's based on the branch