🚀 New release: Ergo protocol reference client 6.1.3 (v6.1.3)
## What's Changed
* Fix for sbt it:test by @kushti in
* Custom public key mining api route in testnet by @K-Singh in
* New public testnet parameters by @kushti in
* Put tree version into Ergo tree in /script/p2s by @kushti in
* Do not try to mine when the blockchain is not synced by @kushti in
* Tests: Add regression test for chained off-chain token minting (Closes #1448) by @a-shannon in
* cover exSize/exIlEncoding/exKeyLength/exEmpty rules by @jozanek in
* Mempool removal improvements by @kushti in
* Fix for "bounds must be positive" and faster missing parent header download by @kushti in
* docs(openapi): expand wallet init/restore/derive endpoint descriptions by @jozanek in
* P2P logic improvements by @kushti in
* Fix mining candidate cache for custom public keys by @a-shannon in
## New Contributors
* @K-Singh made their first contribution in
**Full Changelog**:
Check it out here: 
GitHub
Fix for sbt it:test by kushti · Pull Request #2294 · ergoplatform/ergo
Ergo protocol description & reference client implementation - Fix for sbt it:test by kushti · Pull Request #2294 · ergoplatform/ergo
GitHub
Custom public key mining api route in testnet by K-Singh · Pull Request #2287 · ergoplatform/ergo
PR adds new api route for miners to use a given public key as minerPK when creating block candidates. Useful for Lithos or any other contract which...
GitHub
New public testnet parameters by kushti · Pull Request #2252 · ergoplatform/ergo
In this PR, public testnet values updated for the new public testnet (already running), and new synthetic network environment Tests is introduced (...
GitHub
Put tree version into Ergo tree in /script/p2s by kushti · Pull Request #2247 · ergoplatform/ergo
In this PR, Ergo Tree version is put into p2s address generated. P2SH addresses remain 0-version
GitHub
Do not try to mine when the blockchain is not synced by kushti · Pull Request #2295 · ergoplatform/ergo
Close #2238 : do not try to mine when the blockchain is not synced
In this PR, mining is started only when full-blocks chain is nearly synced
Also,...
GitHub
Tests: Add regression test for chained off-chain token minting (Closes #1448) by a-shannon · Pull Request #2302 · ergoplatform/ergo
Closes #1448.
Context & Root Cause:
Issue #1448 (from 2021) described a mempool validation failure (Amount in = -1, out = X) when TX2 spends a ...
GitHub
cover exSize/exIlEncoding/exKeyLength/exEmpty rules by jozanek · Pull Request #2310 · ergoplatform/ergo
Closes #483
Adds Block with malformed extension application to ErgoStateContextSpec covering the four extension validation rules not currently exer...
GitHub
Mempool removal improvements by kushti · Pull Request #2299 · ergoplatform/ergo
In this pull request, more checks for mempool consistency done during transaction removal, preventing double ids in mempool indices in particular, ...
GitHub
Fix for "bounds must be positive" and faster missing parent header download by kushti · Pull Request #2305 · ergoplatform/ergo
Summary
This PR fixes the "bounds must be positive" validation error and improves node synchronization robustness when parent headers are...
GitHub
docs(openapi): expand wallet init/restore/derive endpoint descriptions by jozanek · Pull Request #2318 · ergoplatform/ergo
Closes #887
GitHub
P2P logic improvements by kushti · Pull Request #2306 · ergoplatform/ergo
In this PR :
removing local addresses from database (if scorex.network.localOnly = false, which is default setting)
explicit limit for incoming co...
GitHub
Fix mining candidate cache for custom public keys by a-shannon · Pull Request #2373 · ergoplatform/ergo
Summary
Include the effective mining public key in candidate-cache reuse checks.
Compute the default/custom miner key before cache lookup, so Gene...
GitHub
Custom public key mining api route in testnet by K-Singh · Pull Request #2287 · ergoplatform/ergo
PR adds new api route for miners to use a given public key as minerPK when creating block candidates. Useful for Lithos or any other contract which...
GitHub
Comparing v6.1.2...v6.1.3 · ergoplatform/ergo
Ergo protocol description & reference client implementation - Comparing v6.1.2...v6.1.3 · ergoplatform/ergo
GitHub
Release Ergo protocol reference client 6.1.3 · ergoplatform/ergo
What's Changed
Fix for sbt it:test by @kushti in #2294
Custom public key mining api route in testnet by @K-Singh in #2287
New public testnet param...