liuxiao

Results 7 comments of liuxiao
trafficstars

Can you send be tx hash of your transfer? Then I weill trace it, thank you.

We have refund all missed transfer. Can you send use your txHash, then we can trace the transfer belong to you. Or what is your wallet Address?

Can you send some error in your log? BTW, for Arbitrum, the gas estimation may be unstable so some manual setting might be required. https://github.com/celer-network/cBridge-node/blob/0975e3739ff34bd8400cffd8e2d18c1755f09d7e/server/server.go#L542 https://github.com/celer-network/cBridge-node/blob/0975e3739ff34bd8400cffd8e2d18c1755f09d7e/server/server.go#L560 https://github.com/celer-network/cBridge-node/blob/0975e3739ff34bd8400cffd8e2d18c1755f09d7e/server/server.go#L578 You can set...

Thx for your relay. I also know version is equal to txhash. But in some evm case. For example, some exist apps which want to support aptos without much code...

While I know I can get the txhash by version with another api, but get the txhash just in event handle can save more requests. And I think it is...

Version also can support my requirement. But it can be more easy to use for multi bridge DAPP, if the event return txhash. Developers do not need to change their...