-
Notifications
You must be signed in to change notification settings - Fork 53
fix compile error #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
2568cf3
support eth67
tak1827 5577434
secured go.mod
tak1827 3acdf47
fix compile error
tak1827 703c752
upgrade wealdtech/go-eth2-types/v2 from v2.5.2 to v2.8.1, to avoid bn…
tak1827 09ab3c8
downgrade github.com/wealdtech/go-eth2-types to v2.6.0, to kept githu…
tak1827 24c8643
rever back github.com/herumi/bls-eth-go-binary original version
tak1827 5a57e88
Merge branch 'feat/v1.13.15' into feat/v1.13.15-compile
tak1827 f801840
Merge branch 'feat/v1.13.15' into feat/v1.13.15-compile
tak1827 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,12 +37,8 @@ require ( | |
| github.com/gorilla/websocket v1.5.1 | ||
| github.com/graph-gophers/graphql-go v1.3.0 | ||
| github.com/hashicorp/go-bexpr v0.1.10 | ||
| <<<<<<< HEAD | ||
| github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d | ||
| github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7 | ||
| ======= | ||
| github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 | ||
| >>>>>>> c5ba367eb6232e3eddd7d6226bfd374449c63164 | ||
| github.com/holiman/bloomfilter/v2 v2.0.3 | ||
| github.com/holiman/uint256 v1.2.4 | ||
| github.com/huin/goupnp v1.3.0 | ||
|
|
@@ -75,17 +71,10 @@ require ( | |
| github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4 v1.1.3 | ||
| github.com/willf/bitset v1.1.3 | ||
| go.uber.org/automaxprocs v1.5.2 | ||
| <<<<<<< HEAD | ||
| golang.org/x/crypto v0.19.0 | ||
| golang.org/x/exp v0.0.0-20240213143201-ec583247a57a | ||
| golang.org/x/sync v0.6.0 | ||
| golang.org/x/sys v0.17.0 | ||
| ======= | ||
| golang.org/x/crypto v0.17.0 | ||
| golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa | ||
| golang.org/x/sync v0.5.0 | ||
| golang.org/x/sys v0.16.0 | ||
| >>>>>>> c5ba367eb6232e3eddd7d6226bfd374449c63164 | ||
| golang.org/x/text v0.14.0 | ||
| golang.org/x/time v0.5.0 | ||
| golang.org/x/tools v0.18.0 | ||
|
|
@@ -131,20 +120,15 @@ require ( | |
| github.com/docker/go-units v0.5.0 // indirect | ||
| github.com/dustin/go-humanize v1.0.0 // indirect | ||
| github.com/elastic/gosigar v0.14.2 // indirect | ||
| github.com/ferranbt/fastssz v0.0.0-20210120143747-11b9eff30ea9 // indirect | ||
| github.com/flynn/noise v1.1.0 // indirect | ||
| github.com/francoispqt/gojay v1.2.13 // indirect | ||
| github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61 // indirect | ||
| <<<<<<< HEAD | ||
| github.com/getsentry/sentry-go v0.25.0 // indirect | ||
| github.com/go-logr/logr v1.3.0 // indirect | ||
| github.com/go-ole/go-ole v1.3.0 // indirect | ||
| github.com/go-playground/locales v0.14.1 // indirect | ||
| github.com/go-playground/universal-translator v0.18.1 // indirect | ||
| github.com/go-playground/validator/v10 v10.13.0 // indirect | ||
| ======= | ||
| github.com/go-ole/go-ole v1.3.0 // indirect | ||
| >>>>>>> c5ba367eb6232e3eddd7d6226bfd374449c63164 | ||
| github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect | ||
| github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
| github.com/goccy/go-json v0.10.2 // indirect | ||
|
|
@@ -172,7 +156,6 @@ require ( | |
| github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect | ||
| github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect | ||
| github.com/kilic/bls12-381 v0.1.0 // indirect | ||
| <<<<<<< HEAD | ||
| github.com/klauspost/compress v1.17.6 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.2.7 // indirect | ||
| github.com/koron/go-ssdp v0.0.4 // indirect | ||
|
|
@@ -202,16 +185,7 @@ require ( | |
| github.com/minio/highwayhash v1.0.2 // indirect | ||
| github.com/minio/sha256-simd v1.0.1 // indirect | ||
| github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect | ||
| ======= | ||
| github.com/klauspost/compress v1.15.15 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.0.9 // indirect | ||
| github.com/kr/pretty v0.3.1 // indirect | ||
| github.com/kr/text v0.2.0 // indirect | ||
| github.com/mattn/go-runewidth v0.0.13 // indirect | ||
| github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
| github.com/minio/sha256-simd v1.0.0 // indirect | ||
| >>>>>>> c5ba367eb6232e3eddd7d6226bfd374449c63164 | ||
| github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 後述のgo-eth2-types/[email protected]が使ってる。BSCのマスターも使っていた。 |
||
| github.com/mitchellh/pointerstructure v1.2.0 // indirect | ||
| github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
|
|
@@ -265,7 +239,7 @@ require ( | |
| github.com/trailofbits/go-mutexasserts v0.0.0-20230328101604-8cdbc5f3d279 // indirect | ||
| github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect | ||
| github.com/wealdtech/go-bytesutil v1.1.1 // indirect | ||
| github.com/wealdtech/go-eth2-types/v2 v2.5.2 // indirect | ||
| github.com/wealdtech/go-eth2-types/v2 v2.7.0 // indirect | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. BSCがフォークしたgithub.com/bnb-chain/fastsszの使用を避けるために、上げざるを得なかった。 |
||
| github.com/wealdtech/go-eth2-util v1.6.3 // indirect | ||
| github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect | ||
| github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eth v67をサポートするもろもろの変更
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ETH67のサポート必要でしょうか?[email protected]と[email protected]共にETH68のみの様ですが。念の為メインネットRPCノードを確認しましたがバージョン68のピアしかいません。