Santiago Carmuega
f515a6115c
chore: fix lint warning ( #283 )
2023-09-07 09:39:18 -03:00
Santiago Carmuega
b63d2052cb
feat: Migrate to asynchronous I/O ( #241 )
...
This commit updates the networking stack to use asynchronous I/O for improved performance and concurrency. We have replaced synchronous I/O calls with their asynchronous counterparts and refactored the code to use async/await and Tokio runtime.
2023-04-09 08:50:56 -03:00
dependabot[bot]
fca65e25bd
build(deps): update env_logger requirement from 0.9.0 to 0.10.0 ( #209 )
...
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger ) to permit the latest version.
- [Release notes](https://github.com/rust-cli/env_logger/releases )
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 08:52:01 -03:00
Santiago Carmuega
d7a414c3af
chore: Fix lint issues ( #222 )
2023-02-02 21:07:14 -03:00
Santiago Carmuega
e67da5e7ef
feat: Implement common traverse iterators ( #119 )
2022-06-14 13:47:11 -03:00
Santiago Carmuega
6913efef78
feat: Introduce 'traverse' library ( #117 )
2022-06-12 19:09:33 -03:00
Santiago Carmuega
c9489c3ddf
feat(primitives): Introduce MintedBlock concept ( #116 )
2022-06-12 10:44:16 -03:00
Santiago Carmuega
0c765bea08
chore: Fix rogue clippy warnings ( #79 )
2022-03-18 16:12:50 -03:00
Santiago Carmuega
d942c73cfa
chore: Add block-decoding example ( #78 )
2022-03-18 14:57:02 -03:00