Skip to content

Releases: dipdup-io/dipdup

1.1.2

25 Jun 14:32
Compare
Choose a tag to compare

Commits

  • 7865bb8: Fix dispatching bigmaps to indexes with wrong datasource, refactor event emitter related code (#75) (Lev Gorodetskiy) #75
  • 8bfa178: Bump version: 1.1.1 → 1.1.2 (Lev Gorodetskiy)

1.1.1

24 Jun 18:04
Compare
Choose a tag to compare

Commits

  • cc03543: Skip backtracked operations received from SignalR (#74) (Lev Gorodetskiy) #74
  • 9f8fa0e: Bump version: 1.1.0 → 1.1.1 (Lev Gorodetskiy)

1.1.0

24 Jun 15:35
Compare
Choose a tag to compare

Commits

  • 2ce168b: Check Hasura heartbeat response code (#69) (Lev Gorodetskiy) #69
  • 4370521: Cleanup and fix Python versions in CI (#67) (Lev Gorodetskiy) #67
  • c5a421a: Add immune_tables config option (#68) (Lev Gorodetskiy) #68
  • b868aa1: Execute SQL scripts from on_restart/on_reindex directories (#70) (Lev Gorodetskiy) #70
  • f7bba80: Track SQL views in Hasura (#71) (Lev Gorodetskiy) #71
  • a14fc94: Do not use staging TzKT API in demos (#72) (Lev Gorodetskiy) #72
  • 405db3f: Fix unprivileged access to views in Hasura (#73) (Lev Gorodetskiy) #73
  • 3fe8785: Bump version: 1.0.2 → 1.1.0 (Lev Gorodetskiy)

1.0.2

22 Jun 09:41
Compare
Choose a tag to compare

Commits

  • 76803d2: Fix Hasura aiohttp session, fix in_global_transaction wrapper, make TemporaryState abstract (#66) (Lev Gorodetskiy) #66
  • 488c5be: Bump version: 1.0.1 → 1.0.2 (Lev Gorodetskiy)

1.0.1

21 Jun 13:34
Compare
Choose a tag to compare

Commits

  • 05f368f: Fix unclosed aiohttp sessions (#63) (Lev Gorodetskiy) #63
  • a241415: Fix "URI Too Long" error on fetching originations (#65) (Lev Gorodetskiy) #65
  • 90aeffe: Bump version: 1.0.0 → 1.0.1 (Lev Gorodetskiy)

1.0.0

18 Jun 10:32
Compare
Choose a tag to compare

Commits

  • bf968fe: Dynamic configuration, context and rollback improvements, bugfixes (#49) (Lev Gorodetskiy) #49
  • 8d9d299: BigMapIndex handlers get single diff at once, logging improvements (#60) (Lev Gorodetskiy) #60
  • 281cbd7: migrate command (#61) (Lev Gorodetskiy) #61
  • 1be3c3a: Bump version: 0.4.3 → 1.0.0 (Lev Gorodetskiy)

0.4.3

06 Jun 10:45
Compare
Choose a tag to compare

Commits

  • d516d94: Reindex even on a single level rollback (#57) (Lev Gorodetskiy) #57
  • c3579fd: Workaround pydantic bug when parsing dicts with bool values (#58) (Lev Gorodetskiy) #58
  • f77cf30: Bump version: 0.4.2 → 0.4.3 (Lev Gorodetskiy)

0.4.2

01 Jun 14:11
Compare
Choose a tag to compare

Commits

  • [8c63fe2]: Fix default config argument, bump click (#52) (Lev Gorodetskiy) #52
  • [7f90c0e]: Fix codegen tests (#54) (Lev Gorodetskiy) #54
  • [051aee2]: Update Quipuswap contracts in demo (#53) (Lev Gorodetskiy) #53
  • [f420a93]: Add --reindex option to run command (#55) (Lev Gorodetskiy) #55
  • [37a7b99]: Fix matching in OperationCache (#56) (Lev Gorodetskiy) #56
  • [1e7ef78]: Bump version: 0.4.1 → 0.4.2 (Lev Gorodetskiy)

0.4.1

24 May 18:55
Compare
Choose a tag to compare

Commits

  • [3659c2e]: Update README.md (Michael Zaikin)
  • [30c51b2]: Fix typo in datasource (#51) (Lev Gorodetskiy) #51
  • [ac58660]: Bump version: 0.4.0 → 0.4.1 (Lev Gorodetskiy)

0.4.0

24 May 16:38
Compare
Choose a tag to compare

Commits

  • [92c963d]: Quickstart demo (#48) (Michael Zaikin) #48
  • [bc85643]: Fix blocked websocket loop (#50) (Lev Gorodetskiy) #50
  • [037e265]: Bump version: 0.3.1 → 0.4.0 (m-kus)