Zk
Zk
## 🐛 Bug Report Follow guide to run `create-leo-app` but encounter error during run dev. Noticed the update of `@provablehq/sdk` to `0.7.0`. Fallback to `0.6.13` works. ## Steps to Reproduce...
## 🐛 Bug Report Node stop running and having error at syncing block 719600 - 719650 using run-validator.sh file: ```bash 2024-10-17T01:21:34.902750Z WARN snarkos_node_cdn::blocks: Failed to deserialize blocks 719600 to 719650...
## 🐛 Bug Report (Copied from HackerOne) In the current implementation of the poseidon sponge, absorbing some $0{\mathbb{F}_p}$ has no effect (as long as the absorption doesn't lead to a...
## 🐛 Bug Report (Copied from HackerOne) Integer overflow in the `KZG10::load_srs()` function that triggers a runtime panic when extremely large input is passed (like `usize::MAX`). Specifically, this happens on...
## 🐛 Bug Report Hitting error while executing `token_registry.aleo/mint_private` with the SDK using local devnet of `snarkos refs/heads/mainnet 8d710d7e211111d339dc9a6292a0e6f87508eb74 features=[default,history,snarkos_node_metrics,test_network]` Error message: `Error executing transaction: Output record must be Version...
## 📚 Documentation The comments and example codes shown are `networkClient.getMappingValue` but the actual method available in `networkClient` is `getProgramMappingValue`. https://github.com/ProvableHQ/sdk/blob/78cf3f2fabc46575f4f536a2249c486b5d381c36/sdk/src/network-client.ts#L1163-L1173 https://github.com/ProvableHQ/sdk/blob/78cf3f2fabc46575f4f536a2249c486b5d381c36/sdk/src/network-client.ts#L1174 Same Inconsistent example code in the [Provable SDK...
## 📚 Documentation The comments and example codes shown are `keyProvider.fetchKeys` but the actual method available in `FunctionKeyProvider` is `keyProvider.fetchRemoteKeys`. https://github.com/ProvableHQ/sdk/blob/78cf3f2fabc46575f4f536a2249c486b5d381c36/sdk/src/function-key-provider.ts#L375-L390 https://github.com/ProvableHQ/sdk/blob/78cf3f2fabc46575f4f536a2249c486b5d381c36/sdk/src/function-key-provider.ts#L391 Same Inconsistent example code in the [Provable SDK...
## 📚 Documentation In the [SDK docs](https://docs.explorer.provable.com/docs/sdk/713c66164f390-function-key-provider), every method in `Function Key Provider`, `Network Client`, `Offline Key Provider`, `ProgramManger`, `Record Provider` have duplicates.
## 📚 Documentation The `AleoNetworkClient` constructor parameters seems different from what the [example](https://docs.explorer.provable.com/docs/sdk/c592747bdee96-network-client#examples) is given and the constructor doesn't actually handle the account property at all. https://github.com/ProvableHQ/sdk/blob/63ffbf2f2713ebeb23ac61e5d4f3c3bc35390bbb/sdk/src/network-client.ts#L27-L34 https://github.com/ProvableHQ/sdk/blob/63ffbf2f2713ebeb23ac61e5d4f3c3bc35390bbb/sdk/src/network-client.ts#L42-L56
## 📚 Documentation In the [Provable SDK docs site](https://docs.explorer.provable.com/docs/sdk/0qgi3uyhotv62-account#fromciphertextciphertext-password-%E2%96%BA-privatekey), some selectable right sidebar items are not visible. The Provable logo is barely visible too.