Hang Su
Hang Su
Per #498 issue, we created a pair of helper classes `StaticBytes` and `DynamicBytes` in `abi`, and hopefully the implementation resolves #495 too. Some TODOs down the road: make `set` method...
## Problem Previously when we are handling issue #327 in PR #478, we attempted to use nitpicky mode in `SPHINX_OPT` (inside `Makefile`), but due to sphinx requiring all classes need...
## Summary Provides a set of uint128 (essentially two uint64 values on stack) arithmetic support from 5 wide arithmetic opcodes: - `addw` - `mulw` - `divw` - `divmodw` - `expw`...
After a few short discussions with @jasonpaulos on 2022/09/21-2022/09/22, we decided to introduce another typecheck mechanism on variable assignment for ABI values. Such mechanism would benefit following issues and PRs:...
Relying on randomness, randomly take some testcases from full permutation to test method config. Test duration from 100+s to about 3s. Closes #526 No CHANGELOG for changes are not reflected...
## Problem Under this thread of discussion: https://github.com/algorand/pyteal/pull/567#discussion_r1002055235, as we are applying `type_spec_is_assignable_to` over ABI value `set` method, this brings question on ABI value inheritance hierarchy and type system design,...