Code Monkey home page Code Monkey logo

Comments (4)

joshmg avatar joshmg commented on July 22, 2024 2

The sample request is going to make this easy for us to identity; thanks @cculianu ! ❤️

from bitcoin-verde.

cculianu avatar cculianu commented on July 22, 2024

A way to debug this might be to invoke that exact method {"id": 65, "jsonrpc": "2.0", "method": "blockchain.block.headers", "params": [717025, 147, 717171]} on ElectrumX or Fulcrum servers and compare the results versus verde.

from bitcoin-verde.

joshmg avatar joshmg commented on July 22, 2024

Here are the two differences in responses:

electrum.bitcoinverde.org:

{"result":{"max":2000,"root":"60b3f9f9e439fd5f6c95ae380b91a480359657afd9206a9274f66fd42845273b","count":147,"hex":"...","branch":["00000000000000000289e55135664cae954121f20d9fffbe69317c4ccd568cb0","000000000000000004c2ee6c9f06168d9a11a83b098acd55607cd256cba7bc54","924ff54c7b4d0e2b2bdd57211efe9e8f5ae8f3d0838850a6b50bf856cbc431c7","f17336e3cc6012be74edecb05c638f0e5e2cb430f77fe53214c2d7ceccf1177b","15ee34c90abd131b89fce6c10f923129a7eac920abe280bc6b4937d6d09308ec","e3d511b70242097d125e308139869c7472311dd153c32ae2ccba188b43583d1e","a574d3ff20337972f74e45ea590acb0e75dfdde0b9efb7637f8b5663ef4f4005","194b58f5d5f8c9a7f769732a6f7812ef78d7f7986934484547f958f1794bab65","7ab5768a40b90c43fbdd69928d27e67eeddbb9c9c8ccb685f354550b4d2f694a","2d340b561c654db914e2aed82669d5e49a40fcb5b1d05f77cba3a76d0dacd85b","b6dc54e3155cd7a22a9bf10338a2dcd39516476b94ca5c829e67eca638d811fc","616fd6f3444e8eca69b32c66f663601601d243e00e20d4477916f6320a98e60c","a9aae1b4fe64be994a885726b1bd50f9e69829c00c88c40417e95b5b74ae0ab9","0572f13477921067e53bef1acde850b9f648c2dea4dfeea94836e151817e33a0","4d7395a037d2924e0b50d5ccd93ff31d8f7defef03addb4b8b6bd0d1f5ad2a6e","7189a36ec434065339bc78692bc72115ceb7f225cd7ae4fa6f21a60f670a9d83","8f9ccaff3ac11105f690159421bc89272633bf21988a78e66391e5aa8ec40675","604a2701df87074726373ee7c1f51bf608d7d83b9c45b48f64d261df31ab1ec2","d4b47668b68484d88924af7ebead7ae2e6aec3a0136d3f45650739009cc0a8e4","fedf9ef433406d606ab36adf7479b6b79eb8c90977c7ab8ea08d5aab5ed1e6d5","7c55b292c8f83ffd916ffbbd041e7a396c1d90bafc47db1408592ebc783ccf07"]},"id":65,"jsonrpc":"2.0"}

electrum.imaginary.cash:

{"result":{"max":2016,"root":"60b3f9f9e439fd5f6c95ae380b91a480359657afd9206a9274f66fd42845273b","count":147,"hex":"...","branch":["000000000000000004c2ee6c9f06168d9a11a83b098acd55607cd256cba7bc54","924ff54c7b4d0e2b2bdd57211efe9e8f5ae8f3d0838850a6b50bf856cbc431c7","f17336e3cc6012be74edecb05c638f0e5e2cb430f77fe53214c2d7ceccf1177b","15ee34c90abd131b89fce6c10f923129a7eac920abe280bc6b4937d6d09308ec","e3d511b70242097d125e308139869c7472311dd153c32ae2ccba188b43583d1e","a574d3ff20337972f74e45ea590acb0e75dfdde0b9efb7637f8b5663ef4f4005","194b58f5d5f8c9a7f769732a6f7812ef78d7f7986934484547f958f1794bab65","7ab5768a40b90c43fbdd69928d27e67eeddbb9c9c8ccb685f354550b4d2f694a","2d340b561c654db914e2aed82669d5e49a40fcb5b1d05f77cba3a76d0dacd85b","b6dc54e3155cd7a22a9bf10338a2dcd39516476b94ca5c829e67eca638d811fc","616fd6f3444e8eca69b32c66f663601601d243e00e20d4477916f6320a98e60c","a9aae1b4fe64be994a885726b1bd50f9e69829c00c88c40417e95b5b74ae0ab9","0572f13477921067e53bef1acde850b9f648c2dea4dfeea94836e151817e33a0","4d7395a037d2924e0b50d5ccd93ff31d8f7defef03addb4b8b6bd0d1f5ad2a6e","7189a36ec434065339bc78692bc72115ceb7f225cd7ae4fa6f21a60f670a9d83","8f9ccaff3ac11105f690159421bc89272633bf21988a78e66391e5aa8ec40675","604a2701df87074726373ee7c1f51bf608d7d83b9c45b48f64d261df31ab1ec2","d4b47668b68484d88924af7ebead7ae2e6aec3a0136d3f45650739009cc0a8e4","fedf9ef433406d606ab36adf7479b6b79eb8c90977c7ab8ea08d5aab5ed1e6d5","7c55b292c8f83ffd916ffbbd041e7a396c1d90bafc47db1408592ebc783ccf07"]},"id":65,"jsonrpc":"2.0"}

from bitcoin-verde.

thesquaregroot avatar thesquaregroot commented on July 22, 2024

Should be fixed by 8aa654b.

from bitcoin-verde.

Related Issues (13)

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.