Skip to content

UniValue 2.2.0

Latest
Compare
Choose a tag to compare
@cculianu cculianu released this 31 Aug 23:18
· 26 commits to master since this release
84d2b20

What's new:

  • Added unsigned getters get_uint64() and get_uint(), which allow for retrieving values over a larger positive range, and also throw for you if the stored value is negative.
  • Updated the unit test to handle more corner cases
  • The CMake project now embeds an SONAME into the lib (on platforms that support this), to allow ABI/compatibility versioning of the library.
  • Some internal code refactoring.