Bump to v3.10

Changes in v3.10

New features:

    Updated RandomX code to v1.2.1
    Added RISC-V build

Bugfixes:

    Fixed Peers could ban each other erroneously for "not broadcasting blocks"
    Fixed incorrect timing values when logging found shares
This commit is contained in:
hundehausen
2024-01-04 11:01:07 +01:00
committed by GitHub
parent 2a352a233a
commit 720874c094

View File

@@ -1,4 +1,4 @@
ARG P2POOL_BRANCH=v3.9 ARG P2POOL_BRANCH=v3.10
# Select latest Ubuntu LTS for the build image base # Select latest Ubuntu LTS for the build image base
FROM ubuntu:latest as build FROM ubuntu:latest as build