GithubHelp home page GithubHelp logo

Comments (7)

pipermerriam avatar pipermerriam commented on June 24, 2024 1

Noting that this will result in string values that cannot be decoded due to containing invalid UTF8 characters, but I think this is ok since the docs for the string type state that it is assumed to be UTF8 encoded.

from eth-abi.

pipermerriam avatar pipermerriam commented on June 24, 2024 1

How about we raise a custom error message that is as informative as possible when this happens.

The returned type for this function is string which is expected to be a UTF8 encoded string of text. The returned value ... could not be decoded as valid UTF8. This is indicative of a broken application which is using incorrect return types for binary data.

from eth-abi.

carver avatar carver commented on June 24, 2024

assumed to be UTF8 encoded

Right, although it might be desirable for users to retrieve the bytes data even if it's not valid utf8. (rather than just crash)

Maybe would should use something like .decode("utf-8", "replace"). Although I kind of hate it already, the idea that broken strings won't be noticed early on. I'm just not sure how else to reasonably give people access to malformed data. Maybe we just don't. If you want malformed data, you write a curl call to the json-rpc.

I guess I landed on: crash if not valid utf8.

from eth-abi.

dylanjw avatar dylanjw commented on June 24, 2024

Im going to work on this because it will simplify the log data filter for web3: ethereum/web3.py#953

Just to recap, to see that Im understanding.

  1. Do return a string type, UTF-8 decoded for abi strings.
  2. If .decode("utf-8") fails raise an exception.

from eth-abi.

pipermerriam avatar pipermerriam commented on June 24, 2024

Correct

from eth-abi.

carver avatar carver commented on June 24, 2024

👍 I think this will require a major version bump.

from eth-abi.

davesque avatar davesque commented on June 24, 2024

I suppose this is fixed.

from eth-abi.

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.