19 questions
0 votes
0 answers
147 views
My Laravel project does not load and just keeps loading
I have a very big problem I have a Laravel project The problem is that no matter what I do, the pages don't open for me and they just keep loading and nothing happens. I tried all kinds of methods. ...
0 votes
0 answers
145 views
USDT Transaction Dropped & Replaced
While trying to send USDT to a wallet address, my transaction got dropped and replaced. I assumed that the transaction would go through if I just wait, but it seems that it got replaced and sent to a ...
-1 votes
1 answer
1k views
web3js how to check pending status
Hi i am trying to make speed up button like MetaMask. so i want to check if it's pending or success. i've been trying all api in web3. don't tell me to use "getPendingTransactions" or filter ...
1 vote
0 answers
300 views
Etherscan status difference between pending and indexing
I've been checking block status and then I got wonder that I can't see pending in RinkebyScan but indexing. The reason I check this is because I want to speed up my tx so I need to send new tx with ...
0 votes
1 answer
4k views
How can I get pending transaction of contract address using web3.py?
I want to get pending transaction of a contract address, I have tried many ways but didn't work method 1: this seems to be good at sorting pending transaction but I can't get any transaction from my ...
2 votes
0 answers
375 views
Smart Contract Deployment to MainNet Pending Status
I have my own Ehereum cient node running OpenEthereum 3.0.1. I am using Truffle Suite to deploy my smart contract to MainNet, using my node as RPC_URL. The Truffle migration command issued the ...
2 votes
2 answers
3k views
Javascript: How to check if async operation is still pending / In progress?
I would like to know if it is somehow possible to check if an asynchronous operation in Javascript is still pending.. Because I am doing a database request on calling a specific URL... While the db ...
0 votes
0 answers
119 views
Node Express asynchronous db request: Display pending message?
Is it somehow possible to display a status message while fetching a database request from some API with Node.js and Express.js? The db request is taking some minutes... I'd like to display a status ...
1 vote
0 answers
734 views
In Woo I need real stock levels to decrease when order is created and don't decrease until order cancel
I need a product stock to decrease immediately on order creation and it should not increase unless the order is cancelled (it should also not decrease a second time upon payment successful or any ...
0 votes
0 answers
28 views
PayPal is accepting payments with no found cards
I just integrated REST API apps, but I tested to make a purchase, my debit card had no funds. Still that, Paypal redirect to me to the thank you Page. Also, the report of this transaction not appear ...
0 votes
1 answer
900 views
Ajax is not connecting to php server because of pending Network situation
I have an unknown situation that AJAX request does not reach to the PHP server. There is no error code in the Chrome browser, but it's not reaching the PHP GET method. In my code function ...
0 votes
2 answers
94 views
Paypal pending IPN message not being completed
I was working on a shopping cart in paypal with php, but when paypal is sending payment_status = Pending, I never recieve a callback with completed even though the payment is saying complete on paypal ...
1 vote
1 answer
196 views
how to run a task multiple time on jenkins?
I have a task (task #1) to which I give parameters, and it is called by another job. The calling job call (task #1) 3 times, and I'd like the 3 calls to run simultaneously. Is it because I run the 3 ...
0 votes
1 answer
493 views
How to get pending view controller from method?
How can I get the pending view controller value from this method? -(void)pageViewController:(UIPageViewController *)pageViewController willTransitionToViewControllers:(NSArray *)...
0 votes
1 answer
33 views
Animation in tra
I have two activities when I click the Button of the First activity it should move to right not completely out.At the same time the second activity should move from left to right this activity will ...