You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see, in SystemIntegrationTest.java in allSystemTransactionsAreNotSupported(), after creating FileCreateTransaction(), the setup for keys is missing - check line 26.
Maybe the setup of FileCreateTransaction is incorrect.
We should try to create the operatorKey from ED25519PrivateKey using string 302e020100300506032b65700422042091132178e72057a1d7528025956fe39b0b847f200ab59b2fdd367017f3087137 and then configure the newly created FileCreateTransaction.
Problem
Seems that
SystemDeleteTransaction
is missing some integration tests.Found during PR #477.
Solution
To add new integration test suite named
SystemDeleteTransactionIntegrationTest
:deleteFile
deleteContract
For reference see SystemDeleteTransactionIntegrationTests.cc from the C++ SDK.
Alternatives
No response
The text was updated successfully, but these errors were encountered: