Ben Guidarelli
Ben Guidarelli
I just want bytes, no need for other scratch vars or lambdas diff from a program where i switched to this: 
## Problem when a different version of the algosdk is used from another dependency, the instanceof checks fail and result in confusing error messages. Instead we should find another way...
## Problem Right now the ATC holds an array of TransactionWithSigner objects that is private https://github.com/algorand/js-algorand-sdk/blob/develop/src/composer.ts#L120 This means to get access to the transactions, the developer must call `buildGroup` which...
### Subject of the issue When requesting a Block from algod and decoding each transaction, the global state deltas of the `apply_delta.eval_delta` contain incorrect data. using ```ts const block =...
This is a follow on from https://github.com/wormhole-foundation/wormhole/issues/3061 A temporary patch was applied that just checks out a specific version of the sandbox https://github.com/wormhole-foundation/wormhole/pull/3062 A faster and more robust solution should...
The Spydk has not had an update on NPM for 2 years. https://www.npmjs.com/package/@certusone/wormhole-spydk There have been updates made to this file and the proto since its release, we should evaluate...
A PR submission should not require the submitter install npm or python deps. We can do this for them as part of CI/CD process. On submission or merge of a...
https://magic.link/docs/advanced/blockchains/algorand
Custom rich attributes are supported via ARC16, an extension to ARC3. We should support them here https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0016.md