Ben Guidarelli

Results 86 issues of Ben Guidarelli

### Subject of the issue Somehow we've got an issue when trying to format the error message returned from a post to the transactions endpoint. The result of a 400...

Team Scytale
new-bug

I'm sure there are more of these and really we should just fix the null checker

### Subject of the issue I'm trying to lookup holders of a given asset where they hold >0 tokens. When I call `client.lookupAssetBalances(asset_id).currencyGreaterThan(0).do()` the resultant request has no `currency-greater-than` GET...

good first issue
tech debt
Team Lamprey

## Problem When debugging transactions generated with the JS SDK a function like the Python SDK `write_to_file` would be great https://github.com/algorand/py-algorand-sdk/blob/master/algosdk/transaction.py#L1526 ## Solution In a nodejs context this should be...

new-feature-request

## Problem Make it more natural to add byte strings ## Solution define the + operator on the abi.Bytes class to do concat

Team Scytale
new-feature-request

## Problem I'd like to put a byte string as the plain TealType.byte in a DynamicArray with `set` (or some other new method?) Currently the easiest way I've found is...

new-feature-request

## Problem Allow negative integer index references for relative positioning to "me" ## Solution Some new class like Gtxn but indices are relative to Txn.group_index() ## Urgency None

Team Scytale
new-feature-request

Alternate impl to #407 for `Comment(Assert(Int(1)), "yep")` ``` #pragma version 6 int 1 assert // yep int 1 return ```

Running `examples/application/debug/contract.py` yields ``` #pragma version 6 int 1 // pyteal-src "/home/ben/pyteal/examples/application/debug/contract.py": line 6 int 2 // pyteal-src "/home/ben/pyteal/examples/application/debug/contract.py": line 6 callsub thing_0 // pyteal-src "/home/ben/pyteal/examples/application/debug/contract.py": line 6 pop byte...