Jacob Daitzman

Results 9 issues of Jacob Daitzman

Closes #37. Disclaimer: I'm not very familiar with bash and I have only tested it manually.

I'm not sure if this is possible, but if it is, one feature I'd like to see is an indicator similar to the one which displays in red when hovering...

enhancement

## Summary Since the internal `bytesToSign` function returns a `Buffer` instead of a `Uint8Array`, signing a transaction throws an error inside Jest's node testing environment. ### Background Jest's standard node...

Team Scytale

## Summary The generated documentation website PR (#333) automates the generation of a static documentation website for all of the existing doc comments. In the future, we should add doc...

Enhancement
FDE

## Summary Currently, generated algod types are classes that extend the `BaseModel`, so using them for most of the JSON requests would introduce incorrect types, such as the `BaseModel`'s `_get_obj_for_encoding`...

Team Lamprey

Importing `langspec.json` in its entirety immediately adds 32kb to the webpack bundle. Ideally, we should dynamically import the JSON file only when it is needed. Refer to the [webpack docs...

Enhancement
FDE

## Summary This PR adds a basic simulation endpoint which accepts transaction groups exactly as they would be received by the `/v2/transactions` endpoint. The endpoint executes transaction groups using the...

New Feature

## Summary This PR upgrades the existing `logic.DebuggerHook` interface to be more powerful & lightweight. To be specific: * New hooks are introduced for before/after transactions, before/after inner transaction groups,...

Enhancement

## Problem Algod allows for custom `consensus.json` files as long as they are located in the data directory, but getting a `consensus.json` file to the data directory requires the `copyTo`...

Low Priority
Team Lamprey