ic-certified-assets extendability experience #2635
Replies: 3 comments
-
This is known and being worked on, though it's less of a priority than it could be. Marking everything |
Beta Was this translation helpful? Give feedback.
-
Our use-case is that we're building something like on-chain dfx. This service is able to deploy asset canisters and upload assets to it. But in order to achieve that we need to first upload these assets onto our service, and then, when the bundle is ready, re-transmit it to the target asset canister. Right now we're just using a custom solution, but it would be much better if we could use asset canister module for that, since it is a well-tested solution that comes with a lot of good things ready to use. To achieve that we need |
Beta Was this translation helpful? Give feedback.
-
Hey there.
I've just tried to use
ic-certified-assets
inside my canister, but it turns out, I can't extend it's behavior (I can't even read the state's internal data, like chunks or anything), since all the functions (including StableState methods) are private. What's the point then?Please reconsider this decision and make it all public or at least add some ways to extend it and observe the data.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions