Skip to content

Releases: seeleteam/go-seele

v1.3.2 Go-Seele mainnet Official Executables

02 Mar 22:31
8854e06
Compare
Choose a tag to compare
  • 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 through getTxbyHash API, whereas the status should be "block"
    • Solution: Handle transaction if the transaction index isn't null (move out from the transaction poo).

v1.3.1 Go-Seele mainnet Official Executables

18 Feb 23:07
806233a
Compare
Choose a tag to compare

v1.3.0 Go-Seele mainnet Official Executables

01 Feb 06:16
9b4a683
Compare
Choose a tag to compare
  • 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

23 Dec 22:57
Compare
Choose a tag to compare
  • cacheTx removal
  • fixed broken pipe
  • delete larger block height

v1.2.6 Go-Seele mainnet Official Executables

11 Dec 02:30
Compare
Choose a tag to compare

v1.2.5 Go-Seele mainnet Official Executables

16 Nov 07:10
Compare
Choose a tag to compare
  • improves network synchronization
  • smart contract performance enhancement

v1.2.4 Go-Seele mainnet Official Executables

31 Oct 16:20
Compare
Choose a tag to compare
  • optimize message timeout logic
  • change peerset select

v1.2.3 Go-Seele mainnet Official Executables

29 Oct 22:28
e88060f
Compare
Choose a tag to compare

v1.2.2 Go-Seele mainnet Official Executables

24 Oct 19:33
Compare
Choose a tag to compare
  • Mining tuning and optimization
  • api addition

v1.2.1 Go-Seele mainnet Official Executables

06 Oct 03:01
Compare
Choose a tag to compare