This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Brass Golem Beta 0.20.2
Major updates
- verification by redundancy for gWASM #4475
- support multiple subtasks per a
WantToComputeTask
message, effectively allowing a single Golem node to compute several jobs at the same time to enable proper support for Golem Unlimited clusters in Golem Brass - refactored Blender Verifier #4467
- remove python command line interface (superseded by the Rust CLI from the https://github.com/golemfactory/golem-client/ repository) - from now on bundled with the binary versions, needs to be installed separately in case of installations from source
- an RPC endpoint to manage Access Control Lists #4352
- overhauled Linux installer based on manifest files #4649
Minor updates
- fix detection of new Golem releases
- use "cryptogrannary" to improve integration testing #4412 / #4503
- various improvements to the integration and unit test suites
- fixes to the error reporting module
- various minor fixes and stability improvements
- support for geth v1.9.x in Golem Smart Contract interface
Golem Electron
- Npm audit and fix for lodash CVE-2019-10744 vulnerability
- fix frame restart (unify RPC calls)
- fix node blocking issue
- UX/UI improvements
- Minor fixes