Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.78 KB

File metadata and controls

34 lines (26 loc) · 1.78 KB

Changelog

v0.1.4 (2021-12-16)

Fix

  • Remove assigning txids to addresses to avoid exceeding document size. (81edd47)

v0.1.3 (2021-06-24)

Fix

  • tx: Add missing fields for Tx model (4e58ff6)

v0.1.2 (2021-06-01)

Performance

  • dockerfile: Use alpine image as base (39814b5)

v0.1.1 (2021-03-19)

Fix

  • richestwallets: Fix possibility to return more than 20 of richest wallets (#11) (8482a14)

v0.1.0 (2021-02-26)

Feature

  • docker: Update version of Python to 3.8 (0febd0b)

v0.0.2 (2021-02-24)

Fix

  • ci: Add PAT to be able to create new release (3d6baec)
  • ci: Add PAT to be able to create new release (0b6306b)
  • Proper imports (2717123)

v0.0.1 (2021-02-24)

Fix

  • Copy src after installing dependencies, to use layer caching (593433a)
  • Remove backup, fix imports (09e17f5)