What's Changed
- Fix typo in setup commands by removing extra spaces by @Bilogweb3 in #400
- update integration test enr by @ping-ke in #404
- refactor: use the built-in max/min to simplify the code by @eveneast in #396
- fixed all errors lengthes to lengths in utils.go by @davidjsonn in #405
- Data check by @syntrust in #392
- add 'Set Miner To Whitelist' to integration test workflow by @ping-ke in #411
- check miner role by @syntrust in #407
- refactor: replace []byte(fmt.Sprintf) with fmt.Appendf by @socialsister in #413
- Data check: fix incorrect total kv entries by @syntrust in #412
- Fix wrong proofs when using go-rapidsnark by @syntrust in #409
- Email notification on proof submission by @syntrust in #406
- Integration tests failed because we used a new log format and it didn't catch known issues as we expected. by @ping-ke in #416
- Fix lastKvIdx and mode1 proof by @syntrust in #415
- Pass timestamp to GetMiningReward by @syntrust in #422
- Fix integration test: change lastKvIdx to kvEntryCount by @ping-ke in #423
- chore: remove redundant word in .github/workflows/publish.yml by @deepdring in #421
- fix: typos by @crStiv in #419
- Replace loop-based modulus with
big.Int.Mod
for efficiency by @asamuj in #368 - refactor: use slices.Contains to simplify code by @houpo-bob in #414
- refactor: use slices.Sort where appropriate by @hongmengning in #420
- chore: added a badge to the documentation by @Radovenchyk in #386
- fix typo diffnotmatch.log by @dizer-ti in #401
- build: update checkout action to v5 by @rejected-l in #417
- Fix integration test fail due to storage-contracts-v1 deploy script change. by @ping-ke in #424
- Applying zkey v1 and other fixes by @syntrust in #425
- Fix integration test fail due to custom error change on storage-contracts-v1 by @ping-ke in #426
- reformat log by @ping-ke in #429
- refactor: use the built-in max/min to simplify the code by @zhedazijingang in #428
- Lower some p2p log levels by @ping-ke in #430
- 2nd testnet boot by @qzhodl in #432
- Support more log formats by @syntrust in #431
- Miner fixes regarding nonce and mining stats by @syntrust in #435
- bump version by @syntrust in #436
- Customize emails for each alert rule. by @ping-ke in #433
New Contributors
- @Bilogweb3 made their first contribution in #400
- @eveneast made their first contribution in #396
- @davidjsonn made their first contribution in #405
- @socialsister made their first contribution in #413
- @deepdring made their first contribution in #421
- @crStiv made their first contribution in #419
- @houpo-bob made their first contribution in #414
- @hongmengning made their first contribution in #420
- @dizer-ti made their first contribution in #401
- @rejected-l made their first contribution in #417
- @zhedazijingang made their first contribution in #428
Full Changelog: v0.2.2...v0.2.3