-
Notifications
You must be signed in to change notification settings - Fork 8
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
added mock client and consensus state #27
Conversation
FYI,
For formatting. Dunno, maybe using nightly formatter features wasn’t the best idea, but for now that’s what we’re using I guess. ;) |
haha, was just wondering why |
LGTM, I just wonder, how convoluted it would be to add |
We could add it as a feature ( dont know how complicated it might be ), but i think we should focus on having a working program first. What do u think? |
It shouldn't really be complicated. Just add But yes, overall LGTM. |
Program ids are just identifiers. |
…mestamp when host_timestamp is called
I have added mock client and consensus state so that we can test it using mocks.
But this would require the
mocks
andstd
feature to be used.