Giorgio Ciotti
Giorgio Ciotti
In [this](https://github.com/algorand/pyteal/compare/feature/abi...CiottiGiorgio:feature/abi) fork, we can see an initial implementation for signed integers. It is leveraging Uint implementation with some minor issues. Namely: - When setting a signed integer starting from...
Added some implementation for fixed point numbers. Not much to show but feedback is appreciated.
Good point. I have opened [this](https://github.com/algorand/pyteal/pull/382) draft PR. Thanks!
> I thing in the proposed constructor, the `key_limit` and the `keys` passed an int could end up conflicting since they represent the same setting? I agree, to me the...
After some more investigating, we think this comes down to this line https://github.com/dependabot/dependabot-core/blob/e33cb159514b2002af7bc7165b614b15c4202e5c/python/lib/dependabot/python/package/package_details_fetcher.rb#L82 Since our python package, `algokit-utils`, released a pre-release version for all version numbers, basically all version numbers...