Brian Whippo

Results 8 issues of Brian Whippo

### Subject of the issue The BlockResponse.from_obj_for_encoding() returns a class object that has incorrect typing. * Software version: 2.7.0 ### Steps to reproduce ``` const blockRespRaw = algodClient.block(12345).do() const incorrectTypedBlockResponse...

new-bug

## Problem The old package js-sha256 uses require() and thus causes problems running in a browser context. See issue [https://github.com/emn178/js-sha256/issues/33](https://github.com/emn178/js-sha256/issues/33) on the repo suggesting that it be deprecated. ## Solution...

Team Scytale
new-feature-request

## Status The assets array in the response from /v2/accounts/{address} only provides `id`, `amount`, and `is-frozen` information about assets held in the account. ``` "assets": [ { "amount": 0, "asset-id":...

Enhancement
community interest

I would like to be able to configure the form to have certain validations run at different times than other validations. For example, one validation may make sense only to...

enhancement

This PR makes minor text changes to update the chain's throughput/TPS number, which has increased as a result of block times being reduced.

## Status The maximum program size for an application is currently **8kb**. Once a contract is deployed, the program size is immutable. This limit is currently constraining multiple builders in...

Enhancement

## Problem When on-chain applications have many boxes, it can be difficult for an off-chain application to find a specific set of related boxes from which to read data. A...

new-feature-request

### Subject of the issue A developer reported that simulating a transaction that includes a `0` in the foreign apps array causes the simulation to fail. The transaction does not...

new-bug