12 Commits

Author SHA1 Message Date
richΛrd
afe4237bf2 chore: use new/init and naming of res variables (#60)
- `new` is used for those that return references
- `init` for those that return values
- Also changed the name of some `*res` variables that were result of `valueOr`, and use `==` for field elements directly
- renamed serialize/deserialize procs
2025-07-24 17:52:02 -04:00
richΛrd
cdd5ab9657 fix: enforce not having unused imports, and force correct casing (#58) 2025-07-24 17:16:33 -04:00
akshaya
9b8dfd4d10 Fix import path 2025-04-16 10:56:01 -04:00
akshaya
9950e3fc06 Code improvements 2025-02-09 21:29:18 -05:00
akshaya
6e0b333474 Improved error handling 2024-12-23 14:40:03 -05:00
akshaya
43925c5946 Format using nimpretty 2024-10-25 12:53:00 -04:00
akshaya
24737df9ea Revert - remove mix message structure 2024-09-27 10:45:47 -04:00
akshaya
5d5875f23d Add Mix protocol message struct and serialization 2024-09-26 14:29:11 -04:00
akshaya
32b0ccd152 Add PoW to message 2024-08-28 18:06:38 -04:00
akshaya
52505f3e92 Update beta size 2024-08-16 17:33:02 -04:00
akshaya
14c80bf5d3 Change test names 2024-08-12 09:13:07 -04:00
akshaya
5add66a91f Test manual serialization 2024-08-08 17:12:00 -04:00