Code Monkey home page Code Monkey logo

Comments (3)

RetricSu avatar RetricSu commented on July 16, 2024 2

Topics are order-dependent. To my understanding, The third case indicated that the first topic be 0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822 and the second topic be 0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67, since there is no logs match for second topics, so returns 0 should be expected?

ref: https://github.com/nervosnetwork/godwoken-web3/blob/main/packages/api-server/src/db/helpers.ts#L145-L160

from godwoken-web3.

keroro520 avatar keroro520 commented on July 16, 2024 2

It is expected behavior.

It seems that you want to use optional topics?

curl -X POST https://v1.mainnet.godwoken.io/rpc --header 'content-type: application/json' --data-raw '{"jsonrpc":"2.0","id":48,"method":"eth_getLogs","params":[{"fromBlock":"0x1f62b","toBlock":"0x1f635","topics":[["0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822","0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67"]]}]}'

it returns 5 logs.

from godwoken-web3.

m-bo-one avatar m-bo-one commented on July 16, 2024

Agreed, this statement

curl -X POST https://v1.mainnet.godwoken.io/rpc --header 'content-type: application/json' --data-raw '{"jsonrpc":"2.0","id":48,"method":"eth_getLogs","params":[{"fromBlock":"0x1f62b","toBlock":"0x1f635","topics":[["0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822","0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67"]]}]}'

as or 0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822 or 0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67

this one

curl -X POST https://v1.mainnet.godwoken.io/rpc --header 'content-type: application/json' --data-raw '{"jsonrpc":"2.0","id":48,"method":"eth_getLogs","params":[{"fromBlock":"0x1f62b","toBlock":"0x1f635","topics":["0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822","0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67"]}]}'

0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822 and 0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67 , if first zero then all zero, closing, thank you @keroro520 @RetricSu , just overlooked

from godwoken-web3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.