-
### Description
- Add configuration folder for devnet network in the config folder, to be used when DEX Core and DEX Service devnets are deployed
- Added chain connector plugin to the CLI start …
-
### Meeting Info
* [May 9, 2024, 14:00-15:30 UTC](https://www.timeanddate.com/worldclock/converter.html?iso=20240509T140000&p1=1440&p2=37&p3=136&p4=237&p5=923&p6=204&p7=671&p8=16&p9=41&p10=107&p11=28…
-
i seem to be getting the same error both when i submit a blob txn locally and against devnet 12
```
./blob-utils tx \
--rpc-url https://rpc.dencun-devnet-12.ethpandaops.io \
--blob-file
-
Depends on #892
In `apps/src/lib/node/ledger/shell/mod.rs` calls to PoS `slash` and `process_slashes` should be switched from error handling with error logging to panics as slashing is a critical …
-
## Objective
We need to build container images so that they can be utilized first by us on dev- and test-nets, and later by the community.
## Origin Document
This became necessary as we worke…
-
-
It's become part of Dencun devnets, e.g., https://notes.ethereum.org/@bbusa/dencun-devnet-6
https://github.com/ethereum/beacon-APIs/pull/286
-
Forge script takes a lot deploying contracts to 3 tenderly devnets. (60mins)
So we should switch to hh tasks for deploying contracts to devnets
-
The EIP aims to bring deposit mechanism in the beacon chain. Currently the deposits and fetched and processed wiith a sufficient lag (12 hrs) that sort of effectively rule out any change of re-org in…
-
I'm trying to run [this bundler](https://github.com/eth-infinitism/bundler) together with local devnet, but have no luck.
I first add `--rpc.allow-unprotected-txs` flag to both entrypoint.sh files …