Releases: seeleteam/go-seele
Releases · seeleteam/go-seele
v1.3.2 Go-Seele mainnet Official Executables
- Transaction pool fix:
- Issue: transactions would be packed in a block and become trackable through
getReceipt
API, but remains "pool" status for several minutes when called throughgetTxbyHash
API, whereas the status should be "block" - Solution: Handle transaction if the transaction index isn't null (move out from the transaction poo).
- Issue: transactions would be packed in a block and become trackable through
v1.3.1 Go-Seele mainnet Official Executables
- Miner optimization.
v1.3.0 Go-Seele mainnet Official Executables
- consensus algorithm optimization, computation efficiency increase
- new options available for mining computation tuning: time and probability threshold
- new APIs
- terminal (client) command update
Control over "rate of success" is now available to miners at nodes start
: users may use the -p
option to configure the number of matrices to pre-compute (from 1 to 10). Pre-computing for more matrices indicates a higher rate of success in finding the solution but will take longer.
v1.2.7 Go-Seele mainnet Official Executables
- cacheTx removal
- fixed broken pipe
- delete larger block height
v1.2.6 Go-Seele mainnet Official Executables
- p2p optimization
v1.2.5 Go-Seele mainnet Official Executables
- improves network synchronization
- smart contract performance enhancement
v1.2.4 Go-Seele mainnet Official Executables
- optimize message timeout logic
- change peerset select
v1.2.3 Go-Seele mainnet Official Executables
- fix handleFee issue in svm
v1.2.2 Go-Seele mainnet Official Executables
- Mining tuning and optimization
- api addition
v1.2.1 Go-Seele mainnet Official Executables
- p2p tuning