You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we make an easy way for the dev, through dfx.json or package.json, to hook up their own polyfills? That might make it really easy to debug in real life...then we could exclude things during the initial compilation process
Kybra 0.7.0: Kybra 0.7.0 kybra#488 (wait until dfx 0.21.0, or whichever has dfx extensions officially)
Write security page? Show each component of Azle and it's maturity? What do we do about the title of Azle? Do we keep it Beta? Release candidate? Maybe we just move to Azle and keep the disclaimer with a link to the security page?
npx azle clean seems to not remove images or everything sometimes
Should we build an EVM example?? Show how to build Ethereum L2s with Azle?
Can we get some kind of zkVM to run? What about the zkWasm VM?
finish the work on backend fetch, determine how to communicate with HTTP canisters...we can do cross-canister calls to candid canisters with icp://, we can do HTTPS Outcalls with https://, but what about cross-canister calls to HTTP canisters?
Cross-canister HTTP requests: if you put in a public canister URL, Azle's fetch should intercept that and do a cross-canister call. They can opt out and do a regular HTTP call with an option in ic.setOutgoingHttpOptions. For custom domains HTTP will be used by default, but they can set a mapping of domain name to canister id with setOutgoingHttpOptions, or maybe we resolve the name in some other way
Working on Now
Backlog
ic.chunk
Waiting for review and merge
Done
The text was updated successfully, but these errors were encountered: