Skip to content

v0.6.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 21:06
4641eca

v0.6.0-alpha.0 (2023-12-15)

Features

  • implement deno reducer (#155)
  • introduce full utxos by address reducer (#138)
  • introduce hash db ops (#143)
  • Add addresses by stake reducer (#131)
  • Introduce Supply by Asset reducer
  • asset supply reducer
  • add UtxoByStake reducer (#125)

Bug Fixes

  • hash arg order (#144)
  • Skip byron addresses (#134)
  • Fix build issues (#133)
  • Fix typo in mod import
  • Fix typo in supply reducer (#130)
  • Use refs for hash
  • Contemplate non-bech32 on stake
  • supplybyasset: Use only mints to reduce supply (#132)
  • utxobystake: Use stake address instead of delegation part (#129)
  • utxosbyasset: Use correct tx / idx when processing consumed inputs (#128)

Docs

  • add Deno reducer example (#156)
  • add nodejs redis read example (#139)
  • Fix typos (#124)

Code Refactoring

  • allow multiple reducer types (#152)
  • upgrade pipeline to use latest Gasket lib (#151)

Continuous Integration

  • improve release workflow (#154)

Chore

  • Apply jpgs fixes and changes