Skip to content

Releases: spireproto/spire-core

v0.5.2 - Register summary field rename

Choose a tag to compare

@spireproto spireproto released this 30 Aug 12:34
  • register.resolve() returns count, not a field named entries holding a number.
    It collided when callers spread the result next to the entry array.

v0.5.0 - Pool look-through

Choose a tag to compare

@spireproto spireproto released this 30 Aug 12:34
  • snapshot.take() looks through pools with readable share accounting.
  • Look-through rounding dust stays with the pool so a snapshot still reconciles.

v0.4.0 - Snapshot and allocation

Choose a tag to compare

@spireproto spireproto released this 30 Aug 12:34
  • allocation.allocateAccrual() for issuers that bump the multiplier instead of paying.

v0.3.0 - Corporate-action register

Choose a tag to compare

@spireproto spireproto released this 30 Aug 12:34
  • register.build() flags duplicates, reversals and outsized steps.
  • register.resolve() reports absolute and composed readings side by side.

v0.2.0 - Bytecode identity

Choose a tag to compare

@spireproto spireproto released this 30 Aug 12:34
  • identity.resolveTicker() throws on ambiguity rather than returning the first match.

v0.1.0 - Fixed-point multiplier arithmetic

Choose a tag to compare

@spireproto spireproto released this 30 Aug 12:34
  • Fixed-point multiplier arithmetic, BigInt throughout.