Skip to content

Releases: bitcoin-sv/block-headers-service

Release v0.7.0-RC4

30 Dec 08:32
Compare
Choose a tag to compare

Changelog

  • 732a3df feat(BUX-420): config update for releasing docker to k8s

Docker images

docker pull bsvb/pulse:v0.7.0-RC4

Release v0.7.0-RC3

28 Dec 16:41
Compare
Choose a tag to compare

Changelog

  • 8318e27 fix(BUX-420): fix dockerfile for pulse with new config

Docker images

docker pull bsvb/pulse:v0.7.0-RC3

Release v0.7.0-RC2

28 Dec 15:12
Compare
Choose a tag to compare

Changelog

  • c3b9043 Merge pull request #159 from bitcoin-sv/feat/pulse-375-default-config
  • a937272 Merge pull request #160 from bitcoin-sv/feat/375-tests
  • 717cb53 Merge pull request #161 from bitcoin-sv/fix/375-fixes
  • 8661cba chore: bump version of viper - solves the problem with default config
  • 0bc1882 chore: first part of config simplification
  • 72a8d7c feat(BUX-420): go version and workflows update
  • 6b86658 feat: add config section for readme
  • 030a532 feat: finish whole configuration simplification
  • 8370cd3 feat: friday checkpoint
  • af19efb feat: remove another bunch of unused config options
  • a9256b8 feat: remove targetoutbounds from p2pconfig
  • 9c94cb5 feat: remove unnecessary p2p config options
  • 5ff3e64 feat: remove unnecessary p2pconfig package and simpliy to config
  • 96fe2f1 feat: resolve linter errors (mostly unused params)
  • 74a108e feat: uncomment two necessary methods for p2pconfig
  • 55921f6 fix: add flagset to parseCliFlags function
  • 16a21d9 fix: change name of getter for default http config values
  • b01263c fix: fix tip and merkleroot tests after config refactor
  • ac138a8 fix: linter issues - remove unnecessary consts and func params
  • c9174d5 fix: missing dot in trickleinterval const comment
  • e4755e1 fix: move few p2pconfig options of out the scope of configuration (to consts)
  • 4cafc23 fix: remove TestAccessEndpointWithGlobalHeader as we don't have global auth header anymore
  • 5cfb5d4 fix: remove unnecessary field from appconfig struct
  • e35c87c fix: replace admin_key with history_max
  • e98ebb9 fix: replace auth with websocket
  • 7b57aeb fix: revert option to have testpulse without auhtorization
  • a2bcc18 fix: reverts one test regarding auth token
  • 99d8174 fix: simplify names in appconfig by removing redundant Config from its name

Docker images

docker pull bsvb/pulse:v0.7.0-RC2

Release v0.7.0-RC1

19 Dec 14:56
Compare
Choose a tag to compare

Changelog

  • d86fb2b feat(BUX-420): CI/CD update for getting go version from go.mod
  • ca40316 feat(BUX-420): go version and libs update

Docker images

docker pull bsvb/pulse:v0.7.0-RC1

Release v0.6.0

08 Dec 12:42
30354ac
Compare
Choose a tag to compare

Changelog

  • 30354ac feat(BUX-188): change database pre-loading

Docker images

docker pull bsvb/pulse:v0.6.0

Release v0.5.1

06 Nov 16:22
2c6685a
Compare
Choose a tag to compare

Changelog

  • 2c6685a Merge pull request #152 from bitcoin-sv/fix-pulse-docker-migrations
  • 37dc313 fix: env variable for db migrations changed

Docker images

docker pull bsvb/pulse:v0.5.1

Release v0.5.0

06 Nov 13:47
761f619
Compare
Choose a tag to compare

Changelog

  • 40a64fa Merge pull request #140 from bitcoin-sv/chore-rename-module
  • 761f619 Merge pull request #150 from bitcoin-sv/bux-290-merkleroots-issue
  • 0777d61 chore(BUX-274): rename module from github.com/libsv/bitcoin-hc to github.com/bitcoin-sv/pulse
  • 8a720f9 feat(BUX-290): flags update for configurable max excess block height
  • 663a875 feat(BUX-290): request and response body changed, max block height excess implemented
  • 474befa feat(BUX-290): swagger update
  • b5b9a23 feat(BUX-290): unit tests added, fixed and improved
  • 1bcb712 fix(BUX-290): linter fix
  • b788349 fix(BUX-290): linter fix
  • 65e5f1a refactor(BUX-290): formatting and refactoring

Docker images

docker pull bsvb/pulse:v0.5.0

Release v0.3.0

14 Sep 10:28
fb0a318
Compare
Choose a tag to compare

Changelog

  • fb0a318 Merge pull request #130 from kuba-4chain/feat/bux-131-verify-merkle-roots
  • a5e7051 build(BUX-131): skip false positive warnings from linter in tor.go
  • 14757ec chore(BUX-131): changing the API reponse type for merkle roots verification
  • 94e2d57 chore(BUX-131): db query improvements and name change
  • e41fd36 chore(BUX-131): endpoint name change to singular
  • 6a434af feat(BUX-131): initializing test pulse object with longest chain
  • 92c2ff6 feat(BUX-131): verifying merkle roots inside the longest chain
  • c318715 feat: updates swagger to match endpoint route
  • a113fb3 fix(BUX-131): CR fixes and improvements
  • 57ee4fa fix(BUX-131): fix linter errors
  • f653427 fix(BUX-131): preallocation fix
  • 2157be7 fix: adjusts error message in tests
  • 72bbff9 fix: makes error lowercase
  • afe44c1 refactor(BUX-131): sql query refactor for better readability
  • 4c7099b test(BUX-131): merkle root verification api endpoint tested
  • b40f53d test(BUX-131): testing merkle root confirmation services

Docker images

docker pull bsvb/pulse:v0.3.0

Release v0.2.1

03 Jul 12:24
Compare
Choose a tag to compare

Changelog

  • 48d2d14 fix(BUX-26): webhook tests are failing in unpredictable way

Docker images

docker pull libsv/pulse:v0.2.1

Release v0.2.0

26 May 11:49
Compare
Choose a tag to compare

Changelog

  • 3355d52 Merge pull request #115 from libsv/bug-zero-difficulty-target
  • 12b0913 ci(#111): add accidentally removed sudo
  • 6d9adc9 ci(#111): fix failing build because apt-get indexes wasn't updated
  • e93824b feat(#111): add configuration for websocket notification history
  • da08e2c feat(#111): notify about new header via websocket
  • 3112a89 fix: startup error
  • c787862 refactor(#111): create logger factory and domain interfaces for logger
  • b1b3756 refactor(#111): split http handler into several endpoints

Docker images

docker pull libsv/pulse:v0.2.0