beaker icon indicating copy to clipboard operation
beaker copied to clipboard

A framework for writing Smart Contracts on Algorand

Results 21 beaker issues
Sort by recently updated
recently updated
newest added

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.32. Release notes Sourced from gitpython's releases. v3.1.32 - with another security update What's Changed Bump cygwin/cygwin-install-action from 3 to 4 by @​dependabot in gitpython-developers/GitPython#1572...

dependencies

If we call app.state.box_name[box_key].exists() It should return 0 or 1, but when box_key is wrong, it raises an error. Expect: Return a boolean value o or 1 Got : invalid...

Increments the PyTeal version to 0.25 to get AVM9 support and removes all references to the AlgoExplorer API

Create a new mapping class that is aware of the structure of the values as NamedTuples or otherwise. If we know the offsets of all the fields in the structure...

I've played a bit with Beaker v1 and I would like to report a feedback. Now that the tool is instance-based (instead of class-based), working with `Tmpl` seems the best...

https://github.com/algorand-devrel/beaker/blob/master/beaker/lib/storage/mapping.py#L56 and elsewhere anytype should not be forbidden in compilation since we dont _know_ that it will fail

Another useful data structure to support for application and account local state is bitset. Below is a proposed design for the `BitSetState` interface, along with implementations for application and account...

There is often a need to work with both Algo payments and Asset transfers but the code duplication can be a pain. Implement some set of methods to abstract the...

Test _everything_ more

help wanted

https://github.com/algorand-devrel/beaker/blob/master/beaker/client/application_client.py#L771 If the app client is used without building the sources, we should raise an error that the dev should call `.build()` so the source is assembled with source map