sdk icon indicating copy to clipboard operation
sdk copied to clipboard

A Software Development Kit (SDK) for Zero-Knowledge Transactions

Results 149 sdk issues
Sort by recently updated
recently updated
newest added

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17. Release notes Sourced from clap's releases. v3.2.17 [3.2.17] - 2022-08-12 Fixes (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API Changelog Sourced...

dependencies
rust

Bumps [self_update](https://github.com/jaemk/self_update) from 0.28.0 to 0.30.0. Changelog Sourced from self_update's changelog. [0.30.0] Added Changed Bump semver 0.11 -> 1.0 Removed [0.29.0] Added Changed Bump zip 0.5 -> 0.6 Bump quick-xml...

dependencies
rust

## 🐛 Bug Report You cannot cast a Record with a gates values different than 0u64. ## Steps to Reproduce Try to build this program: (Aleo CLI built with [f3cad52](https://github.com/AleoHQ/aleo/commit/f3cad526706b54b5665a84aef0a109f8c43ec75a))...

bug

## 🚀 Feature Add JSON output format option to `aleo run` command. ``` aleo run --json [INPUTS] ``` ## Motivation A JSON output option would be very appreciated for developers...

## 🐛 Bug Report I'm trying to cast a set of fields into an interface that represents an array of 784 elements. As far as I could test, this is...

bug

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies
javascript

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29 Fixes RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and...

dependencies
javascript

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies
javascript

## Motivation With these changes, WASM-bindings users can take advantage of RNG bundled with SDK to generate accounts deterministically. ## Test Plan Tested by modifying the existing test suite. ##...