Releases: icon-project/javaee-unittest
Releases · icon-project/javaee-unittest
v0.12.0
- Update for syncing with javaee-api 0.9.5 APIs by @sink772 in #29
- Expose additional BLS12-381 curve operation APIs
v0.11.1
- Fix compile errors of generated class by annotation processor by @mksong-icon in #28
v0.11.0
- Use System.currentTimeMillis() instead of System.nanoTime() by @mksong-icon
- Fix to reject non-public struct by @mksong-icon
- Update RLP implementation by @sink772 in #25
- Update Crypto module for adding BLS APIs by @sink772 in #26
- Feature event by @mksong-icon and @jspark-icon in #27
v0.10.0
- Support type conversion on inter-call by @mksong-icon in #19
- Refactor servicemanager by @mksong-icon in #20
- Simulate exception mapping in the engine by @mksong-icon in #21
- Support RLP encoder/decoder by @mksong-icon
- Support inter-call simulation by @mksong-icon in #22
v0.9.7
- Revert "Add optional parameter support (#18)"
- Revert "Check if target method is external"
v0.9.6
- Add support for List and ArrayList conversion (#17)
- Add optional parameter support (#18)
- Check if target method is external
v0.9.5
- Improve caller handling in inter-score call
v0.9.4
- Emulate UserRevertedException behavior (#16)
- Add support for Keccak-256 hash