-
Updated
Oct 17, 2021 - Rust
rocksdb
Here are 210 public repositories matching this topic...
-
Updated
Jul 3, 2021 - C++
-
Updated
Aug 26, 2021 - C++
-
Updated
Jun 1, 2020 - C++
-
Updated
Oct 15, 2021 - Go
-
Updated
Jul 15, 2021 - C++
Cannot run on debian
Compilation is completed on debian, run error
Is your feature request related to a problem? Please describe.
Many SBC bitcoin node distributions use electrs, but our CI only builds & tests it on x64 CPU.
Currently, the code has a few workarounds to build/run on ARM-based devices, but it's not automatically tested.
Describe the solution you'd like
Something similar to https://github.com/rust-bitcoin/rust-bitcoin/blob/a961ab452657
-
Updated
Jul 19, 2021 - Go
Resolving this issue involves going through the handlers in the modules/
tree alongside the matrix client and server specification to flag methods required to be rate-limited. Currently some are, but many are not.
Example of a method with the flag:
resource::method
method
{
resource, "GET", handler,
{
method.REQUIRES_AUTH |
method.RATE_LIMITED
}
};
`
-
Updated
Mar 7, 2019 - Go
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Dec 29, 2018 - Go
-
Updated
Jan 8, 2020 - Java
-
Updated
Oct 14, 2021 - Go
Improve this page
Add a description, image, and links to the rocksdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rocksdb topic, visit your repo's landing page and select "manage topics."
See #1029