Joe Polny

Results 43 issues of Joe Polny

### Subject of the issue I noticed that the TypeScript interface for `algosdk.modelsv2.Account` is incorrect. The interface uses camel-case keys (`createdApps`) but the actual object uses hyphenated keys (`created-apps`). I...

new-bug
Team Lamprey

Currently, any method that expects a `pyteal.Bytes` or `pyteal.Int` object will throw an exception when a `str` or `int` is given. This can make some method calls more verbose than...

When code exists in a symlinked directory, it is not properly capture by solargraph and does not show in the IntelliSense menu. For example, with the following directory structure: ```...

This addresses the issue of download paths not being easily configurable (#105, #7, #44, #57). As @crazy-max said in his comment on #105 the conventional solution here is to use...

### Subject of the issue If the fee per byte kicks in, /v2/transactions/params "fee" will continuously report the last reported fee-per-byte until a new transaction is submitted ### Your environment...

Team Carbon-11

### Subject of the issue algod is only listening on ipv6, despite explicitly telling it to listen on `0.0.0.0:4001` ### Your environment #### algod version ``` $ algod -v 12885099610...

Team Carbon-11

Adds ARC28 (events) and ARC22 (readonly) to ABI-related interfaces

Enhancement

The offlineKeyReg example included `nonParticipation: true` which means the account can no longer participate, which is irreversible. This should not be shown in the example code. Also merges in latest...

This simply changes the return type of `addTransaction` and `addMethodCall` from `void` to `AtomicTransactionCompose` so these methods return the ATC. The goal is to allow chaining of methods when using...

## Summary This is a new feature in simulate that will close #5914. Auth address correction is done is two places: 1. In `simulateWithTracer` the txn fields will be analyzed...

external contribution
Bug-Fix