Giter Site home page Giter Site logo

ape-is-array-error-repro's Introduction

ape-is-array-error-repro

Covers a bug with ape. The regex pattern used for checking if a returned data type is array or not does not cover uint256[20] at least (and maybe more?).

To install:

python -m venv venv
source ./venv/bin/activate
pip install --upgrade pip
pip install -r ./requirements.txt

To reproduce this issue:

ape test

All tests should pass, which means you reproduced the issue.

ape-is-array-error-repro's People

Contributors

bout3fiddy avatar

Watchers

 avatar  avatar

ape-is-array-error-repro's Issues

dynarray

ser can you please check yuntai/ape-is-array-error-repro.git?

I am having problem with geting return data with type address[3][].

I get
'TypeError: Unsupported type: '<class 'tuple'>'. Must be one of: bool, str, bytes, bytearrayor int.'
when making a call.

I modified your contract to return DynArray[address[3], 20] and the output type seems to be correctly set to address[3][]

> project.contracts['ReturnTypes'].abi[0].outputs[0].type
> address[3][]

I'm very newbie in both vyper & ape, so just wanted to check the testing is proper before opening up an issue in the ape repo.

Thanks!

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.