Mike Turner

Results 31 issues of Mike Turner

The first app in the create aleo app should be a tutorial on how to use Aleo systems and do things like * Walk through creating an account and getting...

javascript

## 💥 Proposal Currently %100 client side program execution and deployment can be executed directly from Aleo instructions in the web. However it would be desirable to also be able...

rust
javascript
wasm

## 💥 Proposal - Record searching on Aleo.tools Record searching is one of the most important tasks in operating an Aleo zero knowledge web app and also currently one of...

enhancement

## 💥 Proposal - Create web workers in an top-level component in aleo.tools so they can be shared Webworkers are currently started on each react component which does Program Execution...

enhancement

## Motivation Currently parameter downloads in SnarkVM in a `wasm` environment use a synchronous version of `XmlHttpRequest` to download parameters. However this has been considered deprecated behavior for browsers for...

## Motivation `LimitedWriter.write_le` method is used to verify transaction sizes are below the minimum limit. Thus it makes sense to benchmark this method and the `check_transaction` method which encapsulates it....

A python FFI that executes leo programs in memory similar to the Aleo SDK should be developed using the Py03 library. It should live in the Python SDK repository, but...

If internal data changes enough to warrant a restart, an automatic restart should be done by an internal daemon upon a developer command

enhancement

Auxin CLI no longer ouputs lists under params. Core.py logic should maybe filter for only datamessages? Lines between https://github.com/forestcontact/forest-draft/blob/78f2ddff11998741ec7d96d0039f98bd51c5f56e/forest/core.py#L190 and https://github.com/forestcontact/forest-draft/blob/metrics/forest/core.py#L205 could be refactored to: https://gist.github.com/iamalwaysuncomfortable/42c5aeb57fa365be0018ecd7b7f6b2ad If it's desired to...

## 💥 Proposal ### Background The Aleo `Network` trait defines a set of constants and functions that define the configuration of an Aleo network. As of 05/15/2024, the SDK is...

enhancement
rust
javascript
wasm