hinto-janai
|
57af45e01d
|
epee-encoding: enable workspace lints (#294)
Audit / audit (push) Waiting to run
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Deny / audit (push) Waiting to run
Doc / build (push) Waiting to run
Doc / deploy (push) Blocked by required conditions
* epee-encoding: enable workspace lints
* fmt
* fixes
* fixes
* fmt
|
2024-09-20 15:13:55 +01:00 |
|
hinto-janai
|
b837d350a4
|
workspace: add naming convention lints (#261)
* add lint to {Cargo,clippy}.toml
* `RandomXVM` -> `RandomXVm`
* epee: `TT` -> `T2`
|
2024-09-02 18:10:45 +01:00 |
|
hinto-janai
|
4b93dbec4c
|
workspace: enforce crate/directory naming scheme (#164)
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
* rename all directories and crates
* fix all `use`
* fix doc link
* `dandelion/` -> `dandelion-tower/`
* fix epee-encoding test
* fix `json-rpc`
* fix pruning
* crate import fixes
* fix leftover merge conflicts
* fix `epee-encoding`
|
2024-06-24 02:30:47 +01:00 |
|
Boog900
|
83b59c557c
|
net: use epee_encoding instead of monero-epee-bin-serde
This gives us more control than what serde provides. This
PR also moves to use `Bytes` where possible to allow
zero-copy parsing of network messages.
|
2024-01-30 16:09:54 +00:00 |
|
Boog900
|
2b65be4b18
|
net: add epee-encoding and fixed-bytes
|
2024-01-29 22:44:59 +00:00 |
|