Commit graph

116 commits

Author SHA1 Message Date
Lee *!* Clagett
989b8cd857
Fix fee retrieval for pre-ringct txes (#90) 2023-12-16 14:23:03 -05:00
Lee *!* Clagett
1bbe12f3d6
Add option to auto-accept new account creation (#86) 2023-12-15 18:19:55 -05:00
Lee *!* Clagett
0ed9ff4e2e
Update cxx version to C++17 (#85) 2023-12-05 20:25:40 -05:00
Lee *!* Clagett
4543f5755b
Remove enumeration function from ::wire reading and writing (#84) 2023-12-05 20:24:22 -05:00
Lee *!* Clagett
29d3859519
Add (working draft) subaddress support (#83) 2023-12-05 20:23:50 -05:00
Lee *!* Clagett
9f41642964
Fix spend tracking bug in db::storage (#89) 2023-12-03 15:47:04 -05:00
Lee *!* Clagett
42646608b0
Adding release branches to CI 2023-11-29 19:49:20 -05:00
Lee *!* Clagett
fe1003909d
Fix output_id bug with coinbase transactions (#88) 2023-11-29 16:00:32 -05:00
Lee *!* Clagett
037c5386dc
Fix lifetime bug in wire::as_array (debug_database) (#82) 2023-11-05 11:30:42 -05:00
Lee *!* Clagett
1ddbb9ac0e
Add /validate endpoint to admin REST api (#81) 2023-09-27 16:50:12 -04:00
Lee *!* Clagett
f27016d874
Make RMQ options more readable in CI list 2023-09-08 21:01:57 -04:00
Lee *!* Clagett
4114150197
Fix MacOS RMQ CI 2023-09-08 20:38:00 -04:00
Lee *!* Clagett
20e92b8d15
Fix WITH_RMQ CMake option 2023-09-08 20:18:51 -04:00
Lee *!* Clagett
97f9a9295b
Add RabbitMQ to the CI 2023-09-08 20:14:51 -04:00
Lee *!* Clagett
619d69fb92
Add RabbitMQ support for payment hooks (#80) 2023-09-08 20:03:34 -04:00
Lee *!* Clagett
2872ba9ecb
Webhooks for New Accounts (#79) 2023-08-23 16:07:37 -04:00
Lee *!* Clagett
a09b794daa
Do not exit when monerod returns json-rpc error for block fetching (#78) 2023-08-09 10:30:36 -04:00
Lee *!* Clagett
4704ecc97c
Update names in Github CI file 2023-08-04 15:59:26 -04:00
Lee *!* Clagett
13b63fd8d7
2nd attempt at macos ci 2023-08-04 15:39:47 -04:00
Lee *!* Clagett
332df0b2f6
First atttempt at a macos CI 2023-08-04 15:37:21 -04:00
Lee *!* Clagett
73eb137055
Fix CI recursive git dependencies 2023-08-04 14:56:13 -04:00
Lee *!* Clagett
5617548a44
Change name of Ubuntu CI build 2023-08-04 14:19:46 -04:00
Lee *!* Clagett
af7de768e0
Add multiple threads for CI actions 2023-08-04 14:03:54 -04:00
Lee *!* Clagett
c8dd82de7a Update Dockerfile to use monero 18.2.2 2023-08-03 13:09:33 -04:00
Lee *!* Clagett
10020c75ad
Add config-file option (#77) 2023-08-02 15:52:47 -04:00
Lee *!* Clagett
58eb431b80
Fix ubuntu latest matrix value 2023-08-01 21:09:37 -04:00
Lee *!* Clagett
9f01171ff8
Add thread linking to unit tests for older ubuntu 2023-08-01 20:33:51 -04:00
Lee *!* Clagett
526f769206
Include PROGRAM_OPTIONS in monero::libraries list 2023-08-01 19:51:55 -04:00
Lee *!* Clagett
31fbd1f203
Add ubuntu matrix for building tests via actions 2023-08-01 17:32:34 -04:00
Lee *!* Clagett
7c5b280190
Link unit tests against program_options for Github actions 2023-08-01 16:24:08 -04:00
Lee *!* Clagett
e4de505506
Add test building and execution to main workflow 2023-08-01 13:48:13 -04:00
Lee *!* Clagett
1c0d79c83d
Fixing build-ubuntu.yml build path. 2023-08-01 12:04:18 -04:00
Lee *!* Clagett
b88809ae4b
Still fixing build-ubuntu.yml 2023-08-01 12:02:11 -04:00
Lee *!* Clagett
4b87a341f3
Fix } in build-ubuntu.yml 2023-08-01 11:59:11 -04:00
Lee *!* Clagett
6c630b09a0
Fixing build-ubuntu.yml again (directory issue) 2023-08-01 11:57:22 -04:00
Lee *!* Clagett
f382d42b99
Fixing last commit (must run submodule update before cmake) 2023-08-01 11:53:53 -04:00
Lee *!* Clagett
331bcd628a
Add submodule update to build-ubuntu.yml 2023-08-01 11:51:39 -04:00
Lee *!* Clagett
cdaf7dac92
Fix build-ubuntu.yml and create actions on develop 2023-08-01 11:48:56 -04:00
Lee *!* Clagett
33c665f351
Add ZMQ-PUB support for webhooks (#75) 2023-07-30 13:27:22 -04:00
Lee *!* Clagett
53caf8c3df
Fix 201 response code with webhooks (#76) 2023-07-24 13:29:30 -04:00
Lee *!* Clagett
4f7669df28
Change ZMQ sub timeout (#73) 2023-07-12 10:47:40 -04:00
Lee *!* Clagett
246c905e37
Add zero-confirmation support to webhooks (only) (#72) 2023-07-01 11:18:18 -04:00
Lee *!* Clagett
199d0b5c4d
Add fee to get_address_txs (#74) 2023-06-25 13:48:13 -04:00
Lee *!* Clagett
eb81070522
Add tx fee to the db and track for webhooks (#71) 2023-06-20 10:11:34 -04:00
Lee *!* Clagett
08c712e86b
Update ::wire:: to be closer to Monero variant (#70) 2023-06-07 09:01:46 -04:00
Lee *!* Clagett
99f9e7542c
Update build-ubuntu.yml 2023-05-18 11:43:28 -04:00
Lee *!* Clagett
1420bc6b70
Fix type in githubwork workflow yml 2023-05-18 11:42:28 -04:00
Lee *!* Clagett
ae7ebc7147
Add dependencies install to github workflow yml 2023-05-18 11:41:51 -04:00
Lee *!* Clagett
645161529b
Create build-ubuntu.yml 2023-05-18 11:37:39 -04:00
Lee *!* Clagett
b634c3e908
Added webhook tx-confirmation support (#66) 2023-05-11 13:13:10 -04:00