Closed Ljiacheng closed 3 years ago
Looks good. Not part of the commit but can you do a quick fix on the check failures?
Well, I find that check failures(by clippy) can't be found all together at one time. When I fix them, there will be more at another commit.
These warnings and errors are caused by redundant syntax and some unimplemented logics. And the clippy check rule is strict. You can check the annotations at actions.
Maybe we should fix those warings together and create a new PR next time? @Gnnng @melynx @Kayryu
Merged the PR into master. Let's address the CI errors in another PR.
Add two jsonrpc for geode. Both functions have no params.
attestor_list() -> Vec<(Vec<u8>, Vec<u8>)>
Return the registered attestors' “url” and “pubkey” by vectorregistered_geodes() -> Vec<Geodes>
Return the registered(not attested) geodes' record by vectorSet time limit to u64::max_value() in case that geode which registered but can't get enough attestors at limited blocks will be deleted. This is because we need a long time runing geode which is registered but not attested currently.