Skip to content

Releases: dipdup-io/dipdup

2.0.3

03 Aug 07:52
Compare
Choose a tag to compare

Commits

  • 05c29ed: Fix parsing operations with empty parameter (#109) (Lev Gorodetskiy) #109
  • 4ee1967: Add debug option to SentryConfig (#110) (Lev Gorodetskiy) #110
  • 829f2aa: Fix processing empty SQL and GraphQL files, refactor codegen (#108) (Lev Gorodetskiy) #108
  • a482186: Add warning on using multiple indexes with the same contract (#107) (Lev Gorodetskiy) #107
  • 1c43ebf: Fix duplicate contracts check (#111) (Lev Gorodetskiy) #111
  • 65b9ea3: SubscriptionManager class, bugfixes (#106) (Lev Gorodetskiy) #106
  • b35eed3: Bump version: 2.0.2 → 2.0.3 (Lev Gorodetskiy)

2.0.2

20 Jul 15:38
Compare
Choose a tag to compare

Commits

  • 94c4c7a: Set decimal context on run command only (#105) (Lev Gorodetskiy) #105
  • 9cc6877: Bump version: 2.0.1 → 2.0.2 (Lev Gorodetskiy)

2.0.1

20 Jul 13:01
Compare
Choose a tag to compare

Commits

  • c436c72: Rename configure-hasura command to hasura configure (#104) (Lev Gorodetskiy) #104
  • 9f06b66: Bump version: 2.0.0 → 2.0.1 (Lev Gorodetskiy)

2.0.0

20 Jul 12:13
Compare
Choose a tag to compare

Commits

  • 1e135f6: Sentry integration (#76) (Lev Gorodetskiy) #76
  • 144db32: Use single postgres connection, enable parallel index processing (#77) (Lev Gorodetskiy) #77
  • 1442b02: User-defined cron jobs (#62) (Lev Gorodetskiy) #62
  • 86508af: Coinbase datasource (#78) (Lev Gorodetskiy) #78
  • fb51827: Add "remove" BigMapAction, rename others (#79) (Lev Gorodetskiy) #79
  • 1199414: Add # dipdup: ignore at the beginning of type module to ignore it on init (#82) (Lev Gorodetskiy) #82
  • def1a05: Retry failed requests in DatasourceRequestProxy (#81) (Lev Gorodetskiy) #81
  • 6a7aa58: Hasura v2: user limits and camelcase (#80) (Lev Gorodetskiy) #80
  • bb51567: Use contractBalance as amount on origination (#86) (Lev Gorodetskiy) #86
  • f25d4e9: Fix BCD datasource get_tokens method (#83) (Lev Gorodetskiy) #83
  • a702778: Request OperationData initiator fields (#84) (Lev Gorodetskiy) #84
  • 5773bc0: Make exceptions documented and context-aware, wrap on CLI level (#85) (Lev Gorodetskiy) #85
  • e397af5: Refactor HTTP stack, update User-Agent header, fix caching, add default datasource ratelimits (#87) (Lev Gorodetskiy) #87
  • 2b62d40: Fix BCD get_token method (#89) (Lev Gorodetskiy) #89
  • 726c140: Fix add_contract method (#90) (Lev Gorodetskiy) #90
  • 577c27b: Do not create REST endpoints if rest flag is unset (#92) (Lev Gorodetskiy) #92
  • 2f6404e: Wrap pydantic exceptions (#91) (Michael Zaikin) #91
  • 7a38125: Avoid reindexing on a single level rollback (#64) (Lev Gorodetskiy) #64
  • f99c269: Remove posix import (#95) (Lev Gorodetskiy) #95
  • ee7803e: Sentry environment, job config interval, fix shutdown, minor improvements (#93) (Lev Gorodetskiy) #93
  • d7a0888: Fix codegen for entrypoints starting with underscore, validate package on init (#97) (Lev Gorodetskiy) #97
  • 2566cc1: Clear queue on reconnect (#98) (Lev Gorodetskiy) #98
  • base image improvements, package deployment codegen (#88) #88 (Lev Gorodetskiy)
  • ddc6929: Add option to specify env files, fix index config hash validation (#99) (Lev Gorodetskiy) #99
  • a390189: Notify about required reindexing, wrap tortoise exceptions (#100) (Lev Gorodetskiy) #100
  • 9356ef8: Fix package import verification (#101) (Lev Gorodetskiy) #101
  • e14589a: Fix scheduler shutdown (#102) (Lev Gorodetskiy) #102
  • 79cc7eb: Bump version: 1.1.2 → 2.0.0 (Lev Gorodetskiy)

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)