Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1a11c30
feat(test): add embedded full node simulator
greimela May 5, 2026
088889a
Add prefarm rewards to full node simulator
greimela May 5, 2026
53888b1
Expose master key, fix farming
greimela May 8, 2026
b8dab09
Add autofarm, fix NAPI tests
greimela May 8, 2026
63387f8
Use simulator genesis challenge and current timestamp
greimela Jun 11, 2026
9e5c79c
Implement basic mempool conflict and RBF logic
greimela Jun 11, 2026
4bff272
Implement singleton fast forwarding
greimela Jun 11, 2026
fd5eef6
Extract mempool logic
greimela Jun 17, 2026
e093d2e
Add full node simulator HTTP server
greimela Jun 23, 2026
5539d98
Remove simulator debug probes
greimela Jun 23, 2026
0969505
Decompose full node simulator HTTP module
greimela Jun 23, 2026
577d7e3
Stop exposing simulator locks from HTTP server.
greimela Jun 23, 2026
fcc715c
Preserve typed simulator push-tx errors.
greimela Jun 23, 2026
5a0a9ce
Cover HTTP simulator compatibility behavior.
greimela Jun 23, 2026
2bc8f27
Remove simulator autofarm support.
greimela Jun 23, 2026
26d0ebf
Add full node simulator state snapshots.
greimela Jul 22, 2026
c49f6cc
Adapt simulator push responses to upstream.
greimela Jul 22, 2026
7b3ad66
Use saturating arithmetic for simulator fees.
greimela Jul 22, 2026
565c904
Fix strict simulator time-lock boundaries
greimela Jul 22, 2026
ead61e3
Preserve simulator announcement errors
greimela Jul 28, 2026
047b9fa
Clippy pass
Rigidity Jul 28, 2026
d404c12
Refactor
Rigidity Jul 28, 2026
4b7a100
Bindyify bindings
Rigidity Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading