QuarkChain / pyquarkchain

Python implementation of QuarkChain
https://quarkchain.io
MIT License
225 stars 114 forks source link

getLogs cannot find event #945

Open ping-ke opened 2 years ago

ping-ke commented 2 years ago

transaction https://mainnet.quarkchain.io/0/tx/0x2f2043f91bc5abf2e5d62b77976cfe273b15c1857ae34d5b19fc44d72cce2370 cannot be found by getLogs.

{ "id":1, "jsonrpc":"2.0", "method":"getLogs", "params":[ { "address":"0x9b68bCd56De11d22161eB550b84EAC082d082213", "fromBlock":"0x91c3d8", "toBlock":"0x91c3da", "topics":[ "0x3f7f2605a4860b57de4b2bb7500ef93af42fbcdac9c6d8a0f71a8134e45823b0" ] } ] }

{ "jsonrpc": "2.0", "method": "getLogs", "params": [{ "topics": ["0x3f7f2605a4860b57de4b2bb7500ef93af42fbcdac9c6d8a0f71a8134e45823b0"] }, "0x0"], "id": 1 }