Barnabas Busa

Results 81 issues of Barnabas Busa

We should be able to list the different containers running within the same pod when looking for the log files. ```sh kubectl logs control ``` Should be able to list...

MyEtherWallet signature type has been changed to version 3. New signature JSON format look the following: ```json { "address": "0xba123...eb2e29", "msg": "0x626561636f6e6368612e696e", "sig": "2d3d558......7421c", "version": "3", "signer": "MEW" } ```...

bug
good first issue
backend

Installing other pip packages like `docker` works thanks to the fix in PR: #58. However, `docker-compose` pip package still fails with the following error: ```sh TASK [geerlingguy.pip : Ensure pip_install_packages...

stale

### Description The current implementation of the p2p-static-peers feature requires manually providing a list of peers as input. However, to enhance usability and flexibility, it would be beneficial to extend...

enhancement 🕵️‍♀️
good first issue :raising_hand:

Looks like basic authentication is not supported in dshackle. Is there any quick way to enable this? Example: config: ```yaml cluster: upstreams: - id: "geth-lighthouse" chain: ethereum connection: ethereum: rpc:...

good first issue

### Describe the bug We are in the process to test cross beacon validator client compatibility, and found a bug when testing nimbus CL with prysm VC. Prysm reports: ```sh...

### Describe the bug We are in the process to test cross beacon validator client compatibility, and found a bug when testing lodestar CL with Nimbus VC. Nimbus reports: ```sh...

scope-interop
meta-investigate
meta-bug

### Describe the bug We are in the process to test cross beacon validator client compatibility, and found a bug when testing lodestar CL with prysm VC. Prysm reports: ```sh...

scope-interop
meta-investigate
meta-bug

### Describe the bug If you add dual stack support to lodestar, you will see a few extra fields on the `p2p_address` fields which most likely are not needed. Also,...

scope-networking
meta-bug

### Describe the bug If I configure lodestar with: ``` lodestar_ports_p2p_tcp: 9000 lodestar_ports_p2p_udp: 9000 ``` ``` - --port={{ lodestar_ports_p2p_tcp }} - --port6={{ lodestar_ports_p2p_tcp }} - --enr.ip={{ lodestar_announced_ip }} - --enr.ip6={{...

scope-networking
meta-bug