ripatel-fd

Results 153 issues of ripatel-fd

Tracking issue for Rust support - [x] Add Solana submodule https://github.com/firedancer-io/firedancer/commit/a1df833b164d3ccce4bc50aecee2d3968d9a7b61 - [x] Add Bazel source modules and cargo-raze https://github.com/firedancer-io/firedancer/commit/f4522d75388dda1c3e4035a69175a44d0d217f7c - [ ] Create script to fix aliases https://github.com/google/cargo-raze/issues/474 -...

radiance is an experimental playground. solrays is production node management tooling. Both cannot coexist in this repo, kick out solrays and move it to the JumpCrypto org.

Can we be sure that `crypto/ed25519` performs exactly the same malleability checks as `ed25519-dalek verify_strict`? https://hdevalence.ca/blog/2020-10-04-its-25519am We should probably add test fixtures for edge cases.

### What happened? - gcc-toolchain with GCC 11.3.0 fails to assemble `.s` files - However, when renaming the `.s` file to `.S`, the build works ### Version Development (host) and...

bug

#### Problem - Addresses a TODO comment regarding a vulnerability - Removes the pkcs8 dependency - Removes logic to create X.509 signatures (X.509 signatures are ignored) - Hardcodes the SAN...

community
need:merge-assist

#### Problem After each feature gate gets activated, in the next minor release, the code gets simplified to only keep logic in the feature gate activated state. Every time this...

stale

#### Problem Interoperability with C (Firedancer) requires a stable ABI. One of the core types `solana_sdk::packet::Meta` contains `std::net::IpAddr` which has unknown size and undefined binary layout. https://github.com/solana-labs/solana/blob/84acef007cb7560f61c4e2b4753b0ed76342ebf5/sdk/src/packet.rs#L33 #### Proposed Solution...

stale
community
validator

When running v4 of this action on RHEL 8.5, the process fails with a glibc versioning error. https://github.com/firedancer-io/firedancer/actions/runs/7817585998/job/21325836763#step:9:2 ``` ==> linux OS detected https://cli.codecov.io/latest/linux/codecov.SHA256SUM ==> Running version latest gpg: key...

Area: Report Upload
codecov/codecov-action
[Type] Fix

When compiling with `-Werror=pedantic`: ``` ./opt/include/bpf/libbpf_legacy.h:33:22: error: ISO C restricts enumerator values to range of ‘int’ [-Werror=pedantic] LIBBPF_STRICT_ALL = 0xffffffff, ``` caused by https://github.com/libbpf/libbpf/blob/b5e9722ec268702b2ec62863222277148e4fe656/src/libbpf_legacy.h#L33 should be ```diff - LIBBPF_STRICT_ALL =...

Fixes #1407 - **quic: remove test_tls_quic_both** - **quic: simplify fd_rng_t usage** - **quic: move ACK pool to tile**