This website requires JavaScript.
Explore
Help
Register
Sign in
Ecosystem
/
serai
Watch
1
Star
0
Fork
You've already forked serai
0
mirror of
https://github.com/serai-dex/serai.git
synced
2025-01-10 21:04:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
8040fedddf
serai
/
coins
/
bitcoin
/
src
History
Luke Parker
797604ad73
Replace usage of
io::Error::new(io::ErrorKind::Other,
with
io::Error::other
...
Newly possible with Rust 1.74.
2023-11-19 18:31:37 -05:00
..
tests
Bitcoin tweaks + cargo update
2023-11-06 07:38:36 -05:00
wallet
Replace usage of
io::Error::new(io::ErrorKind::Other,
with
io::Error::other
2023-11-19 18:31:37 -05:00
crypto.rs
Bitcoin tweaks + cargo update
2023-11-06 07:38:36 -05:00
lib.rs
Support no-std builds of bitcoin-serai
2023-08-21 08:56:37 -04:00
rpc.rs
Don't default to basic-auth if it's enabled, yet require it to be specified
2023-11-06 10:42:01 -05:00