-
Notifications
You must be signed in to change notification settings - Fork 69
change schema to october #245
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
Conversation
This issue intends to solve #225 but it's unfished yet |
@James-Sangalli I've done my changes to add |
@colourful-land schema validation fails on legacy tokenscripts,try it out in the intellij IDE as it will syntax highlight. Error for compound ZRX token:
|
@colourful-land might be good to add arrays to this Schema version as well? |
I think you can work out this one on yourself if you observe how I updated one example. Observe how I made Devcon.xml work:
|
@colourful-land yup, it's working but the IDE doesn't like it mostly likely because the web path doesn't exist yet |
@colourful-land have changed the TS files and removed the JS hack for compound e8 multipliers. Still WIP until we make the tokenscript schema for 2019/10 on the web |
@colourful-land also need to add the bitmask |
Apologies, see you already have this |
@colourful-land ready to merge Edit: Let's keep it open until we release the apps with new schema |
@colourful-land iOS completed, just need to do android now |
9652e62
to
45e3635
Compare
Android complete but needs review and iOS needs to fix issues with new schema |
iOS problem fixed here: AlphaWallet/alpha-wallet-ios#1495 once merged we are ready to go |
579a8d6
to
45e3635
Compare
45e3635
to
30f8800
Compare
correctly reference tokenscript.xsd in schemaLocation
2b8d72c
to
d98f902
Compare
59f9aeb
to
4ecafdf
Compare
@colourful-land please resume work on return types from this PR and then we can update everything and merge