Artyom Aminov

Results 11 issues of Artyom Aminov

Could you please advice. According to documentation: ``` https://lighthouse-book.sigmaprime.io/checkpoint-sync.html?highlight=checkpoint-block#manual-checkpoint-sync ``` ``` --checkpoint-state: accepts an SSZ-encoded BeaconState blob --checkpoint-block: accepts an SSZ-encoded SignedBeaconBlock blob ``` Where I can get BeaconState blob...

question

#### System information Erigon version: 2.28.1 OS & Version: Linux Archive Polygon Mumbai, fully synchronized and up to date node ``` curl -X POST --data '{ "method": "eth_getTransactionReceipt", "params": [...

#### System information Erigon version: `erigon version 2022.09.1-alpha-d0a0d1df` OS & Version: `Linux 5.4.0-99-generic #112-Ubuntu SMP Thu Feb 3 13:50:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` #### Steps to reproduce the...

**Describe the bug** Not synchronize **To Reproduce** Steps to reproduce the behavior: * start l2geth * infinity write to log `` insufficient balance for transfer `` **Screenshots** ``` INFO [10-12|08:16:22.432]...

C-bug
P-unconfirmed
M-l2geth

**Describe the bug** L2geth stop synchronization process. **To Reproduce** start.sh: ``` export USING_OVM=true export SEQUENCER_CLIENT_HTTP=https://mainnet.optimism.io export BLOCK_SIGNER_ADDRESS=0x00000398232E2064F896018496b4b44b3D62751F export BLOCK_SIGNER_PRIVATE_KEY=6587ae678cf4fc9a33000cdbf9f35226b71dcc6a4684a31203241f9bcfd55d27 #export BLOCK_SIGNER_PRIVATE_KEY_PASSWORD=pwd export ETH1_CTC_DEPLOYMENT_HEIGHT=13596466 export ETH1_SYNC_SERVICE_ENABLE=true export L2GETH_GENESIS_URL=https://storage.googleapis.com/optimism/mainnet/genesis-berlin.json export L2GETH_GENESIS_HASH=0x106b0a3247ca54714381b1109e82cc6b7e32fd79ae56fbcc2e7b1541122f84ea export...

C-bug
P-unconfirmed
M-l2geth
C-bedrock-fixes-this

L2 geth: 0.5.27 Different BatchIndex and L1Hash fields: https://optimistic.etherscan.io/tx/0x9010e5b4e8e4b818ee05fdf35c59cfdc0b665187082b102d7557ec312930f99f https://www.oklink.com/en/optimism/tx/0x9010e5b4e8e4b818ee05fdf35c59cfdc0b665187082b102d7557ec312930f99f Using L2Geth internal API ``` meta := rawdb.ReadTransactionMeta(api.eth.chainDb, block.Header().Number.Uint64()) rawTx, err := api.eth.syncService.GetClient().GetRawTransaction(*meta.Index, api.eth.syncService.GetBackend()) log.Info("L1Block", "n", rawTx.Batch.BlockNumber) // 15945350 log.Info("Batch",...

C-question
M-l2geth

Fresh version of Tokio 1.x branch support

I try to use prysmctl with deposit-json-file, but process crashed. May be somebody knows how to this this issue ? ``` + ./dependencies/prysm/out/prysmctl testnet generate-genesis --fork=capella --num-validators=2 --deposit-json-file=./staking_deposit-cli/validator_keys/deposit_data-1697028676.json --chain-config-file=./config.yml --geth-genesis-json-in=./genesis.json...

Is it possible to restore public key from signature?