Commit graph

8 commits

Author SHA1 Message Date
Lee *!* Clagett
b659200a2b
Switch from epee http client to boost::beast. All HTTP now non-blocking. (#150)
Some checks failed
unix-ci / build-tests (ubuntu-24.04, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (macos-13, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (macos-13, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (macos-14, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (macos-14, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (macos-latest, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (macos-latest, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (ubuntu-20.04, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (ubuntu-20.04, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (ubuntu-22.04, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (ubuntu-22.04, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (ubuntu-24.04, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (ubuntu-latest, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (ubuntu-latest, WITH_RMQ=ON) (push) Has been cancelled
2024-12-04 17:25:07 -05:00
Lee *!* Clagett
4c2205974e
Add basic REST tests and fix a few bugs (#103) 2024-04-06 16:04:53 -04:00
Lee *!* Clagett
88e7cda1ff
Add unit tests for chain syncing (#87) 2024-01-22 14:17:20 -05:00
Lee *!* Clagett
9f01171ff8
Add thread linking to unit tests for older ubuntu 2023-08-01 20:33:51 -04:00
Lee *!* Clagett
7c5b280190
Link unit tests against program_options for Github actions 2023-08-01 16:24:08 -04:00
Lee *!* Clagett
b634c3e908
Added webhook tx-confirmation support (#66) 2023-05-11 13:13:10 -04:00
Lee *!* Clagett
f6d4806710
Adding msgpack support to ::wire:: library (#63) 2023-04-05 10:16:50 -04:00
Lee *!* Clagett
3030a82e49
Added unit tests, and fixed two bugs: (#53)
* Integer conversion checks in src/wire/read.h
 * Missing "boolean" function in wire::writer and derived types
2023-01-17 14:10:24 -05:00