korg

Results 8 comments of korg

I have an initial version published here: https://pub.dev/packages/cuid I think the basics are all there; guessing it will want to evolve to support additional environments correctly (eg: flutter). Any/all feedback...

Has there been progress on implementing a light client?

Thanks for the heads up! I started this with an intention to get a feel for the concrete problem. No urgency on my end & it would be helpful to...

One realization already is that we might be able to just generate better client code up front & skip network calls to retrieve idls that may or may not be...

ore-cli: working hard. solano: hardly working. ``` $ cargo run -q --release -- --rpc $RPC --keypair $KEYPAIR claim Blockhash expired. 4 retries remaining Blockhash expired. 3 retries remaining Blockhash expired....

> I tried to run the [6a8f117](https://github.com/HardhatChad/ore-cli/commit/6a8f117e97cfcd6b5932608aac66e803174a09ec) version for 1 hour. It passed 10 tx successfully for me, 25 sent errored out. Always instruction 3 failed. So the performance kinda...

I should note that I haven't paid much attention to maintaining the original programs correctness. eg: I ripped out simulation because I wanted to focus on landing transactions. It's possible...

> Hello, when I use this fork to mine, sometimes it will lead > > ``` > thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/solana-quic-client-1.18.5/src/nonblocking/quic_client.rs:111:14: > QuicLazyInitializedEndpoint::create_endpoint bind_in_range: Custom { kind: Other, error:...