Marcos Antonio Maceo
Marcos Antonio Maceo
I am creating new stores, and when I try to get logo_file_name, i get nil values ``` irb(main):006:0> Spree::Store.pluck(:logo_file_name) (2.2ms) SELECT "spree_stores"."logo_file_name" FROM "spree_stores" => [nil, nil] ``` However, In...
## Description These are the latest failures on the `rpc-compat` hive tests on the https://hivetests2.ethdevops.io/ suists tests. Failing tests: - [ ] debug_getRawBlock/get-block-n - [ ] debug_getRawBlock/get-genesis - [ ]...
## Description The `engine-withdrawals` test suite is failing at https://hivetests2.ethdevops.io. The failing tests are: - [ ] Sync after 2 blocks - Withdrawals on Block 2 - Multiple Withdrawal Accounts...
## Description The `eth2-testnet` test suite is failing at https://hivetests2.ethdevops.io. The failing tests are: - [ ] transition-testnet-lighthouse-bn-nethermind The error is: ``` node 0 (nethermind/lighthouse): failed to retrieve validator: endpoint...
## Changes: - Add Nimbus as Consensus Client ## Types of changes - [x] New feature (non-breaking change which adds functionality) ## Testing **Requires testing** - [x] Yes - [...
**Describe the bug** For the validator setup, Sedge first runs the execution and consensus clients. Then we track the sync progress of the EL and CL and after they are...
## Changes: - Upgrade golang image used for cross-compilation to golang:1.23rc2 to fix known vulnerabilities. ## Types of changes - [x] Build related changes
## Changes: - Add a initial nimbus implementation for consensus, validator and import and key exporter. ## Types of changes - [x] New feature (non-breaking change which adds functionality) ##...
**Is your feature request related to a problem? Please describe.** Recently, Grandine was open-sourced, and it would be great for Sedge to support it as one of the Consensus clients....
## Changes - Added support for running t8n ethereum/tests over gnosis ## Types of changes #### What types of changes does your code introduce? - [ ] Bugfix (a non-breaking...