-
Notifications
You must be signed in to change notification settings - Fork 10
Issue #53 Dummy Adapter #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ture for dev. dep.
…eader and a follower inside
adapter/src/sanity.rs
Outdated
} | ||
|
||
#[derive(Debug)] | ||
pub struct SanityError {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we may get an anti-ableism PR one day but I'd rather wait for that than to think of another name for it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, but validator
was really not the name... So I went with something for now. It can change, since I am still exploring the domain around the Adapter. This may even disappear at the end, idk yet.
- Adapter - AdapterError - dummy - DummyParticipant - dummy - Dummy - use `HashSet` and store the dummy participants - dummy - Dummy - use participants for the `get_auth` method
e81ee40
to
f7768b4
Compare
Resolves to some extend #53
isChannelValid
from here (js reference) is implemented with theSanityChecker
channel.spec.withdrawPeriodStart < channel.validUntil
was moved to it's own task in Channel Spec ChannelSpec fields #24TODOs:
Adapter trait: