EOS SDK v1.10.2
Resources
- Online API Documentation
- EosSdk RPMs
Bugs fixes and improvements
- The SDK now keeps track of how many agents have grabbed the
sdk_scoped_lock
. In a multithreaded/multiple-agent scenario where an agent releases its lock, the SDK will no longer erroneously report that the lock has not been grabbed. - Fix unsafe usage of
fprintf()
in the EOS SDK stubs, which caused some compilers to throw aformat-security
error.