Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Brass Golem Beta 0.22.1

Compare
Choose a tag to compare
@ktomala ktomala released this 30 Jan 16:16
· 193 commits to develop since this release
858a284

Fixes

  • gWASM: fix incorrect CPU time limit value (#5054)
  • adress a security vulnerability in PyInstaller (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16784) and upgrade to PyInstaller 3.6 (#5052)
  • check if task is active before unlocking funds (#5040)
  • fix a verification failure when the "Disallow node" function is enabled (#5057)
  • update gas cost calculation to take into account the changes in the Istanbul fork (#5061)
  • fix task state after a task creation failure (#5060)
  • fix concent forced payment transaction listeners (#5063)
  • fix failing concent response handlers (#5065)
  • make task header mask modification atomic - alleviate "Invalid message signature" errors (#5070)
  • handle unknown CannotComputeTask.reason (#5077)
  • follow symlinks for sys.executable after a PyInstaller update (#5078)
  • Include fix for loading OpenSSL on macOS (#5079)

Logging

  • better logging for concent message handler errors (#5041)
  • improve and fix logging for insufficient memory provider rejection (#5047)
  • remove duplicated log messages (#5067)
  • add timestamps to logged messages (#5062)