Ben Guidarelli

Results 86 issues of Ben Guidarelli

**The current state** Not all transaction ids are checked after a group transaction in examples **The proposed state** grab all the transactions and grab the info from algod

documentation

Add a page noting things that are often confusing to new devs. `asset_sender` - only used for clawback but _seems_ like it'd be used to send an asset `txn.accounts[0]` and...

https://developer.algorand.org/docs/get-details/transactions/transactions/?from_query=apep#application-call-transaction https://developer.algorand.org/docs/get-details/transactions/ https://developer.algorand.org/docs/get-details/dapps/smart-contracts/apps/?from_query=state%20budget#the-lifecycle-of-a-smart-contract We should mention that extra pages is useful to set if the dev expects they might push an update that'd push the program requirements past a single...

documentation

### Subject of the issue When trying to create a new wallet through the sandbox, a prompt is displayed for the user to enter a password. Because we dispatch the...

bug
Team Lamprey

## Problem A number of folks have started working with the blocks from an API. We don't have any good models defined for them so anyone that wants to work...

new-feature-request
Team Lamprey

I'd like the ability to sign a compiled teal program that will act as a delegate signature

enhancement

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...

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

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...