Neo Sun

Results 16 comments of Neo Sun

Thank you very much. Building web3 together !

Very useful discussion! I think add `serde` support is an engineering-friendly thing. That makes library users convenient.

Bug tracking: - Windows: - Forbidden by system. And the false positive from Windows Defender is `wacatac`. (Need installer, not binary) - This app package is not signed with a...

Installer status: - [ ] Windows - [ ] Linux - [ ] macOS - [x] Android - [ ] IOS

Publish status: - [ ] Android - [ ] IOS - [ ] macOS - [ ] Windows - [ ] Linux

Yes, it would be pretty cool. I know little about WASM, and my main confusion at the moment is the TCP/UDP in the `async-io`, if it can be resolved, and...

Yes, you are right. Core problem is `Database` and `Transport`. - `Database` maybe easier to solve, we can add `feature` or `trait` to solve. - `Transport`. The current transport has...

Reference, see wasm support in smol. [smol-rs/smol#87](https://github.com/smol-rs/smol/issues/87)

Yeah, that is caused by `trace` (not work well in the machine), you can comment https://github.com/CympleTech/chamomile/blob/main/examples/permissionless.rs#L6

That's cool. And I have some suggestions: 1. In our network, there are nodes with the role of relay (with public IP), and they can do the stun server work....