Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Release v0.2.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 14:19
· 1529 commits to master since this release

Changelog

  • 9e8a7ad Add subscribe call
  • f3f49b0 Added block headers sync
  • fc33e44 Added check for existing block header before insert, linter fixes
  • 1268152 Added datastore QueryParams, refactored all list functions to use that instead of page / pageSize
  • 62c7625 Added marshal/unmarshal for graphql for QueryParams
  • cff4730 Added missing conditions to destination actions
  • 5ba5b46 Added missing height to block headers, added check for previous block header before registering in real-time
  • 862b9b6 Added missing metadataConditions and conditions to actions
  • d3af9fa Added wait group when subscribing to a block
  • faeac51 Bump github.com/99designs/gqlgen from 0.17.2 to 0.17.3
  • 6c0b09c Bump github.com/tidwall/gjson from 1.14.0 to 1.14.1
  • 1fb54db Changed block header subscription to work on height instead of hash
  • 163b9e1 Changed block headers import to run in foreground, panic if not successful
  • 8f785ae Cleaned up comments after refactor
  • f78c5a3 Fixed GetUnsyncedBlockHeaders, added logging to block:sync
  • f833592 Fixed block headers_model for new QueryParams
  • 0d7e555 Fixed getUnsyncedBlockHeaders
  • 0ec3be5 Fixed linter errors
  • 34cb70e Merge pull request #69 from BuxOrg/monitor-2.0
  • ca1d8d9 Merge pull request #70 from BuxOrg/dependabot/go_modules/master/github.com/tidwall/gjson-1.14.1
  • 14c9ebe Merge pull request #71 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.3
  • 3673bb2 Merge pull request #72 from BuxOrg/siggi/query-params
  • 00488c0 Minor cleanup and formatting
  • a1b142f Minor formatting, bumped version
  • b2b7365 Monitor filter handling
  • eab9f7c Moved mongo id translation to mongo file
  • ec4544e Private methods, cleanup, minor refactoring
  • 014070d Saved block header synced after done syncing
  • d5db4eb Too many model names
  • be8a326 Update set filter
  • bb401fa Updates from review
  • 411e360 Upgraded deps
  • 0043ecb Use a lock key