This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
helios
Watch
1
Star
0
Fork
You've already forked helios
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e801b0b926
helios
/
common
/
src
/
lib.rs
4 lines
46 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: better error handling (#63) * add custom errors to consensus * add BlockNotFoundError * better handling of blocktag parsing * clean up * add execution errors * add rpc errors * add more fields to errors
2022-09-29 23:35:43 +00:00
pub
mod
errors
;
refactor using cargo workspaces
2022-08-29 17:31:17 +00:00
pub
mod
types
;
refactor module structure
2022-08-21 15:21:50 +00:00
pub
mod
utils
;