darakhbharat
darakhbharat
I have investigated this and is very much possible to implement but not with XSD 1.0. We need to switch to XSD 1.1 and make use element to achieve all...
Yes tried it and it is not working with new XSD 1.1 elements. ERROR: $ TOKENSCRIPT_SCHEMA=/cygdrive/h/TokenScript/TokenScript/schema/tokenscript.xsd ./validate.sh erc20/AAVE/aDAI.xml Element '{http://www.w3.org/2001/XMLSchema}complexType': The content is not valid. Expected is (annotation?, (simpleContent |...
After checking more on it found that we have - TokenScript-Examples/examples/2020-06.mk which decides the tool used for validating XML. I have XMLLINT installed which is used for validating and that...
> > 1. restrain it so that for all `` under the `` only one can have the attribute `distinct` with value `true`. > 2. for a TokenScript that didn't...
**Other Details:** XSD 1.0 stable compatible change - https://github.com/AlphaWallet/TokenScript/commit/c4ca79ff4afcfd330958021eb0273ad987fd5724 All changes resolving all mentioned issues - https://github.com/AlphaWallet/TokenScript/commit/73020c6ef586f19896ebbb43dad4f30266260c70 Created PR - https://github.com/AlphaWallet/TokenScript/pull/388
I have been untouched with the source and project for many days but wanted to point to the last development branch where some of the issues have been fixed. Branch:...
Hi Weiwu, I have implemented the serialize method and updated the test cases in ParserSerializerTest.js. I am pushing my changes in branch - **asn1js-parser-serializer** what I have tried is get...
> Hi @darakhbharat, sorry if I am misunderstanding the specific problem/assignment, but @oleggrib already implemented the AttetsationCrypto in javascript, so you can use his code to compute these aspects and...
Hi Weiwu, Oleh, The current status of the signedDevconTicket is almost near to completion except dictionary object initilization for commitment and signatureValue. commitment: I have tried port the Oleh's code...
Hi Weiwu, Current status of automatic generator is signedDevconTicket can be generated successfully using the code and the generated code is working same as current one. Next steps would be...