Skip to content

Tags: blockchainreg/pocket-core

Tags

BETA-0.7.0

Toggle BETA-0.7.0's commit message
restrict maxvalidators param change to second ugprade

RC-0.6.4.1

Toggle RC-0.6.4.1's commit message
updating appVersion

RC-0.6.4

Toggle RC-0.6.4's commit message
updating appversion and changelog.md

BETA-0.6.3.11

Toggle BETA-0.6.3.11's commit message
bump version

BETA-6.3.10

Toggle BETA-6.3.10's commit message
bumping version number

BETA-0.6.3.10

Toggle BETA-0.6.3.10's commit message
bumping version number

BETA-0.6.3.9

Toggle BETA-0.6.3.9's commit message
Fixes cache data race bug.

This is achieved in two ways: First, finish making the current height "unreadable". Second, make the lowest height in the cache also "unreadable". We kept the amount of accessible previous blocks the same by increasing the cache's capacity by one.

The lowest height's situation is a hypothetical issue that could come up if an iterator is being generated for the lowest height in the cache when a Commit starts, given that it evicts the lowest height. By only returning information (aka "Reading from") heights that cannot be written to, we eliminate this class of issue without needing locks or other synchronization mechanisms.

BETA-0.6.3.8

Toggle BETA-0.6.3.8's commit message
updates default config to use max inbound peers 14

RC-0.6.3.7

Toggle RC-0.6.3.7's commit message
updating appversion

RC-0.6.3.6

Toggle RC-0.6.3.6's commit message
bump version