Created
September 3, 2018 06:44
-
-
Save gojun077/276e342d0c17422816d28466d40aad11 to your computer and use it in GitHub Desktop.
geth log: transactions disappearing due to "out of gas"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO [08-28|08:30:14] Submitted transaction fullhash=0x4e01d3db3bb2a8bd23fa558063cb1fb32d6c8979c1718b7c593cda5550440611 recipient=0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6 | |
DEBUG[08-28|08:30:14] Executing EVM call finished runtime=405.508µs | |
DEBUG[08-28|08:30:15] Peer discarded announcement peer=13d2f19e7b34d21c number=6227831 hash=0121c7…370b76 distance=6930 | |
DEBUG[08-28|08:30:15] VM returned with error err="out of gas" | |
DEBUG[08-28|08:30:15] Trie cache stats after commit misses=0 unloads=0 | |
DEBUG[08-28|08:30:15] Dereferenced trie from memory database nodes=756 size=356.64kB time=3.289438ms gcnodes=152651 gcsize=66.36mB gctime=413.066404ms livenodes=372497 livesize=129.35mB | |
DEBUG[08-28|08:30:15] Inserted new block number=6220902 hash=9463fc…f0f756 uncles=1 txs=131 gas=7975660 elapsed=2.780s | |
INFO [08-28|08:30:15] Submitted transaction fullhash=0x01a36c165e3663fc70a33d628c4d3e2680e35987cc4fc5f38d0dfd8daf2ce4fe recipient=0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6 | |
DEBUG[08-28|08:30:16] Trie cache stats after commit misses=0 unloads=0 | |
DEBUG[08-28|08:30:16] Dereferenced trie from memory database nodes=1782 size=748.13kB time=4.692688ms gcnodes=154433 gcsize=67.10mB gctime=417.758214ms livenodes=372756 livesize=129.30mB | |
DEBUG[08-28|08:30:16] Inserted new block number=6220903 hash=d80aa0…c690f4 uncles=0 txs=75 gas=7999083 elapsed=1.113s | |
DEBUG[08-28|08:30:16] Trie cache stats after commit misses=0 unloads=0 | |
DEBUG[08-28|08:30:16] Dereferenced trie from memory database nodes=1430 size=628.51kB time=5.703612ms gcnodes=155863 gcsize=67.73mB gctime=423.460879ms livenodes=371413 livesize=128.71mB | |
DEBUG[08-28|08:30:16] Inserted new block number=6220904 hash=f0c1cc…83e5b2 uncles=0 txs=4 gas=149048 elapsed=26.807ms | |
DEBUG[08-28|08:30:16] VM returned with error err="evm: execution reverted" | |
DEBUG[08-28|08:30:17] VM returned with error err="evm: execution reverted" | |
DEBUG[08-28|08:30:17] VM returned with error err="out of gas" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment