Commit Graph

104 Commits

Author SHA1 Message Date
FiveMovesAhead
d7d32dc281 Remove min deposit for delegatee. 2025-10-10 21:44:18 +01:00
FiveMovesAhead
a5ca085d6e Move gamma magic numbers to config. 2025-10-09 11:53:01 +01:00
FiveMovesAhead
13f6b885e8 Add support for hyperparameters. 2025-10-07 23:30:12 +01:00
FiveMovesAhead
96bdf6fb0a Update Solution to string, and align tests. 2025-10-07 23:30:10 +01:00
FiveMovesAhead
0206bda2b3 Replace min/max difficulty with min/max frontier. 2025-10-07 23:30:03 +01:00
FiveMovesAhead
16b7670bfb Remove deposit from cutoff and split into 2 factors. 2025-10-07 23:30:02 +01:00
FiveMovesAhead
bb7bac60bc Consistently use u64 for nonces, solutions and qualifiers. 2025-09-04 12:00:20 +01:00
FiveMovesAhead
9f89fc02a8 Rework config so more settings are challenge specific. 2025-08-27 14:56:29 +01:00
FiveMovesAhead
9d39eacc1a Remove Option for round_pushed. 2025-08-27 14:51:56 +01:00
FiveMovesAhead
ac82f43b75 Rename algorithm -> code. 2025-08-27 14:51:55 +01:00
FiveMovesAhead
0ed70d69dc Rename breakthrough -> advance throughout code. 2025-08-27 14:51:50 +01:00
FiveMovesAhead
352bdcb5a4 Use snake_case rather than lowercase. 2025-06-16 13:40:52 +01:00
FiveMovesAhead
71482c92ee Add ChallengeOwners emission type. 2025-06-16 11:30:58 +01:00
FiveMovesAhead
0a371023ee Remove AlgorithmType. 2025-06-13 20:57:38 +01:00
FiveMovesAhead
9e550d11b6 Add ChallengeType to get-challenges. 2025-06-09 12:21:28 +01:00
FiveMovesAhead
96d275f56b Discard solutions based on reliability. 2025-06-06 12:35:29 +01:00
FiveMovesAhead
e3e7fcc5d1 Require benchmarkers to submit discarded solution nonces. 2025-06-05 14:27:26 +01:00
FiveMovesAhead
a703df3fc9 Rename aarch64 to arm64. 2025-06-04 12:21:09 +01:00
FiveMovesAhead
18a1f1db92 Update tig-benchmarker master and README. 2025-05-21 10:14:01 +01:00
FiveMovesAhead
fcee3b9068 Add cpu architecture to outputdata, and cpu/gpu to algorithm details. 2025-05-03 08:54:24 +01:00
FiveMovesAhead
d652e9503f Add support for cuda code submissions. 2025-04-30 14:24:18 +01:00
FiveMovesAhead
7882e43bdf Calculate delta based on target_hash_threshold for smoother transition. 2025-04-17 17:33:15 +01:00
FiveMovesAhead
4ceb71a5c2 Add verified as tx type. 2025-04-17 17:33:12 +01:00
FiveMovesAhead
321e52d29b Add emissions to block details. 2025-04-15 15:27:33 +01:00
FiveMovesAhead
cbc8454609 Implement hash_threshold update logic. 2025-03-31 21:08:15 +08:00
FiveMovesAhead
8eac6014c3 Add hash_threshold to ChallengeBlockData. 2025-03-31 21:08:14 +08:00
FiveMovesAhead
785ce8cdfd Add max_reliability. 2025-03-24 14:36:22 +08:00
FiveMovesAhead
43ef0f1856 Apply min_num_nonces and min_solution_ratio to filter qualifiers. 2025-03-24 14:25:52 +08:00
FiveMovesAhead
958ef783a4 Require a minimum number of nonces. 2025-03-18 21:41:02 +08:00
FiveMovesAhead
a1d2134c3d Require min solution ratio. 2025-03-18 21:41:02 +08:00
FiveMovesAhead
ca35a60126 Add weighting based on solution ratio. 2025-03-18 21:41:01 +08:00
FiveMovesAhead
99975da7c0 Move hardcoded magic numbers to config. 2025-03-18 21:30:51 +08:00
FiveMovesAhead
e7cc3b4b86 Change reward_share and coinbase in block_data to PreciseNumber. 2025-02-06 10:03:33 +08:00
FiveMovesAhead
64b228f394 Add support for coinbase. 2025-01-16 10:53:07 +00:00
FiveMovesAhead
a8c5fda873 Add support for TokenLocker. Remove submit-topup and submit-deposit. 2025-01-15 00:29:37 +00:00
FiveMovesAhead
14373ff80c Add delay before voting begins. 2025-01-09 11:25:43 +08:00
FiveMovesAhead
461dcd19aa Rename fields to votes tallied. 2024-12-04 04:33:21 +00:00
FiveMovesAhead
1fb4d822f6 Allow delegating to multiple players. 2024-12-03 00:37:20 +00:00
FiveMovesAhead
bf7fa8452f Add breakthroughs. 2024-11-30 00:49:26 +00:00
FiveMovesAhead
59dbef3739 Update cutoff calc. 2024-11-27 17:20:21 +00:00
FiveMovesAhead
dd9cba76d1 Make algorithm round_pushed round_active option. 2024-11-26 17:09:11 +00:00
FiveMovesAhead
f775b42125 Make runtime_signature a single u64. 2024-11-25 12:47:59 +00:00
FiveMovesAhead
1053b4cbec Change runtime configs to be based on AlgorithmType. 2024-11-25 12:34:55 +00:00
FiveMovesAhead
a3b274ff2e Rename config parameter. 2024-11-25 12:18:16 +00:00
FiveMovesAhead
94bb0f3c9c Rename param to min_lock_amount. 2024-11-25 11:51:31 +00:00
FiveMovesAhead
425442c6ef Rename associated_deposit to delegated_weighted_deposit for clarity 2024-11-25 11:41:46 +00:00
FiveMovesAhead
81f7bcdb7c Simplify config. 2024-11-25 11:22:10 +00:00
FiveMovesAhead
c27e34d32a Rename config params for clairty. 2024-11-24 00:55:15 +08:00
FiveMovesAhead
0d1c5c76a1 Add self_deposit field to OPoWBlockData. 2024-11-23 22:58:43 +08:00
FiveMovesAhead
ef951d5a82 Player name is nullable if no ENS. 2024-11-22 19:41:07 +08:00