Santiago Carmuega
1f870cac66
chore: fix lint warning ( #283 )
2023-09-07 09:39:18 -03:00
Santiago Carmuega
b8ff4e9418
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]
3fe3b3b53e
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
9d8ca617ef
chore: Fix lint issues ( #222 )
2023-02-02 21:07:14 -03:00
Santiago Carmuega
00c9e1835e
feat: Implement common traverse iterators ( #119 )
2022-06-14 13:47:11 -03:00
Santiago Carmuega
26da913ad9
feat: Introduce 'traverse' library ( #117 )
2022-06-12 19:09:33 -03:00
Santiago Carmuega
fe80ff7800
feat(primitives): Introduce MintedBlock concept ( #116 )
2022-06-12 10:44:16 -03:00
Santiago Carmuega
17a4beb8d8
chore: Fix rogue clippy warnings ( #79 )
2022-03-18 16:12:50 -03:00
Santiago Carmuega
aafaec25d4
chore: Add block-decoding example ( #78 )
2022-03-18 14:57:02 -03:00