Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposeSuperblock is throwing exception #35

Open
willyko opened this issue Aug 17, 2020 · 1 comment
Open

proposeSuperblock is throwing exception #35

willyko opened this issue Aug 17, 2020 · 1 comment

Comments

@willyko
Copy link

willyko commented Aug 17, 2020

20:45:24.856 [Syscoin to Eth client] INFO  EthWrapper - Sent superblock e4bc736e3c23c99afa826a6b1c906bf5f6356355698aaa613d483689c8d026a6, process counter 0
20:45:47.872 [SuperblockChainClient] DEBUG SuperblockChainClient - UpdateSuperblocksTimerTask
20:46:02.293 [agents.superblock.CHALLENGER] INFO  EthWrapper - setting new gas price to 80000000000
20:46:02.542 [agents.superblock.SUBMITTER] DEBUG SuperblockBaseClient - Skipping because there are pending transaction for the sender address.
20:46:02.627 [agents.superblock.CHALLENGER] INFO  SuperblockChallengerClient - NewSuperblock e4bc736e3c23c99afa826a6b1c906bf5f6356355698aaa613d483689c8d026a6. Validating...
20:46:02.627 [agents.superblock.CHALLENGER] INFO  SuperblockChallengerClient - Superblock height: 5745... superblock present in our superblock chain
20:46:06.875 [Syscoin to Eth client] INFO  EthWrapper - setting new gas price to 80000000000
20:46:26.437 [Thread-13] INFO  ClaimContractApi - makeClaimDeposit receipt TransactionReceipt{transactionHash='0x32d11c4142f86e208cb85c0354e78c17f3a57bcc08f43dcdd56b7f7854772508', transactionIndex='0x1f', blockHash='0xbebb884210f899d1b0441559efa32bf25e40aa085bef26a9901806c14c6480ce', blockNumber='0xa2f5e4', cumulativeGasUsed='0x1f39a0', gasUsed='0xb93d', contractAddress='null', root='null', status='0x1', from='0xdc727c6419a04bc0b463bca47a1e436a55e83321', to='0xd03a860f481e83a8659640dc75008e9fcdf5d879', logs=[Log{removed=false, logIndex='0x1f', transactionIndex='0x1f', transactionHash='0x32d11c4142f86e208cb85c0354e78c17f3a57bcc08f43dcdd56b7f7854772508', blockHash='0xbebb884210f899d1b0441559efa32bf25e40aa085bef26a9901806c14c6480ce', blockNumber='0xa2f5e4', address='0xd03a860f481e83a8659640dc75008e9fcdf5d879', data='0x000000000000000000000000dc727c6419a04bc0b463bca47a1e436a55e8332100000000000000000000000000000000000000000000000029a2241af62c0000', type='null', topics=[0xd15c9547ea5c06670c0010ce19bc32d54682a4b3801ece7f3ab0c3f17106b4bb]}], logsBloom='0x00000000000000000200000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000'}
20:46:26.683 [pool-1-thread-2] INFO  EthWrapper - proposeSuperblock EXCEPTION:
org.web3j.protocol.exceptions.TransactionException: Transaction has failed with status: 0x0. Gas used: 51289. (not-enough gas?)
	at org.web3j.tx.Contract.executeTransaction(Contract.java:372)
	at org.web3j.tx.Contract.executeTransaction(Contract.java:345)
	at org.web3j.tx.Contract.executeTransaction(Contract.java:339)
	at org.web3j.tx.Contract.executeTransaction(Contract.java:334)
	at org.web3j.tx.Contract.lambda$executeRemoteCallTransaction$3(Contract.java:401)
	at org.web3j.protocol.core.RemoteCall.send(RemoteCall.java:42)
	at org.web3j.utils.Async.lambda$run$1(Async.java:38)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
@willyko willyko changed the title Deposit is throwing exception proposeSuperblock is throwing exception Aug 17, 2020
@sidhujag
Copy link
Member

on all agents?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants