This website requires JavaScript.
Explore
Help
Register
Sign in
Cuprate
/
cuprate
Watch
1
Star
0
Fork
You've already forked cuprate
0
mirror of
https://github.com/Cuprate/cuprate.git
synced
2025-03-23 07:38:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
9ad7ea3fa0
cuprate
/
test-utils
/
src
/
lib.rs
6 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
test-utils: return `&'static` verified superset types (#108) * data: return `&'static` verified superset types * docs * fix VerifiedBlockMap, use manual input, add block 5da0a3d * free: use macros to generate accessor functions * constants: use macro * docs * `tx_data` -> `tx_blob`
2024-04-21 00:34:04 +00:00
#![
doc = include_str!(
"
../README.md
"
)
]
test-utils: add `data/` (#107) * test-utils: add `data/` + add lints + `clippy --fix` * data: assert tx_hash is correct * data: add `BLOCK_202612` doctest * lib.rs: remove lints * data: add more tx data, fix names * revert `Cargo.toml` formatting * data: add more block data * free: add serialization tests * remove clippy allows
2024-04-13 01:13:46 +00:00
pub
mod
data
;
ci: include macos + windows (#52) * ci: install boost, include macos + windows * cryptonight: fix `MSVC` * cryptonight: use `flag_if_supported()` * fix cryptonight builds * update randomX * fix rx builds * add memwipe * include memwipe.c in build * spawn monerod in msys2 for windows * fix last commit * install dependencies before spawning monerod * remove --detach * try another way of spawning monerod * add /I * download and spawn monerod as a part of tests * add download.rs * extend time for monerod spawn * move sleep and show monerod output * fix clippy * change stdin to pipped * #[cfg(unix)] on bytes::Buf * fix macos capitalisation * remove tar.bz2 on macos expected dir * remove zip on windows expected dir * fix todo * add docs * fix a couple typos --------- Co-authored-by: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com> Co-authored-by: Boog900 <boog900@tutanota.com>
2024-02-12 13:39:15 +00:00
pub
mod
monerod
;
p2p changes (#38) * start re-working p2p to work with change monero-wire * start re-working p2p to work with change monero-wire adds back some changes from #22 * change the peer module to use the new API + fix a couple bugs * remove peer set for now * add try_from/from conversion between `Message` and `Request`/`Response` * Allow specifying other parameters in levin-cuprate * add new `LevinCommand` enum and clean up monero-wire message de/encoding * fix issues with merge * start splitting up p2p crate into smaller crates. * add monerod action from serai to test network code * remove tracing in tests
2023-11-30 18:09:05 +00:00
pub
mod
test_netzone
;
Reference in a new issue
Copy permalink