Skip to content

Releases: ethstorage/es-node

Release v0.1.6

02 Feb 02:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

23 Jan 09:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

Release v0.1.4

20 Dec 11:03
36500a6
Compare
Choose a tag to compare

What's Changed

  • Fix sync unittest by @ping-ke in #154
  • Fix integration tests by @syntrust in #78
  • Issue 158: Add FillEmptyConcurrency flag to set the number of threads concurrently fill encoded empty blobs. by @ping-ke in #161
  • issue 100: add report peer state every minute by @ping-ke in #160
  • tag v0.1.4 by @syntrust in #162

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

14 Dec 09:45
e6ef88b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

09 Dec 03:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

09 Nov 03:38
ff4483e
Compare
Choose a tag to compare

What's Changed

  • Serving 4844 decoded data in the es_getBlob RPC call by @qzhodl in #30
  • Fix init log and improve docs by @syntrust in #42
  • fix issue 27 - Forcibly killing and restarting the service will start synchronization from blob 0 by @ping-ke in #39
  • add mock l1 to sync test by @ping-ke in #34
  • sync perf improvement - change commit blob to batch commit blobs by @ping-ke in #35
  • update log / comments and resolve warning by @ping-ke in #45
  • Sampling performance fix by @syntrust in #46
  • Use enum instead bool for decodeType for es_getBlob RPC by @qzhodl in #47
  • Fix nil when check transaction receipt by @syntrust in #57
  • Multi thread mining by default with cpu cores by @syntrust in #51
  • add profile to ethstorage by @ping-ke in #56
  • sync -- make max request size can be set in the command line by @ping-ke in #49
  • Support Devnet 10 by @qzhodl in #59
  • update go version in go.mod by @ping-ke in #60
  • Reduce the time of downloading and committing a large amount of blobs for downloader by @qzhodl in #58
  • Less log by @syntrust in #63
  • remove mplex which block Upgrade libp2p to v0.32.0 by @ping-ke in #68
  • sync -- performance improvement and issue fix by @ping-ke in #66
  • verify the "commit" content passed by DataShard.go by @iteyelmp in #23
  • update log level for "Attempting connection" log by @ping-ke in #71
  • EthStorage devnet-1 config by @syntrust in #69
  • Guide update to v0.1.1 by @syntrust in #75

New Contributors

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

17 Oct 07:33
0e332ef
Compare
Choose a tag to compare

The first release of es-node.