witter-s
witter-s
Very happy to see that Nat supports Serialize, but it doesn't work properly with bincode\serde_json ``` rust use candid::{Deserialize, Nat}; use serde::Serialize; #[derive(Default, Debug, Clone, Deserialize, Serialize, PartialEq, Eq)] pub...
I tried the following: 1. deploy the canister 2. call update method of canister I expected to see this happen: call method success Instead, this happened: ``` Sep 15 07:19:40.068...
**Is your feature request related to a problem? Please describe.** In the Kaspa blockchain, when a large transaction exceeds the single transaction limit, it is split into multiple smaller transactions....
https://github.com/kaspanet/rusty-kaspa/pull/587