Boog900
|
34bb293f95
|
keep track of blockchain context validity internally.
|
2023-10-31 02:59:31 +00:00 |
|
Boog900
|
3a52b346e1
|
add tests to context sub-services + fix issues in other tests
+ fmt + clippy.
|
2023-10-29 00:39:58 +01:00 |
|
Boog900
|
0cac022605
|
batch the retrieval of outputs
|
2023-10-26 03:16:03 +01:00 |
|
Boog900
|
2033a2d16c
|
add rules for blocks
TODO: the tests need re-ordering they are just all chucked in at the moment.
|
2023-10-24 23:02:19 +01:00 |
|
Boog900
|
b727062e97
|
finish rules for v1 txs - clean up is needed
|
2023-10-24 20:18:46 +01:00 |
|
Boog900
|
edccf83481
|
add saving cache to disk.
|
2023-10-24 02:25:11 +01:00 |
|
Boog900
|
eeefe49d63
|
add block/ tx verifier svc
|
2023-10-23 19:14:40 +01:00 |
|
Boog900
|
387278b821
|
add more consensus rules.
|
2023-10-20 01:04:26 +01:00 |
|
Boog900
|
21f1448343
|
add more config options for the verifier
|
2023-10-15 20:35:33 +01:00 |
|
Boog900
|
20f6af7951
|
use get_blocks_by_height.bin in RPC
|
2023-10-05 17:54:19 +01:00 |
|
Boog900
|
d7798328b6
|
consensus: add block weight calculations + rcp speedup
Instead of asking for one block at a time, we ask for batches of blocks, which significantly speeds up getting blocks.
|
2023-09-28 12:21:06 +01:00 |
|