Giter VIP home page Giter VIP logo

Comments (4)

MioYvo avatar MioYvo commented on August 11, 2024 1

A "visible" param to Tron.get_block ? Users can process the address format (to_base58check_address) outside without getting an error. :|

from tronpy.

andelf avatar andelf commented on August 11, 2024 1

Good point, will fix this now.

from tronpy.

andelf avatar andelf commented on August 11, 2024

Sorry, as an HTTP client library, tronpy can't fix the json encoding/decoding bug in java-tron.

This is an upstream bug.

visible is a parameter passed to JsonFormat, every HTTP API has a visible parameter.
Doc sucks. Code speaks.

Ref: https://github.com/tronprotocol/java-tron/blob/develop/framework/src/main/java/org/tron/core/services/http/GetBlockByIdServlet.java#L38

      PostParams params = PostParams.getPostParams(request);
      BytesMessage.Builder build = BytesMessage.newBuilder();
      JsonFormat.merge(params.getParams(), build, params.isVisible());
      fillResponse(params.isVisible(), build.getValue(), response);

Thanks.

And for convenience, tronpy won't switch to non-visible request.

from tronpy.

andelf avatar andelf commented on August 11, 2024

😁Published as v0.1.6. You can use pip install -U tronpy to test the new API.

from tronpy.

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.