-
Got too bored being sick so I did an experiment to see if we could spread the cost of a full gc across several self calls (as I suspected).
This means that, should incremental GC be too much of reac…
-
Hi, I am a freshman of ICP. I met some problem when deploying internet-identity. Thanks for your help
I downloaded `.wasm.gz` and `.did` in my source dir, the write `dfx.json` like:
```
"internet…
-
1. Does web files hosted on SDcard (how much memory do we have) ?
2. EWS (web server) capabilities :
- Is it possible make API restful ? How much it is difficult to make changes on request ?
- D…
-
This issue is a follow-up from the PR for journaling best practices. There is not enough detail about cycles reservation in one of our recommendations in [rust-canister-development-security-best-pract…
-
Now that we got access to a runtime candid subtype check (#3171), we could consider using it to perform a dynamic and atomic (!) type safety check on upgrade.
By storing the candid interface in th…
-
The user name is being shown in feed instead of principal ID.
https://hotornot.wtf/hot-or-not/exwf6-5yaaa-aaaao-ashjq-cai/266
Summarising the find discussed over the chat here:
This is an issue in t…
-
The current EVM RPC implementation reuses logic from a fork of the ckETH minter canister codebase. Removing this dependency would speed up development and improve testability of the canister.
-
Currently RTS test suite is implemented as an application because `cargo test --target=wasm32-wasi` does not work:
```
Finished test [unoptimized + debuginfo] target(s) in 0.40s
Running …
-
In my case, user should pay the cycle when call sha256 function, how to implement with agent-go?
```
dfx canister call bkyz2-fmaaa-aaaaa-qaaaq-cai sha256 '("Hello, World!")' --with-cycles 200000…
-
Tried pic-js 0.8.1 and beta
```ts
import {PocketIc, PocketIcServer} from '@hadronous/pic';
let picServer = await PocketIcServer.start({
showRuntimeLogs: true,
showCanisterLogs: true,
});
…