Skip to content

Releases: felix314159/gophy

v0.9.32

21 Nov 14:50
Compare
Choose a tag to compare
  • Improved simscript
  • Improved certain error messages
  • Nodes with certain alias names that are supposed to be run in a Docker Scratch container now do not check for the latest gophy version anymore due to not having access to CA cert files

v0.9.31

16 Oct 10:29
Compare
Choose a tag to compare
  • ResourceManager with connection-related limits is now used to help prevent spam attacks, more background info can be found in the Resource Manager Documentation

v0.9.30

24 Sep 13:54
Compare
Choose a tag to compare
  • Added Timestamp field to MinerCommitment to prevent replay attacks. Since only the first commitment of each miner for any given block problem is accepted, it would have been possible to re-send previously recorded commitments of others to disqualify them for the current block problem. Due to an invalid timestamps, this is not possible anymore because the commitment would be ignored due to being invalid

v0.9.29

23 Sep 12:43
Compare
Choose a tag to compare
  • Improved procedure used to derive RNG seed from PrevBlockHash

v0.9.28

18 Sep 13:22
Compare
Choose a tag to compare
  • Improved algorithm that decides how transactions are chosen from the pool of pending transactions when a new block is created

v0.9.27

09 Sep 09:53
Compare
Choose a tag to compare
  • Added version check so that a user running an outdated version of gophy is warned at runtime

v0.9.26

27 Aug 09:15
Compare
Choose a tag to compare
  • Performance of initial sync improved: Due to a bug fix where temporarily toggled passive sync mode now correctly makes the node ignore certain requests the procedure for a full node to verify received chaindb and build the state is now around 37% faster than in gophy v0.9.25 (tested with b100-t100)
  • Prevents startup/target mode from being passive
  • Moved spammy logging of light nodes into verbose logging mode

v0.9.25

20 Aug 13:48
Compare
Choose a tag to compare
  • First version of gophy that is not a pre-release
  • Bug fixes

v0.9.23-alpha

19 Aug 13:44
Compare
Choose a tag to compare
v0.9.23-alpha Pre-release
Pre-release
  • Improved speed of initial sync
  • Reduced non-debugging mode log verbosity
  • Updated comments
  • More consistent usage of ticker over sleeps
  • Various small improvements

v0.9.21-alpha

15 Aug 10:17
Compare
Choose a tag to compare
v0.9.21-alpha Pre-release
Pre-release
  • Improve performanceStats reporting (added Event_InitialSyncChaindbReceived which is reported after all requested chaindb data was received) and renamed Event_InitialSyncAlmostComplete to Event_InitialSyncChaindbVerified
  • Fixed typos