Commit Graph

76 Commits

Author SHA1 Message Date
FiveMovesAhead
2ca238317d Rename balance to deposit to avoid confusion. 2024-06-07 04:07:31 +10:00
FiveMovesAhead
1beb83dcb7 Add cache for benchmarker requests. 2024-06-07 01:47:18 +10:00
FiveMovesAhead
d6f5d775dc eth_block_num should be Option 2024-06-06 23:41:54 +10:00
FiveMovesAhead
99606b673e Implement proof of deposit. 2024-06-06 16:57:07 +10:00
FiveMovesAhead
42ccedd9a9 Add PreciseNumber::from_hex_str 2024-06-06 13:23:51 +10:00
FiveMovesAhead
da5140dbb3 Update ip policy & inbound license. 2024-06-05 11:19:41 +10:00
FiveMovesAhead
7641745a8a Create CNAME 2024-05-31 15:27:55 +08:00
FiveMovesAhead
96de50d8d3 Add placeholders for up to 999 algorithms. 2024-05-31 14:48:40 +08:00
FiveMovesAhead
f9109055b0 Update tig-api readme to point to swagger. 2024-05-31 13:37:46 +08:00
FiveMovesAhead
62d1d5f8a6 Fix typo in file name. 2024-05-31 13:32:46 +08:00
FiveMovesAhead
34b78c2258 Clearly state in docs to use challenge.seed for StdRng. 2024-05-29 13:05:40 +08:00
FiveMovesAhead
74a1a53648 Update instructions for running browser benchmarker locally. 2024-05-26 02:41:57 +08:00
FiveMovesAhead
b112f1a3e7 Add tips on developing an algorithm. 2024-05-25 04:06:09 +08:00
FiveMovesAhead
09307f82c0 Add debug timers to tig-protocol. 2024-05-25 00:15:57 +08:00
FiveMovesAhead
f0afc086ae Update inbound and open data license. 2024-05-24 16:01:01 +08:00
FiveMovesAhead
c5785527f6 Move algorithm name verification to context. Should not be part of protocol. 2024-05-23 21:06:16 +08:00
FiveMovesAhead
a7eb449cc9 Brush up guide. 2024-05-23 20:36:21 +08:00
FiveMovesAhead
11f3796ca3 Add extra notice to innovators guide. 2024-05-23 00:17:07 +08:00
FiveMovesAhead
f61e5c3032 Fix bug in round calculation. 2024-05-23 00:16:54 +08:00
FiveMovesAhead
ccd49a43a0 Remove verify lifespan on submit-proof. 2024-05-22 16:32:13 +08:00
FiveMovesAhead
b6c0524307 Update docs based on player questions. 2024-05-21 07:59:57 +08:00
FiveMovesAhead
473ac4f62c Update docs 2024-05-18 00:58:13 +08:00
FiveMovesAhead
98c6c0d600 Fix minor typo. 2024-05-17 22:35:11 +08:00
FiveMovesAhead
f321a9aecd Update docs. 2024-05-17 21:31:03 +08:00
FiveMovesAhead
39e40f4171 Move terms of use to agreements folder. 2024-05-16 12:56:40 +08:00
FiveMovesAhead
0f33c8a306 Move license line 2024-05-16 12:52:49 +08:00
FiveMovesAhead
f618525479 Remove dependency on unmaintained crate. 2024-05-16 12:42:17 +08:00
FiveMovesAhead
60cc7a9513 Add legal docs. 2024-05-16 12:41:51 +08:00
FiveMovesAhead
1c9cfd5df2 Verify challenge exists in submit algorithm 2024-05-14 13:48:43 +08:00
FiveMovesAhead
3dd21b3588 Update tech explainer. 2024-05-14 11:24:30 +08:00
FiveMovesAhead
25dc077a47 Add TIG whitepaper. 2024-05-14 10:52:46 +08:00
FiveMovesAhead
ccd410ba05 Rename multifactor to optimisable. 2024-05-13 21:21:45 +08:00
FiveMovesAhead
934ccb0dac Add ChallengesFilter::All 2024-05-13 21:18:53 +08:00
FiveMovesAhead
d20df0b824 Make challenge difficulty configurable. 2024-05-13 20:53:20 +08:00
FiveMovesAhead
e334bb8f0c Fix typos in READMEs. 2024-05-13 16:19:53 +08:00
FiveMovesAhead
f86454aec7 Add images for docs. 2024-05-13 16:15:43 +08:00
FiveMovesAhead
cf99f1c90f Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
FiveMovesAhead
420d62d41b Add tests for tig-utils. 2024-05-13 13:17:49 +08:00
FiveMovesAhead
c0a94b560d Use inverse exponential for imbalance_penalty calc. 2024-05-13 11:04:43 +08:00
FiveMovesAhead
3d184bace8 Remove template import. 2024-05-13 10:30:40 +08:00
FiveMovesAhead
f2af77a7cb Reset job and timer at the start of a new benchmark. 2024-05-12 18:21:29 +08:00
FiveMovesAhead
447172d3d4 Change field name. 2024-05-12 16:49:43 +08:00
FiveMovesAhead
dcfcf6940c Fix benchmarker timer. 2024-05-12 16:23:55 +08:00
FiveMovesAhead
8fe4354580 Expose benchmarker timer. 2024-05-12 14:17:43 +08:00
FiveMovesAhead
1b9e310856 Fix conversion of state to javascript Map. 2024-05-12 13:42:48 +08:00
FiveMovesAhead
8ff9932730 Initial version of challenge descriptions. 2024-05-12 13:21:10 +08:00
FiveMovesAhead
b78454703e Revamp tig-benchmarker 2024-05-12 13:19:54 +08:00
FiveMovesAhead
d1d3e472cc Remove tests from template. 2024-05-12 13:19:22 +08:00
FiveMovesAhead
0e061bc893 Modify tig-worker executable to be a performance tester. 2024-05-10 13:59:42 +08:00
FiveMovesAhead
10ef770e30 Remove tests from tig-algorithms. 2024-05-10 13:58:03 +08:00