Islam El-Ashi
Islam El-Ashi
Updating the example in the README file to make it up-to-date. I also updated it so those new to slock it can simply copy and paste the example and expect...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Hey everyone! I have a use-case where I am deserializing a recursive...
Updates the example to show the more encouraged way of using the Bitcoin API, which is by using the CDK interface.
When trying to build the bitcoin state from the bootstrap scripts, the last step (`./6_compute_canister_state.sh`) fails with the following: ``` Shuffling... Writing to stable structure... thread 'main' panicked at 'called...
Upgrades to the beta release of 0.6.0. We'll run this on a testnet for a while until 0.6.0 is production-ready.
This proposal is based on this [forum post](https://forum.dfinity.org/t/canister-lifecycle-hooks/17089) and has already been approved by [motion proposal 106146](https://dashboard.internetcomputer.org/proposal/106146). Canister developers have to actively monitor their canisters to know if they are...
Currently we only implement `Storable` for `Vec`. Ideally, we would have a generic implementation that allows developers to put anything that implements `Storable` in a Vec. We can't introduce this...
It'd be useful to have tools where developers can, for a canister they have access to, do the following: 1. View the list of stable structures present. 2. Choose any...
Loading is a relatively expensive operation, and improving it can lead to significant gains in performance. Caching is an obvious way to make loading a node cheaper. Maybe there are...