Commit Graph

28 Commits

Author SHA1 Message Date
FiveMovesAhead
f791061142 Increase default max fuel to 10 billion. 2025-01-11 01:44:27 +08:00
FiveMovesAhead
53a9d252bc Save hashes to optimise merkle proof calcs. 2024-12-26 21:51:03 +08:00
FiveMovesAhead
0c7526e709 Save data in compressed form. 2024-12-18 11:52:23 +08:00
FiveMovesAhead
fde5982e4d Optimise proof calcs. 2024-12-18 09:52:33 +08:00
FiveMovesAhead
926377703a Revamped benchmarker with database and UI. 2024-12-06 11:39:09 +00:00
FiveMovesAhead
f775b42125 Make runtime_signature a single u64. 2024-11-25 12:47:59 +00:00
FiveMovesAhead
bb4eab1daa Add fuel per signature argument. 2024-11-21 03:10:12 +08:00
FiveMovesAhead
ca89cc287e Merge branch 'runtime_signature_update' into test/temp 2024-11-20 12:26:19 +08:00
FiveMovesAhead
1a48452cf5 PoD + delegation update. 2024-11-20 12:26:08 +08:00
FiveMovesAhead
c660193cbe Update runtime signature to an array 2024-10-19 08:33:14 +01:00
FiveMovesAhead
f86bd34450 Optimise tig-worker memory usage. 2024-09-23 14:30:53 +08:00
FiveMovesAhead
4ccba5e493 Handle all error cases of deserializing solution. 2024-09-20 17:01:47 +08:00
FiveMovesAhead
a2dd845132 Use rand_hash in calculating seed. 2024-09-20 09:50:55 +08:00
FiveMovesAhead
d3e565fbb1 Match serialized_solution rather than if statement. 2024-09-20 06:49:38 +08:00
Just van Stam
d957d1ae5a update rng to single seed 2024-09-20 06:28:56 +08:00
FiveMovesAhead
c2be2fd48e Use blake3 across the board. 2024-09-20 02:08:21 +08:00
FiveMovesAhead
020854c4c6 Add compute_batch subcommand to tig-worker. 2024-09-20 01:35:08 +08:00
FiveMovesAhead
56136f179f Update tig-worker to return runtime_signature on execution error. 2024-09-19 14:10:58 +08:00
FiveMovesAhead
13cf632593 WIP 2024-09-12 18:18:20 +08:00
FiveMovesAhead
27d845f1ed Change default max_fuel to match current parameters. 2024-08-28 05:06:53 +08:00
FiveMovesAhead
53460404ba Use all 512 bits of keccak512 in seed & challenge generation 2024-08-15 13:50:30 +08:00
FiveMovesAhead
ec71c8e719 Repalce md5 with keccak256, and change nonces from u32 to u64. 2024-08-15 04:28:46 +08:00
FiveMovesAhead
b526dc7861 Add support for CUDA optimisations. 2024-08-14 12:55:24 +08:00
FiveMovesAhead
ade9d516e1 Update READMEs 2024-08-05 02:19:08 +08:00
FiveMovesAhead
ed4943567d Upgrade to wasmi v0.35.0 2024-08-01 13:05:45 +08:00
FiveMovesAhead
ed5a5a409e Overhaul tig-wasm to generate challenge instance outside of the WASM. 2024-07-30 11:22:49 +08:00
FiveMovesAhead
0e061bc893 Modify tig-worker executable to be a performance tester. 2024-05-10 13:59:42 +08:00
FiveMovesAhead
e95a3f9822 Initial version 2024-04-23 13:04:31 +08:00