MickWang

Results 16 comments of MickWang

> 进阶部分,先把两个链表倒置,再相加 > > ```js > function fn(l1, l2) { > //函数导致 > const reverseFn = (l) => { > let prev = null, > curr = l > while...

I changed filenames all to start with lower case, but git ignores some files. Then i use 'git config core.ignorecase false' to let git detect the filename change. I will...

The method address.toHexString is a combination of address.serialize() and reverseHex. It's barely used and you can ignore it.

Hi, we want to support the sign api for state channel of Ontology layer2 protocol, so the related dapi provider can help users interact with dapps based on layer2. The...

ontology-dapi only supports Chrome web environment now.

I reinstalled the latest Cyano wallet which is v0.7.14 and try the `getBalance` api in the [demo](https://github.com/backslash47/ontology-dapi-demo) , and it works fine.

> I tried the call and there was no Notify message received from the blockchain. > > Only a Log message: > > {"Action":"Log","Desc":"SUCCESS","Error":0,"Result":{"TxHash":"06c61200f97e8666d432be9f8cc7a1312e8517c20e061880d3be27125b0fc163","ContractAddress":"d3b733f12df9a6efb13ca547be5ee4e4dbe6d41e","Message":"100200000000"},"Version":"1.0.0"} > > If the Notify message...

This is the network error. Please try with other network.

> I have ver. 0.8.7 of O Wallet and wanting to update to ver.0.9.11, but when I click on it nothing happens, no download. Am I doing something wrong or...

maybe something related to the electron.Will look into it later.