v0.6.0-alpha.0
Pre-release
Pre-release
·
1 commit
to main
since this release
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
Code Refactoring
Continuous Integration
- improve release workflow (#154)
Chore
- Apply jpgs fixes and changes