- Bump alephium/go-sdk to v1.6.3
- Bump alephium/go-sdk to v1.6.2
- Bump alephium/go-sdk to v1.6
- Migrate to github.com/alephium/go-sdk
- Use sweepAll function
- Add support for API key via
ALEPHIUM_API_KEY
environment variable - Remove no longer needed
START_MINING
environment variable and feature
- Use
SweepAll
function instead of Transfer, once theTRANSFER_MIN_AMOUNT
threshold is met per address TRANSFER_MAX_AMOUNT
is no longer used.TRANSFER_MIN_AMOUNT
default changed to 20 ALPH
- Use
alephium.GetAddressesAsString
- Add markers around the mnemonic to make it more visible
- Add metrics to monitor balance of miner and transfer addresses
- Follow up changes in v1.0.0 (mainnet)
- Follow up changes in v0.11.0
- START_MINING has be set to
false
by default, meaning the mining-companion is setting the mining addresses, but does not start the full node mining, since this feature is deprecated in favor of the CPU miner
- Expose metrics of number of amount transferred
- Rename mining-sidecar to mining-companion
- Follow upstream update in alephium-go-client to simplify code
- Adds
START_MINING
option, telling whether to start local mining. Useful when running external miner (brought by v0.8.5)
- Follow up API name change of v0.8.2
- Followup change in coinbase lockup time
- Followup change in miner addresses behaviour
- Add
TRANSFER_MIN_AMOUNT
configuration option - Bump alephium-go-client dependency and refactor to use AFL manipulation module
- Add
IMMEDIATE_TRANSFER
configuration option - Bump alephium-go-client dependency
- Enhance logging messages
- Initial version