bmalepaty

Results 8 issues of bmalepaty

## Steps to Reproduce Issue 1. Ensure Node is up and running 2. Run the query: curl --location --request POST ':9000' \ --header 'Content-Type: application/json' \ --data-raw '{ "jsonrpc": "2.0",...

Stale

After bedrock block, the node is not syncing Docker-compose file: [docker-compose.yaml.txt](https://github.com/smartcontracts/simple-optimism-node/files/13412990/docker-compose.yaml.txt) **op-geth Logs** ![image](https://github.com/smartcontracts/simple-optimism-node/assets/77955726/cd0058ac-493d-4160-8ee6-6360aeeb7267) **op-node Logs** ![image](https://github.com/smartcontracts/simple-optimism-node/assets/77955726/b8228b76-9dad-4212-92d8-f63253de49ef) **Healthcheck Logs** ![image](https://github.com/smartcontracts/simple-optimism-node/assets/77955726/2ba57512-bd77-4c67-aace-2cacd7c7af3b) **FaultDetector Logs** ![image](https://github.com/smartcontracts/simple-optimism-node/assets/77955726/e370018a-5a06-4e8e-929a-6b29e5948168)

I have updated the **rosetta** docker image to latest. But still node isnt syncing I have ensured hypersync is false and synctype is blocksync **Error**: Stopping because peer disconnected ![image](https://user-images.githubusercontent.com/77955726/192205614-bf21578b-a68c-488a-a770-d6d12f616157.png)...

Node is synced. Following is the API response for /network/status ![image](https://user-images.githubusercontent.com/77955726/183615076-3dc63b00-98a0-4089-aadf-b3ff76d7c0ca.png) But balance at a given height is returning 0 for earlier blocks. **Request: /account/balance** `{"network_identifier": { "blockchain": "DeSo", "network":...

![image](https://user-images.githubusercontent.com/77955726/174067964-4ec36868-bc67-4f2c-9dcd-f2e254b482d2.png) The node keeps restarting after downloading headers of Hypersync

**Transaction Hash**: 812749496fcbe7f87b5385888083da5c00cc814f5b6e4d926492142f2f81eebe **Rosetta Response**: `"operations": [ { "operation_identifier": { "index": 0 }, "type": "INPUT", "status": "SUCCESS", "account": { "address": "BC1YLjGbnv2HM8nWbXprgeEUVCDbQ3WQwdTs3HZpF5rqDqe5T5bT5yU" }, "amount": { "value": "-29018911", "currency": { "symbol": "DESO",...

@AeonSw4n Node is synced. Following is the API response for /network/status ![image](https://user-images.githubusercontent.com/77955726/183027195-3548144a-1a12-4cb3-a427-13025a176860.png) But balance at a given height is returning 0 for earlier blocks. Request: /account/balance `{"network_identifier": { "blockchain": "DeSo",...

When trying to hit the Rosetta Transaction API, to get transaction details, null response is received. API Request: POST /block/transaction `{"network_identifier": { "blockchain": "DeSo", "network": "MAINNET" }, "block_identifier": { "index":...