Releases: ethstorage/es-node
Releases · ethstorage/es-node
Release v0.1.6
What's Changed
- prompt new version by @syntrust in #202
- small change - fix bug, rename, fix typo by @ping-ke in #206
- fix issue 171 -- eta are not correct (less than 0) after a restart from accidently shutdown by @ping-ke in #188
- Sepolia support by @qzhodl in #208
- fix typos by @GoodDaisy in #198
- update dashboard service according to contract event change by @ping-ke in #189
New Contributors
- @GoodDaisy made their first contribution in #198
Full Changelog: v0.1.5...v0.1.6
Release v0.1.5
What's Changed
- fix cmd/es-utils/utils test error by @iteyelmp in #159
- Launch es-node fixes by @syntrust in #163
- Fix storage_manager_test.go error by @iteyelmp in #156
- Issue126: upgrade go version to go1.21 by @ping-ke in #165
- Issue144: emptyBlobsToFill and emptyBlobsFilled is mismatch with real value. by @ping-ke in #166
- issue157: CTRL+C should stop es-node immediately during meta download phase by @ping-ke in #169
- Fix unit test execution failed for node and sync by @ping-ke in #173
- Dashboard - report contract data by @ping-ke in #79
- RPC uses l2ChainId which can be set using ---l2.chain_id by @qzhodl in #175
- check snarkjs installation by @syntrust in #178
- Enable Metrics in the es-node by @ping-ke in #61
- add RecordBandwidth metrics by @ping-ke in #111
- optimization: generate zk proof for 2 samples at once by @syntrust in #167
- Rewrite shell to be readable to Docker container by @syntrust in #183
- fix BandwidthTotal crash issue by @ping-ke in #184
- Use randao to replace block hash by @syntrust in #191
- Mining changes for circuit updates to check encodingKey and xIn by @syntrust in #192
- fix download zkey by @syntrust in #190
- fix size of zkey by @syntrust in #193
- run.sh for devnet-3 on Goerli by @qzhodl in #197
- Issue168: fix es-node crash when --p2p.disable set by @ping-ke in #170
- doc update for devnet3 by @syntrust in #194
- Run.sh: new storage contract + specify udp port + new ENR by @qzhodl in #199
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
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
What's Changed
- Change version number by @syntrust in #136
- fix rpc by @syntrust in #137
- fix rpc typo by @syntrust in #138
- fix makefile by @qzhodl in #142
- Add peer id to error log and add log for "no needThisPeer" condition. by @ping-ke in #141
- Fix doc by @syntrust in #140
- improve guide by @syntrust in #143
- Update issue templates by @qzhodl in #146
- Issue template order may be depend on the file name by @qzhodl in #147
- fix github action error by @iteyelmp in #150
- Estimate mining profit by @syntrust in #148
- tag v0.1.3 by @syntrust in #152
Full Changelog: v0.1.2...v0.1.3
Release v0.1.2
What's Changed
- Add encoding type flag to init data files by @syntrust in #52
- add CI by @iteyelmp in #72
- Validate miner address and other updates by @syntrust in #82
- Improve log, etc. by @syntrust in #89
- add make file to make the built es-node versoin contain by @ping-ke in #67
- run.sh is runnable and accepts extra args by @qizhou in #99
- Task summary output to log by @syntrust in #97
- Double default threads for mining by @syntrust in #98
- Add github workflow to release with pre-build versions of es-node by @syntrust in #94
- fix guide by @syntrust in #103
- Cache blob metas and lastKvIndex before blob syncing to improve the performance of p2p syncing by @qzhodl in #93
- add lint by @iteyelmp in #109
- expose miningInfo Attributes to other package by @ping-ke in #110
- merge p2p/protocol/metrics.go to metrics/metrics.go by @ping-ke in #107
- fix build error by @ping-ke in #113
- fix Issue74: use Node ips as fallback ips if AdvertiseIP no be set by @ping-ke in #77
- Upgrade to devnet-12, and use geth master branch as dependency by @qzhodl in #125
- Verify code correctness before merging by @iteyelmp in #123
- devnet-2 config by @qzhodl in #133
- Change the order in which peers are assigned to tasks by @ping-ke in #106
- format code by @ping-ke in #108
- Build docker image, etc. by @syntrust in #134
- Documentation update by @syntrust in #92
New Contributors
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
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
The first release of es-node.