Mononaut
|
ffc2b6c53c
|
Add acceleration support to rust gbt
|
2023-07-26 15:08:34 +09:00 |
|
junderw
|
390c4a7706
|
Use ManuallyDrop
|
2023-07-04 17:19:41 -07:00 |
|
Mononaut
|
8fdc44aa89
|
replace audit_pool hashmap with a vec
|
2023-07-03 22:16:35 -04:00 |
|
Mononaut
|
23d487b904
|
Mimic Core's ordering for equal-score transactions
|
2023-07-03 10:28:32 -04:00 |
|
junderw
|
0ddfa94b59
|
Ran cargo fmt
|
2023-07-03 10:18:22 -04:00 |
|
junderw
|
552818607a
|
Better initial capacity
|
2023-07-03 10:18:22 -04:00 |
|
Mononaut
|
0886e850f9
|
Pass gbt mempool data directly without serialization
|
2023-07-03 10:18:21 -04:00 |
|
Mononaut
|
5065fa42d0
|
calculate total block weights inside rust gbt
|
2023-07-03 10:18:21 -04:00 |
|
junderw
|
2838b068f7
|
Increased performance
|
2023-07-03 10:18:21 -04:00 |
|
junderw
|
6650541b2d
|
Added Logging and refactored a bit
|
2023-07-03 10:18:20 -04:00 |
|
Mononaut
|
702c4c123e
|
remove unnecessary option wrapper from gbt return value
|
2023-07-03 10:18:20 -04:00 |
|
junderw
|
609df31e0c
|
Fix clippy pedantic and nursery lints as well
|
2023-07-03 10:18:18 -04:00 |
|
junderw
|
af4919a98b
|
Use u32hasher with PriorityQueue as well
|
2023-07-03 10:18:17 -04:00 |
|
junderw
|
59b19eefe3
|
Move u32hasher into its own module, don't expose the Hasher for use.
|
2023-07-03 10:18:17 -04:00 |
|
junderw
|
3c652bdcbc
|
Optimize audit_pool key hashing as well. Use a const for starting capacity for tx related lists.
|
2023-07-03 10:18:17 -04:00 |
|
junderw
|
ded2352cf8
|
Use a class to hold state for Rust GbtGenerator
|
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
|
5f161e73c7
|
Check callback status in thread
|
2023-07-03 10:18:16 -04:00 |
|
junderw
|
dfe24ed9d7
|
Remove all unwrap() calls
|
2023-07-03 10:18:16 -04:00 |
|
junderw
|
4661bea2f0
|
Use N-API ThreadsafeFunction
|
2023-07-03 10:18:16 -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
|
0e00881826
|
Refactor rust code for style
|
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 |
|