Richard Patel
Richard Patel
Like in https://github.com/nimiq-network/core/pull/440 of core-js, I think it's useful to have a native module selection for packaged builds, and I'd like to take on this. My idea is to statically...
A major mining pool using this implementation has reported delays in distribution of block templates to miners with large amounts of pending transactions. No delays seem to appear when the...
Research available libraries for efficient UDP-based message transport. Resources (edit this) - https://github.com/djc/quinn: Futures-based QUIC implementation in Rust
Test whether custom SBF ELF loader can succesfully parse and load all devnet, testnet, mainnet programs.
Add standard Go CI pipelines (golangci-lint, go fmt checker)
Add state machine implementing client logic of requesting data from CRDS via gossip PullRequest/PullResponse
Add public function that pushes data to a peer's CRDS. Processing for Prune messages (= stop-sending) is not required for now. Pushing messages to CRDS is purely expiremental in radiance...
Finish off the gossip client package by connecting the state machine (#14, #15, #16) with Go net sockets. Implement an event loop to power blocking-style functions for longer-running operations (such...
Support cross-program invocations `a22b9c85` [sol_invoke_signed_c](https://bpf.wtf/sol-0x04-syscalls/#solinvokesignedc) `d7449092` [sol_invoke_signed_rust](https://bpf.wtf/sol-0x04-syscalls/#solinvokesignedrust)
https://github.com/kiwi515/open_rvl @kiwi515 Has done an amazing job writing proper headers and C code for RVL code. Let's track these changes