Skip to main content

Questions tagged [pending-transactions]

2 votes
2 answers
69 views

I got some delay when send my tx to L2 chains like Optimism, for example, I send raw tx on timestamp 1751080074, and next block ts is 1751080075, however, I find my tx onchain on the block which ts is ...
Hazet's user avatar
  • 41
1 vote
0 answers
136 views

im working in some project and i need to track PendingTransactions i use web3.py so i subscribe using the AsyncSubscriptionManager (Websocket) \ Here is a sample code: from web3 import AsyncWeb3, ...
PythoonNoob9000's user avatar
0 votes
1 answer
97 views

I ran my own node according to this doc: https://docs.optimism.io/operators/node-operators/tutorials/node-from-source My goal was to subscribe to pending transactions. But apparently the default logic ...
Andy's user avatar
  • 1
0 votes
1 answer
13 views

I transferred USDC from Coinbase to Coinbase wallet and attempted to purchase APC. I didn’t see any change on CB wallet or APC after an hour so I cleared the cache and tried again, and again. Change ...
Drew's user avatar
  • 1
0 votes
2 answers
75 views

I wrote a simple pending transactions scanner on Polygon mainnet in python with infura websocket: from json import loads import asyncio from websockets import connect from web3 import Web3,exceptions ...
Matyi's user avatar
  • 1
0 votes
0 answers
53 views

Getting a internal error notification when using any dex, I've tried several and a replacement transaction underpriced when using coinbases swap feature, it also will not let me send my tokens off of ...
Winningham's user avatar
0 votes
1 answer
33 views

What is a BNB Smart Chain UDST Crypto? Is that even a thing? It was not spelt incorrectly - It is "UDST".
MEGALEGS's user avatar
0 votes
1 answer
1k views

https://etherscan.io/tx/0x664156fcb7fec578f32edcd9e95b62d920a8642e7cd63f6552ac917b44baee45 Guys, this transaction has been like this for 6 hours. It says "should be picked up by our indexer in a ...
Desintegration's user avatar
2 votes
0 answers
77 views

The issue is that infura.io RPC node for the polygon-mainnet returns this transaction with getTransaction call, while this transaction is not seen on https://polygonscan.com/ or if other RPC node ...
olegabr's user avatar
  • 121
0 votes
1 answer
327 views

My service is subscribing to new pending transactions on the memblock and process them accordingly. However it also get very old pending transactions and not just the newest - why is this and is there ...
blockchainmassacre's user avatar
1 vote
1 answer
299 views

I am having issues with MetaMask in my DApp because users are using wrong or invalid RPCs. Is there a way of making users add a network automatically to MetaMask with the right RPC and override the ...
Falcon Stakepool's user avatar
0 votes
0 answers
48 views

I have code listening at testnet node and getting pending transactions returned by filter. It works well, usually, but sometimes filter returns id (or batch of ids) of non existent transactions. Or ...
Jaroslav Kameník's user avatar
0 votes
1 answer
105 views

I wrote a code to check the pending transactions of a contract, but I would like to limit the RPS (requests per second) to 25 (I'm using a node with user free) how could I do it? Here is the code: ...
Loner's user avatar
  • 1
1 vote
2 answers
50 views

Could someone please confirm what happens in the following scenario: uint256 public reducer = 5; function calculateYield(uint256 lpTotal, address tokenA, address tokenB, uint256 minA, uint256 ...
H.C's user avatar
  • 11
0 votes
1 answer
612 views

I attempted a transaction 22 hours ago with a low gas offer due to insufficient ETH, but the transaction has been pending since and I can't seem to cancel it. MetaMask indicates there's not enough gas ...
Fatih Uysal's user avatar

15 30 50 per page
1
2 3 4 5
24