junderw
92a5fc8159
Refactor rust-gbt
2024-03-11 02:09:37 +09:00
junderw
0f1434e32d
Bump rust-gbt deps
2024-03-05 22:32:14 +09:00
Mononaut
4e007acd84
Update rust-toolchain to 1.65
2024-01-24 18:53:59 +00:00
junderw
b595002c25
Revert "Add a missing [workspace]
tag in rust-gbt Cargo to build in git"
...
This reverts commit fadc46f3b5
.
2023-08-21 10:01:40 -07:00
Matt Corallo
fadc46f3b5
Add a missing [workspace]
tag in rust-gbt Cargo to build in git
...
If cargo detects its being run in a git tree, it looks for a
top-level `Cargo.toml`. When failing to find one, it errors out,
saying "current package believes it's in a workspace when it's not."
Instead, we add a `[workspace]` tag to let cargo know that rust-gbt
is not, in fact, in a rust workspace.
2023-08-21 04:00:52 +00:00
junderw
6650541b2d
Added Logging and refactored a bit
2023-07-03 10:18:20 -04:00
junderw
4334b9eac1
Fix README and publish = false in Cargo.toml
2023-07-03 10:18:19 -04:00
junderw
af4919a98b
Use u32hasher with PriorityQueue as well
2023-07-03 10:18:17 -04:00
junderw
939d2230d2
Use bytemuck instead of unsafe Rust
2023-07-03 10:18:17 -04:00
junderw
8cfda1a546
Use tokio async/await instead of callbacks
2023-07-03 10:18:17 -04:00
junderw
2d4963c2df
Feature: Use napi-rs instead of neon
2023-07-03 10:18:16 -04:00
junderw
83bf9229e7
Fix: Some of the clippy pedantic lints
2023-07-03 10:18:15 -04:00
Mononaut
1d51b01bd1
Implement rust gbt updateBlockTemplates
2023-07-03 10:18:15 -04:00
Mononaut
52bb8b4a4d
Rust GBT proof of concept
2023-07-03 10:18:14 -04:00