This website requires JavaScript.
Explore
Help
Sign In
logos-messaging
/
logos-messaging-nim
Watch
1
Star
0
Fork
0
You've already forked logos-messaging-nim
mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced
2026-01-03 22:43:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
logos-messaging-nim
/
tests
/
incentivization
/
test_all.nim
4 lines
81 B
Nim
Raw
Normal View
History
Unescape
Escape
chore: use type for rate limit config (#3489) * chore: use type for rate limit config Use type instead of `seq[string]` for rate limit config earlier. Enables to fail faster (at config time) if the string is malformated Also enables using object in some scenarios. * test: remove import warnings * improve naming and add tests
2025-07-09 15:57:38 +10:00
{.
used
.
}
feat: incentivization PoC: client-side reputation system basics (#3293) * chore: rename test file for eligibility tests * add reputation manager * add simple boolean reputation with dummy response * set default reputation to true * use reputation indicator term; remove unnecessary updateReputation * use PushResponse in reputation manager * add custom type for reputation * add reputation update from response quality * encode reputation indicators as Option[bool]
2025-02-20 16:07:21 +01:00
import
.
/
test_rpc_codec
,
.
/
test_poc_eligibility
,
.
/
test_poc_reputation
Reference in New Issue
Copy Permalink