Skip to content

Release v0.1.16

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 10:43
· 4 commits to main since this release
1023e56

What's Changed

  • fix Issue232: Use dynamically adjusted request size to fetch blobs data from peers through p2p instread of using the static p2p.max.request.size value by @ping-ke in #287
  • fix unit test bug: TestSaveAndLoadSyncStatus would randomly fail by @ping-ke in #294
  • fix issue 262: close peers that have no addresses in the host.peerstore due to expired ttl. by @ping-ke in #288
  • Download blob from da server when deploying on L2 by @qzhodl in #292
  • L2 support miner change by @syntrust in #293
  • L2 rpc running script by @qzhodl in #295
  • add concurrency to release workflow by @zhiqiangxu in #296
  • The RPC service needs to be public when running the RPC script. by @qzhodl in #299
  • Support go-rapidsnark in addition to snarkjs with a flag (Part 1) by @syntrust in #181
  • "Support go-rapidsnark in addition to snarkjs with a flag (Part 2)" by @syntrust in #302
  • Fix uint underflow when downloading metadata on multiple shard cases by @qzhodl in #301
  • Fix L2 run script by @syntrust in #303
  • Batch download into cache by @qzhodl in #305
  • L2 testnet by @qzhodl in #309
  • Load blob from downloader cache by @syntrust in #300
  • fix miner test by @syntrust in #311
  • Disk-based cache for the downloader by @syntrust in #306
  • Move init data file functionality out of run script by @syntrust in #310
  • Fix 'diff not match' by @syntrust in #315
  • Mining multiple shards support by @syntrust in #187
  • Miner optimization - reduce RPC queries when submitting a transaction by @syntrust in #286
  • fix bug: connection with DirInbound may not have addresses in Peerstore. by @ping-ke in #316
  • RPC timeout update by @syntrust in #318
  • Create action to run Integration test regularly by @ping-ke in #313
  • Prover mem fix by @syntrust in #317
  • Fix max fee per gas less than block base fee by @syntrust in #289
  • Integratiointest run as schedule do not sync to latest main branch by @ping-ke in #319
  • add upload logs to Integration test action by @ping-ke in #320
  • Add notification job to Integration test to send email to related people. by @ping-ke in #321
  • update integration test run-on to ubuntu-latest for notification job by @ping-ke in #322
  • Add workflow_dispatch to the integration test action so that it can be triggered manually by @ping-ke in #327
  • Fix scripts for RPC node setup by @syntrust in #324
  • Prompt version to v0.1.16 by @syntrust in #329
  • Add checkState before reporting node state. by @ping-ke in #331
  • Add alert action to check ethstorage state by @ping-ke in #330
  • Add check known failure check to integration test by @ping-ke in #326
  • Add contract address to filter whether networks are from Sepolia or l2. by @ping-ke in #333
  • Fix arithmetic underflow or overflow by @syntrust in #334

New Contributors

Full Changelog: v0.1.15...v0.1.16