StackOverflowExcept1on
StackOverflowExcept1on
**Screenshots**  **Desktop (please complete the following information):** - OS: Ubuntu 22.04 - Version 4.7.0.0 **Server (please complete the following information):** - OS: Ubuntu 24.04
For example, I have a public place with `round1_packages` (in the blockchain), and I want to do `round1_packages.remove(&self.round1_secret_package.identifier())` to remove the participant identifier from `round1_packages` and pass it to `dkg::part2()`.
This function can be reused by other FROST-based protocols.
Similar to `frost-secp256k1-tr`, we could add `frost-secp256k1-evm`. The idea is to simply replace `sha256` with `keccak256`. In this case, we can implement frost threshold signature verification in smart contract. I...
### Problem to Solve FROST is promising threshold signature scheme that will save us lot of gas in ethexe. We currently have Solidity implementation that has not yet been integrated...
### Problem Starting with Rust 1.82 WASMs contain `multi-value` and `reference-types` features: https://blog.rust-lang.org/2024/09/24/webassembly-targets-change-in-default-target-features.html. We currently use hack #4247 to solve this issue. This hack results in end user having to...
### File Location(s) n/a ### Proposal this is quite convenient because now `derive(Error)` will implement `core::error::Error`. now our error types in `no_std` crates will also be available for use with...
### Problem to Solve see title utils/crates-io/src/** ### Possible Solution n/a ### Notes _No response_
### File Location(s) - [ ] `#![allow(clippy::manual_inspect)]` pallets/*/src/lib.rs probably need to update substrate to new version - [ ] `#![allow(ambiguous_glob_reexports)]` gstd/src/lib.rs something related to ffi re-exports - [ ] `#[allow(clippy::needless_borrows_for_generic_args)]`...