Weiwu Zhang

Results 88 issues of Weiwu Zhang

Go to `xmldsig/js/src` to play it yourself. The readme there should be enough guidance for you to run the JavaScript, providing many signed XML files (signed TokenScripts) and verify the...

Suspected the long line caused it. ```` $ node xmldsigverifier.js /home/weiwu/IdeaProjects/TokenScript-Repo/*/*/*/*.tsml | sed 's/ OK /__OK__/' | sort -k2 > /tmp/1 $ wc -L /home/weiwu/IdeaProjects/TokenScript-Repo/*/*/*/*.tsml | sed 's/^ *//'| sort...

![imagen](https://user-images.githubusercontent.com/548435/113706736-612db600-9722-11eb-8cbf-408c6d33b6c4.png)

This branch: https://github.com/TokenScript/TokenScript/tree/hotel-bogota/examples/sites/hotel-bogota Pseudo code: ```` // this will open the iframe to attestation.id if first time const useTicketProof = Authenticator.generateAuthenticationBlob(selectedTicket); // getting a challenge const challenge = fetch(…)… //...

You will not be able to reproduce this because I commended out the offending line in tokenscript.xsd 1. Download xerces 2.12.1-xml-schema-1.1 ```` $ wget -O - https://archive.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.12.1-xml-schema-1.1.tar.gz|tar -zxvf - ````...

@find out how to do a query into event. This is an example (the address is mine) of withdrawing (claiming) 482 Uni token, observe the event: https://cn.etherscan.com/tx/0x68a7c154b6dbc38505612f0c0738628f5f9d869da8372edf824feae7576026e8#eventlog ```` Address 0x090d4613473dee047c3f2706764f49e0821d256e...

The contract has to have the decimal property applied to many but not all attributes, instead of them being specified as `as="e16"` Example scenario where `as` wouldn't solve the problem:...

Allow the use of in activity card and perhaps also token card as recommended by James Brown in [#39 TokenScript meeting](https://community.tokenscript.org/t/tokenscript-meeting-39/390/2)

1. contract name keyref is not set up. 2.

For a top-level `` element, there can be many ``. Current schema (in the `distinct` branch) allows any number of elements to have a boolean attribute `distinct` which defaults to...