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
Make sure we are complying with the PSF license...are we a derivative work of Python? Not sure, we might just have to summarize the changes we've made
explain that init or post_upgrade may appear to work locally, but you should check the replica logs
Explain how if anything goes wrong during post_upgrade or pre_upgrade, it's all over basically
Wasmer is broken on Ma cM1...we need a different way to get Candid to work
Use the old Candid hacks to get the Candid out of the canister
Compiling the stdlib on the Mac M1 is taking a disturbingly long amount of time
password-protected dfx is probably going to be an issue with post_install
document that the canister:service metadata will be innacurrate on the first deploy but not the second
I think we should get rid of the candid:service metadata for the time being, I opened up the Candid UI and it was just blank until I deployed again. If I remove the metadata I think that will fix it
Tell people that to upgrade to Kybra 0.5.0 they should delete ~/.config/kybra if it exists
Document all breaking changes
delete ~/.config/kybra
dfx.json: post_install, wasm path without .gz, and gzip
void now required
Vec now required/used?
removing candid metadata is a breaking change
Fix this issue: Opt["nat"] which results in The type nat is used, but never defined. Make sure all candid types are defined correctly
Document the --artificial-delay 0 thing
make sure to document service everywhere
Make an issue to go through Azle and test out all code examples, and especially to update the Candid main example
Make sure to fix Vec syntax everywhere in the Azle and Kybra books
uppercase Opt
Vec instead of list
uppercase variants
sign_with_ecdsa in azle reference has an incorrect link to an example
Major problem...projects without a did file that use init/post_upgrade params will not deploy...MUST BE FIXED
Open forum thread or issue about --argument candid inference
Explain that when adding init/post_upgrade params you may want to start clean, and you'll have to manually add the params to the service param list in the candid file
Go through the reference, especially updating Candid
Make sure to update the GitHub repo README.md as well, and make sure that it displays on PyPI
Go through the discord and all issues and make sure all documentation issues are addressed
Test dictionary unpacking everywhere (ethereum_json_rpc and outgoing_http_requests might have these problem) and update documentation if you must change these
add guard function documentation
open guard function issue for azle
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: