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
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Currently when you are running security level 3, using previously generated CDA for security 1 or 2, will generate invalid signature bundles. (we add 2 six tx instead of 0/1, and possibly some signature generation mistake)
The text was updated successfully, but these errors were encountered:
kwek20
pushed a commit
to kwek20/iota-java
that referenced
this issue
May 30, 2019
* Added and updated unit tests, moved files around
* Added javadoc to important classes, updated plugin implementation
* Added balance tests, fixed issues that arose
* Added getter for api options, fixed local POW, Added try/catch over local POW
* Updated comments
* Split account test in 2 separate classes
* Updated tests
* Set default sec level to 3
* Fixed error in test for wrong sec level, made ticket #172
* Moved NotPromotableError back to IotaAPI
* Made some tests regression tagged, removed System.out as outputstream for accounts
* Updated all imports and blocked warnings which are intended
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently when you are running security level 3, using previously generated CDA for security 1 or 2, will generate invalid signature bundles. (we add 2 six tx instead of 0/1, and possibly some signature generation mistake)
The text was updated successfully, but these errors were encountered: