AlphaWallet / alpha-wallet-ios

An advanced Ethereum/EVM mobile wallet
https://www.alphawallet.com
MIT License
598 stars 373 forks source link

Freldo network tsml not showing verified #1440

Closed bitcoinwarrior1 closed 5 years ago

bitcoinwarrior1 commented 5 years ago

curl -X POST -F file=@"FRECNX.tsml" https://aw.app/api/v1/verifyXMLDSig

{"result":"pass","subject":"CN=backend.ico.freldo.com,OU=EssentialSSL,OU=Domain Control Validated","keyName":"FRECNX","keyType":"SHA256withRSA","issuer":"CN=Sectigo RSA Domain Validation Secure Server CA,O=Sectigo Limited,L=Salford,ST=Greater Manchester,C=GB"}

hboon commented 5 years ago

@James-Sangalli it's also likely the TokenScript isn't applied at all to the contract. Because it doesn't indicate it has an invalid signature either.

bitcoinwarrior1 commented 5 years ago

@hboon it is: 0xd8B8E1Eca89dA014E67fDbc2014eaA8E171079bF

It's in the tsml with network id 1

hboon commented 5 years ago

@James-Sangalli

If you change this line:

<ts:ethereum contract="FreldoCoinX">

to:

<ts:ethereum contract="FRECNX">

The screen will now say "[DEBUG] Invalid Signature".

hboon commented 5 years ago

(probably good to keep a list of this "lint" checks we can build into our cli tool)

bitcoinwarrior1 commented 5 years ago

Resolved, cheers.