python-sdk
python-sdk copied to clipboard
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.9 to 0.21.11. Commits 7b8d1db Prepare 0.21.11 ebcb478 complete_io: bail out if progress is impossible 20f35df Regression test for complete_io infinite loop bug 2f2aae1 Don't specially handle...
Same as #37 but for mainnet ### Description Signing/verifying aleo values is present in the [snarkOS CLI](https://github.com/AleoHQ/snarkOS/pull/2909) and the [leo CLI](https://github.com/AleoHQ/leo/pull/27627). Verification is present in [leo](https://developer.aleo.org/leo/language/#signatures). As Aleo does not...
### Description Signing/verifying aleo values is present in the [snarkOS CLI](https://github.com/AleoHQ/snarkOS/pull/2909) and the [leo CLI](https://github.com/AleoHQ/leo/pull/27627). Verification is present in [leo](https://developer.aleo.org/leo/language/#signatures). As Aleo does not natively support byte-encoded messages, this feature...
Bumps [h2](https://github.com/hyperium/h2) from 0.3.22 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). 0.8.10 Added Solaris support...
As per the [RTD documentation](https://docs.readthedocs.io/en/stable/config-file/v2.html), the .readthedocs.yam file should be placed at the top level of the repo, which this PR does
Because GithubActions CI is configured and it's more extensive.
*Draft: depends on #18* Basically, to make the SDK more pythonic. Some methods like `account.address()` could be written as `account.address`, as arguably address is a property of account. IMO we...
This pull request introduces three minor updates: * Updates the README file for the Aleo SDK * Adjusts storage locations for neural network projects in the Jupyter notebook Leo project...
The goal is to further improve MNIST performance (classification accuracy and constraint usage). For this, the following milestones need to be completed: **Milestone 1, feature pre-processing techniques** - Task: Research...