on-chain

Results 49 comments of on-chain

Is there any way to specify plugin version in `apps.type` when using provisioning?

I'm having similar issue - reading from web socket server returns EOF... consistently (first read after ws.Upgrade) Looks like this lib is unusable in the current form, should'a went with...

Some docs would be really nice... @Roavill2 what command did you use to build serum-dex .so file for deployment with `solana program deploy`? edit: `cargo build-bpf` procduces a usable `.so`...

Last visited URLs in logs: https://worldofwarcraft.blizzard.com/en-us/ https://www.gstatic.com/

PSK resumption is enabled by setting PSK extension and setting `ClientSessionCache` via `utls.Config`

Do we need to keep compatibility with client.tlsfingerprint.io? It's json and would complicate adding normal readable json support(current impl of client.tlsfingerprint.io expects binary data in extensions ) afaik

Do you really need to use it from multiple threads? There's always an option to deliver data you wish to persist from other threads with channels via something like https://doc.rust-lang.org/std/sync/mpsc/...

Yea, I noticed the same issue yesterday. Currenly had to use 'any' type...

What is the status of this?