Skip to content

Releases: optakt/flow-dps

v1.4.8

28 Oct 08:28
86ace28
Compare
Choose a tag to compare

Changelog

86ace28 Fix backwards compatibility for payload, event and transaction decompression (#511)

v1.4.7

27 Oct 10:38
03d6299
Compare
Choose a tag to compare

Changelog

6818591 Add dictionary generator utility (#495)
03d6299 Add support for old dictionaries for backward compatibility (#509)
92df804 Skip parsing of empty Cadence parameters in DPS client (#505)

v1.4.6

13 Oct 06:34
17e1d2e
Compare
Choose a tag to compare

Changelog

2f091ec Improve Pull Request template (#456)
17e1d2e Make past spork indexer handle bootstrapping like live indexer (#500)

v1.4.5

07 Oct 09:05
7c71090
Compare
Choose a tag to compare

Changelog

7c71090 Fix metrics server listen address (#494)

v1.4.4

06 Oct 11:14
c0754ca
Compare
Choose a tag to compare

Changelog

c0754ca Add indexer metrics to metrics server (#492)

v1.4.3

04 Oct 14:20
d29e6ed
Compare
Choose a tag to compare

Changelog

cc0bea1 Add unit tests for restart logic components (#479)
8a37160 Reduce storage latency by regularly flushing DB transactions (#482)
d29e6ed Enable usage of root checkpoint to speed up restore (#483)
c2d3e49 Expose Badger DB and Go runtime metrics on live indexer (#491)
dff48ac Fix duplicate writes when badger transaction full (#487)
14f7ff1 Fix wrong encoding for index snapshot creation (#486)
61737e0 Reorganize and improve documentation (#465)
e9865f7 Add documentation on index snapshot restoration (#484)

v1.4.2

27 Sep 13:08
35fde2e
Compare
Choose a tag to compare

Changelog

0e33da2 Fix core contract addresses for localnet (#474)
35fde2e Fix erroneous first height write on restart (#476)

v1.4.1

25 Sep 13:18
7590c6d
Compare
Choose a tag to compare

Changelog

7590c6d Fix semaphore crash on index writer (#473)

v1.4.0

24 Sep 15:05
bcc5b74
Compare
Choose a tag to compare

Changelog

efc87eb Add flushing of badger transactions after idle period (#469)
7812b4c Add support for indexer restarts (#457)
977b00f Move Rosetta API to stand-alone repository (#460)
e71c569 Move Access API to stand-alone repository (#467)

v1.3.4

23 Sep 08:51
449610c
Compare
Choose a tag to compare

Changelog

23c41b0 Add tests for Rosetta Construction API (#400)
449610c Bump Flow Go version to 0.21.4 (#463)
87160c5 Consolidate Rosetta API models into package (#450)
0a18d4a Improve code comments and simple tests (#449)
f574dec Add unit tests for live indexer components (#446)
10be874 Make all error description constants private (#451)
ade63ec Make smart Rosetta API status codes optional (#453)
dc3e5b5 Move Rosetta network validation to validator component (#448)
2ecd409 Refactor Rosetta API error handling (#402)
6a0a279 Fix index snapshot for Rosetta integration tests (#462)
0fab350 Fail on superflous fields when decoding CBOR (#455)