Releases: zen-eth/shisui
Releases · zen-eth/shisui
v0.5.2
What's Changed
- fix: double rate limit check by @fearlessfe in #148
- fix validate post-shanghai bug by @GrapeBaBa in #153
- fix: validation of post-shanghai header by @fearlessfe in #156
- Hybrid storage ephemeral+history with minimal ephemeral purge by @r4f4ss in #154
- chore(deps): bump golang from 1.24.2 to 1.24.3 by @dependabot in #158
- Fix delete version cache bug and make it shared by sub networks by @GrapeBaBa in #162
- Refactor validation part-1 by @fearlessfe in #159
- remove mutex for fastcache field by @thinkAfCod in #165
- fix pebble leak by @GrapeBaBa in #169
- refactor: history validation by @fearlessfe in #168
- fix: validate first merge block by @fearlessfe in #170
- discv5 benchmark by @thinkAfCod in #155
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- feat: add validation for post deneb proofs by @fearlessfe in #142
- chore(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 by @dependabot in #143
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #145
- fix: nil pointer in beacon network by @fearlessfe in #147
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat: impl add size prefix in findContent by @fearlessfe in #95
- fix: gorotine leak in Gossip by @fearlessfe in #97
- feat: add version in client info by @fearlessfe in #101
- chore(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 by @dependabot in #102
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.27 by @dependabot in #103
- chore(deps): bump github.com/cockroachdb/pebble from 1.1.4 to 1.1.5 by @dependabot in #104
- chore(deps): bump golang from 1.24.1 to 1.24.2 by @dependabot in #105
- ci: add tag info when build image by @fearlessfe in #107
- fix: close conn immediately by @fearlessfe in #108
- fix:fix accept may be nil by @GrapeBaBa in #109
- Nilerr lint check by @GrapeBaBa in #110
- upgrade to V1 by @fearlessfe in #112
- ci: add git tag by @fearlessfe in #113
- chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group by @dependabot in #119
- closes #106 by @Shashwat-Nautiyal in #121
- Storage of highest compatible version in cache by @r4f4ss in #118
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28 by @dependabot in #124
- Semaphore to limit utp conn size by @thinkAfCod in #100
- fix:fix client nil pointer by @GrapeBaBa in #125
- feat: add ephemeral types by @fearlessfe in #127
- perf by @fearlessfe in #130
- feat:add more err lint by @GrapeBaBa in #134
- feat:add RFN in put content logic by @GrapeBaBa in #135
- feat: spec change with ExecutionBlockProof by @fearlessfe in #136
- feat:support ping upgrade by @GrapeBaBa in #137
New Contributors
- @Shashwat-Nautiyal made their first contribution in #121
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- fix: data race in utp-go by @fearlessfe in #54
- chore(deps): bump golang from 1.24.0 to 1.24.1 by @dependabot in #55
- chore(deps): bump github.com/golang/snappy from 0.0.5-0.20220116011046-fa5810519dcb to 1.0.0 by @dependabot in #56
- chore(deps): bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6 by @dependabot in #57
- chore(deps): bump golang.org/x/text from 0.22.0 to 0.23.0 by @dependabot in #58
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in the go_modules group by @dependabot in #59
- feat: cancel waiting for discv5 table init by @fearlessfe in #60
- feat:refactor start and stop node logic by @GrapeBaBa in #70
- fix utp test case data race by @thinkAfCod in #73
- Fix race condition on nodes table revalidation by @r4f4ss in #69
- feat:Add a race detector daily ci by @GrapeBaBa in #74
- chore(deps): bump actions/github-script from 6 to 7 by @dependabot in #75
- feat: implement portal_*Ping rpc with ping extension support by @fearlessfe in #64
- feat: remove table wait by @fearlessfe in #79
- fix: make hive test success by @fearlessfe in #84
- feat: Portal Network Versioning by @r4f4ss in #85
- modify handleTalkRequest by @thinkAfCod in #86
- fix: ping error in hive test by @fearlessfe in #87
- fix cid init by @thinkAfCod in #88
- fix: package size over 1280 by @fearlessfe in #93
- update shisui1 version by @thinkAfCod in #92
- impl accept codes by @fearlessfe in #90
New Contributors
- @thinkAfCod made their first contribution in #73
- @r4f4ss made their first contribution in #69
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #24
- impl ping extension by @fearlessfe in #25
- chore(deps): bump github.com/cockroachdb/pebble from 1.1.3 to 1.1.4 by @dependabot in #26
- Revert node.Parse by @GrapeBaBa in #29
- dep: upgrade the geth dep by @fearlessfe in #32
- feat: upgrade utp-go by @fearlessfe in #33
- add valication for post capella header by @fearlessfe in #37
- feat: change beacon storage to pebble by @fearlessfe in #41
- make beacon network works by @fearlessfe in #43
- chore(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 by @dependabot in #39
- chore(deps): bump github.com/panjf2000/gnet/v2 from 2.7.1 to 2.7.2 by @dependabot in #38
- History change by @fearlessfe in #45
- chore(deps): bump golang from 1.23.6 to 1.24.0 by @dependabot in #44
- fix: TestContentLookup err in macos by @fearlessfe in #46
- Impl Offer trace by @GrapeBaBa in #47
New Contributors
- @GrapeBaBa made their first contribution in #29
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Bump golang.org/x/crypto from 0.29.0 to 0.31.0 in the go_modules group across 1 directory by @dependabot in #1
- Bump golangci/golangci-lint-action from 3 to 6 by @dependabot in #2
- Bump docker/build-push-action from 5 to 6 by @dependabot in #3
- Bump ubuntu from 22.04 to 24.04 by @dependabot in #4
- Bump github.com/holiman/uint256 from 1.3.1 to 1.3.2 by @dependabot in #5
- chore: do some optimization by @fearlessfe in #7
- fix: radius err after restart by @fearlessfe in #9
- feat: make metrics works by @fearlessfe in #10
- feat: add PutContent method by @fearlessfe in #11
- chore(deps): bump github.com/cockroachdb/pebble from 1.1.2 to 1.1.3 by @dependabot in #12
- fix: check path in TraverseTrieNode method by @fearlessfe in #16
- feat: make gnet configurable by @fearlessfe in #8
- chore(deps): bump github.com/panjf2000/gnet/v2 from 2.6.3 to 2.7.1 by @dependabot in #17
- chore(deps): bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 by @dependabot in #18
- ci: add release ci by @fearlessfe in #19
- fix: release ci by @fearlessfe in #21
New Contributors
- @dependabot made their first contribution in #1
- @fearlessfe made their first contribution in #7
Full Changelog: https://github.com/zen-eth/shisui/commits/v0.2.0