Releases: felix314159/gophy
Releases · felix314159/gophy
v0.9.32
v0.9.31
- 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
- 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
- Improved procedure used to derive RNG seed from PrevBlockHash
v0.9.28
- Improved algorithm that decides how transactions are chosen from the pool of pending transactions when a new block is created
v0.9.27
- Added version check so that a user running an outdated version of gophy is warned at runtime
v0.9.26
- 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
- First version of gophy that is not a pre-release
- Bug fixes
v0.9.23-alpha
- 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
- 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