Skip to content

Release 1.7.9

aerth requested to merge bikeshed into master

Binary release has been uploaded: https://uncan.onical.org/dl/latest/

Aquachain 1.7.9

Report issues at:

gitlab.com/aquachain/aquachain

or,

github.com/aquanetwork/aquachain

Find out more at https://aquachain.github.io

Changes since 1.7.8 (b91654db):

new flags:

  • -addr to specify the interface (or :21303 default)
  • -nokeys to drop all keystore support (useful for open RPC)
  • -allowip to restrict RPC to specific IP addresses (both http and websocket)
  • -offline to access wallet or chain without networking
  • -behindproxy (EXPERIMENTAL) to use X-FORWARDED-FOR to find RPC Client IP
  • -socks to use SOCKS proxy for rpc client connections (attach, monitor)
  • -ethereum to connect to the Ethereum network! (experimental!)

improvements:

  • uses go modules for default 'make' build
  • pure go for default 'make' build (optional cgo for usb, tracers)
  • increased default timeout for RPC client connects (attach) 30 seconds!
  • split rpc and rpcclient packages, nice!
  • CI tests: do fast tests first, then slow ones (downloader, fetcher)
  • start testing -ethereum flag (no dao fork support at the moment, sync issues, experimental!)
  • update format of aquachain account list and aquachain account new
  • -allowip uses CIDR notation, for one IP, use /32 like: 192.168.1.5/32
  • during synchronization, show time of block in log
  • if inserting one block, show miner address instead of time
SHA256 (aquachain-arm.tar.gz) = 1ea1aac4cfb89a8478786015f01659e5fa72722ce4a550d41a1865e52df419cb
SHA256 (aquachain-freebsd.tar.gz) = cdb5be2107624029ae93de4351f3507144b269131b996deb03530e8fa95a81d3
SHA256 (aquachain-linux-386.tar.gz) = 7b2837654993e763fb4fe394921357af01e9a5da7e9850e19dd57ec1555972b8
SHA256 (aquachain-linux-amd64.tar.gz) = de0eb58ed0c82d4e52b511ee59e4ee7a5bb70863b6ac1058e8dbe902dacb1751
SHA256 (aquachain-netbsd.tar.gz) = bf85770b3783ce656b025a402ca893b44e7c528d7bbf4d4c17cf02216c0de1a3
SHA256 (aquachain-openbsd.tar.gz) = 8431a6ba14cd773b04bda369e99e2cc3bce6bdf148de13806f25ecb3e258c0ef
SHA256 (aquachain-win32.zip) = e0a05ee3ad62057bcc52bb7ff43a1c8a3a35cfa4d9bf54d505ca34894d4798ba
SHA256 (aquachain-win64.zip) = 7398624ea92c34583ec409b701b08dded6c24d6ce970dde8ed76a79ad69a19e1
Edited by aerth

Merge request reports