-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace @727-ventures/typechain-*
with @prosopo/typechain-*
#64
base: main
Are you sure you want to change the base?
Conversation
Type generation in build-all.sh works, but throws error (JSON parsing) in frontedn
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…s from json string)
gm @wottpal Created a new branch for a forked prosopo repo here. What I did so far:
|
CC/FYI @forgetso we'll probably do another small PR soonish :) |
@wottpal Thanks for letting me know. The version changes with PJS are pretty tricky. We run into this issue constantly and we'll need to bump our own stuff to v11 as well. |
Hi @forgetso , any plan to update PJS on |
contracts/build-all.sh
Issues
Unfortunately, I have discovered a set of errors with
typechain-polkadot
that still make it unusable at it's current stage:contracts/typed-contracts/contract-info/greeter.ts
. This can be solved by removing them manually (see below) but that's a manual step that needs to be done after every new build/generation and therefore should be fixed within the typechain CLI:typedContract.tx.setMessage("…")
throws an error (but still sometimes runs through and updates state).prosopo/typechain-polkadot@675cd56