Skip to content
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

[Bug] admin_peers fails on geth 1.13.14 #619

Closed
DaniPopes opened this issue Apr 23, 2024 · 1 comment · Fixed by #620
Closed

[Bug] admin_peers fails on geth 1.13.14 #619

DaniPopes opened this issue Apr 23, 2024 · 1 comment · Fixed by #620
Labels
bug Something isn't working

Comments

@DaniPopes
Copy link
Member

Component

provider, pubsub

What version of Alloy are you on?

main d68a6b7

Operating System

Linux

Describe the bug

a test fails locally for me here

let peers = provider2.peers().await.unwrap();

error: "called `Result::unwrap()` on an `Err` value: DeserError { err: Error("data did not match any variant of untagged enum EthPeerInfo", line: 1, column: 493), text: "<omitted>" }"

JSON

[
    {
        "enode": "enode://f769f8cf850dd9f88a13c81ff3e70c3400cf93511c676c6d50f0e359beb43c28388931f64f56ab4110ccced37fb08163b6966fe42b6e15ec647fa8087914463d@127.0.0.1:45591?discport=0",
        "id": "daa738efebf7e349b9f5b1a91d782e7355060bb15af8570e23463729d0632deb",
        "name": "Geth/v1.13.14-stable-2bd6bd01/linux-amd64/go1.21.6",
        "caps": ["eth/68", "snap/1"],
        "network": {
            "localAddress": "127.0.0.1:33236",
            "remoteAddress": "127.0.0.1:45591",
            "inbound": false,
            "trusted": false,
            "static": true
        },
        "protocols": { "eth": { "version": 68 }, "snap": { "version": 1 } }
    }
]
@DaniPopes DaniPopes added the bug Something isn't working label Apr 23, 2024
@DaniPopes
Copy link
Member Author

This should be updated as well

GETH_BUILD=${GETH_BUILD:-"1.11.2-73b01f40"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant