Git Product home page Git Product logo

dencun-devnets's People

Contributors

barnabasbusa avatar fab-10 avatar flcl42 avatar g11tech avatar h4ck3rk3y avatar jflo avatar marcindsobczak avatar pablocastellano avatar parithosh avatar pk910 avatar samcm avatar skylenet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dencun-devnets's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

asdf
.tool-versions
  • helm 3.12.2
  • shellcheck 0.9.0
  • sops 3.7.3
  • terraform 1.5.3
  • python 3.11.4
github-actions
.github/actions/setup/action.yaml
  • asdf-vm/actions v2
.github/workflows/lint-ansible.yaml
  • actions/checkout v3
.github/workflows/lint-helm.yaml
  • actions/checkout v3
.github/workflows/lint-terraform.yaml
  • actions/checkout v3
pip_requirements
requirements.txt
  • ansible-lint ==6.17.2
  • ansible ==8.2.0
  • netaddr ==0.8.0
  • pip ==23.2
  • PyYAML ==6.0.1

MacOS - ERROR! A worker was found in a dead state

when running the whole playbook for 4844-sepolia-shadowfork-1 ansible playbook, I get

TASK [ethpandaops.general.docker_nginx_proxy : Add nginx config template] ****************************************************
ERROR! A worker was found in a dead state
ulimit -a
-t: cpu time (seconds)              unlimited
-f: file size (blocks)              unlimited
-d: data seg size (kbytes)          unlimited
-s: stack size (kbytes)             8176
-c: core file size (blocks)         0
-v: address space (kbytes)          unlimited
-l: locked-in-memory size (kbytes)  unlimited
-u: processes                       5333
-n: file descriptors                9000

If the playbook runs without init-server, it works fine.

send tx failed: Invalid

I am trying to use testnet 7 and send a blob, but tx keeps on failing with this error 2023/07/16 12:57:01 send tx failed: Invalid. Can someone help me with a reason?

./blob-utils tx --rpc-url https://rpc.4844-devnet-7.ethpandaops.io \
    --blob-file <(echo hello) \
    --to 0xC8D369B164361A8961286CFbaB3bc10F962185a8 \
    --private-key <mykey> \
    --gas-limit 210000 \
    --chain-id 7011893055 \
    --priority-gas-price 200000000 \
    --max-fee-per-data-gas 300000000

The wallet address I am using is 0x6Fb447Ae94F5180254D436A693907a1f57696900

TASK [ethpandaops.general.ethereum_genesis : Inform of failure]

fatal: [localhost -> 127.0.0.1]: FAILED! => 
  msg: |-
    The conditional check '(ethereum_genesis_generator_cmd.rc != 0) or (ethereum_genesis_generator_cmd.stdout == "")' failed. The error was: error while evaluating conditional ((ethereum_genesis_generator_cmd.rc != 0) or (ethereum_genesis_generator_cmd.stdout == "")): 'dict object' has no attribute 'rc'. 'dict object' has no attribute 'rc'

Remote BN does not support EIP-4881 fast deposit sync, error: Error fetching deposit snapshot from remote: ServerMessage(ErrorMessage { code: 500, message: "not found", stacktraces: [] }), service: beacon

Is this a server issue?

lighthouse version: 4.5.0

run script:

#!/bin/sh

checkpoint_sync="--checkpoint-sync-url=https://checkpoint-sync.dencun-devnet-12.ethpandaops.io"

exec ./lighthouse bn \
  --datadir ./data \
  --execution-jwt ./config/jwt.hex \
  --execution-endpoint http://localhost:8551 \
  --testnet-dir ./config/testnet \
  --http \
  --http-address=0.0.0.0 \
  --metrics \
  --metrics-address=0.0.0.0 \
  --port ${30303:-9000} \
  ${checkpoint_sync} \
  --disable-peer-scoring \
  --debug-level debug \

log:

Jan 03 15:13:30.887 INFO Logging to file                         path: "./data/beacon/logs/beacon.log"
Jan 03 15:13:30.888 INFO Lighthouse started                      version: Lighthouse/v4.5.0-441fc16
Jan 03 15:13:30.888 INFO Configured for network                  name: custom (./config/testnet)
Jan 03 15:13:30.888 INFO Data directory initialised              datadir: ./data
Jan 03 15:13:30.888 INFO Deposit contract                        address: 0x6f22ffbc56eff051aecf839396dd1ed9ad6bba9d, deploy_block: 0
Jan 03 15:13:30.931 DEBG Attempting schema migration             to_version: 17, from_version: 17, service: freezer_db
Jan 03 15:13:30.931 DEBG Loaded execution endpoint               jwt_path: "./config/jwt.hex", endpoint: http://localhost:8551/, service: exec
Jan 03 15:13:30.932 INFO Starting checkpoint sync                remote_url: https://checkpoint-sync.dencun-devnet-12.ethpandaops.io/, service: beacon
Jan 03 15:13:30.932 DEBG Downloading deposit snapshot            service: beacon
Jan 03 15:13:31.426 WARN Remote BN does not support EIP-4881 fast deposit sync, error: Error fetching deposit snapshot from remote: ServerMessage(ErrorMessage { code: 500, message: "not found", stacktraces: [] }), service: beacon
Jan 03 15:13:31.427 DEBG Downloading finalized state             service: beacon
Jan 03 15:13:31.989 CRIT Failed to start beacon node             reason: Error loading checkpoint state from remote: InvalidSsz(OffsetSkipsVariableBytes(584))
Jan 03 15:13:31.989 INFO Internal shutdown received              reason: Failed to start beacon node
Jan 03 15:13:31.989 INFO Shutting down..                         reason: Failure("Failed to start beacon node")
Failed to start beacon node

node-001: init container cannot download boot nodes

Hi. I'm deploying a devnet5 network on my local cluster by using the node-001 chart. However it is not working since the file at BOOTNODE_URI is not downloadable anymore:

https://github.com/ethpandaops/4844-testnet/blob/ca1aa3bb70f8e0637206d5b54e3a805a900a4995/kubernetes/devnet-5/node-001/values.yaml#L57-L71

https://github.com/ethpandaops/4844-testnet/blob/ca1aa3bb70f8e0637206d5b54e3a805a900a4995/kubernetes/devnet-5/node-001/values.yaml#L124-L143

$ kubectl logs -f prysm-geth-001-0 -c init-genesis

genesis exists. skipping...
cat: can't open '/data/testnet_spec/bootstrap_nodes.txt': No such file or directory
bootnode init done: 

Make RPC in script configurible

You can use the override var $PROVIDED_RPC or something and if it doesn't exist you can fallback to the basic RPC. Should allow us to use the scripts more widely. syntax is ${parameter:-default} afaik

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.