Axlabs has released v3.24.0 for NeoW3J with compatibility with Neo V3.8 and various major updates. This release includes multiple corruption changes, feature additions, and internal improvements.
The NeoW3JConfig class has been rebuilt and removed the static defaults except for address versions that use the new Getter and Setter functions. Some SDK methods have been modified, deleted, or created to throw an exception. especially, build() NeoW3J and NeoW3Jexpress methods perform RPC calls and throw an error if the node is not reachable.
New features include support for custom protocol builds, additional serialization functions, and offline RPC services. DevPack adds native support for Base64 encoding, ED25519 validation, and new policy methods. Curve definitions have also been changed and replaced NamedCurve and NamedCurveHash.
Other improvements include a reconstructed RPC implementation for consistency and tuned default call flags. Fixes a JVM compiler warning and permission conflict.
The full release notes can be read at the link below.
https://github.com/neow3j/neow3j/releases/tag/v3.24.0

