Commit graph

64 commits

Author SHA1 Message Date
Lee *!* Clagett
4191956294
ZMQ pub blocks (#97) 2024-03-31 13:32:33 -04:00
Lee *!* Clagett
cdc21aa232
Update chain rollback log message (#98) 2024-03-31 13:31:56 -04:00
Lee *!* Clagett
e7db291669
ZMQ Hardening (#96) 2024-03-16 21:40:48 -04:00
Lee *!* Clagett
04b5322005
Make arrays optional in light_wallet_server api (#95) 2024-03-16 21:40:25 -04:00
Lee *!* Clagett
666be95001
Fix response code check for webhooks (again) (#94) 2024-03-16 21:40:12 -04:00
Lee *!* Clagett
4ef2d8ad34
Basic "chain hardening" for slightly untrusted daemons (#93) 2024-03-07 17:39:18 -05:00
Lee *!* Clagett
8779401b93
Refuse chain rollback past a checkpoint (#92) 2024-02-19 13:59:07 -05:00
Lee *!* Clagett
88e7cda1ff
Add unit tests for chain syncing (#87) 2024-01-22 14:17:20 -05:00
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
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
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
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
10020c75ad
Add config-file option (#77) 2023-08-02 15:52:47 -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
b634c3e908
Added webhook tx-confirmation support (#66) 2023-05-11 13:13:10 -04:00
TrasherDK
174ae9f2b7
Fix Slackware build (#68) 2023-04-23 17:08:31 -04:00
Justin Berman
8b93274c43
fix decoy selection off-by-1 2023-04-22 20:35:59 -04:00
Lee *!* Clagett
f6d4806710
Adding msgpack support to ::wire:: library (#63) 2023-04-05 10:16:50 -04:00
Lee *!* Clagett
123ee4f159
Fix rescan to invalid blockchain height bug (#48) 2023-02-10 07:18:50 -05:00
Lee *!* Clagett
92e2cf0d24
Add support for admin REST server (#62) 2023-02-10 07:18:15 -05: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
j-berman
7cee452db1 Link static monerod build to monero-lws 2022-07-27 19:34:13 -04:00
j-berman
3bf6fbaf3a Decrease "recent_spend_window" to 15 2022-07-24 20:55:07 -04:00
j-berman
236577253c fix variable name typo 2022-07-24 20:54:47 -04:00
j-berman
28ab2e6c83 Revert back to outputs_per_second + use logic error on output miss 2022-07-24 20:53:22 -04:00
j-berman
2db656f392 Match Monero 0.17.2.3 decoy selection algo 2022-07-24 20:53:12 -04:00
Lee *!* Clagett
6823c679af
Merge pull request #31 from j-berman/per-byte-fee
per_kb_fee -> per_byte_fee
2022-06-03 16:36:34 -04:00
j-berman
1f3265b541 remove per_kb_fee 2022-05-28 18:59:58 -07:00
j-berman
3aa0a9ec6b Add support for view tags when scanning
- https://github.com/monero-project/monero/pull/8061
- also update import location for epee::misc_utils::get_gmt_time
2022-04-26 19:10:23 -07:00
j-berman
e007e6f505 Remove server-side masking 2022-02-22 02:03:14 -05:00
j-berman
1e32656152 keep old usage of per_kb_fee functional 2022-02-21 20:12:25 -05:00
j-berman
6a7fd241eb per_kb_fee -> per_byte_fee (#25) 2022-02-21 08:17:30 -05:00
Lee *!* Clagett
f1cbc052af Update transaction JSON to reflect daemon changes 2021-09-02 17:06:07 -04:00
SerHack
f4f45f49d6
Fixing #14 2021-08-21 10:35:38 +02:00
Lee *!* Clagett
346732014a Fix ZeroMQ resend bug in scanner loop 2021-08-20 19:22:38 -04:00
Lee *!* Clagett
dbbdee6fd4 Fix build to monero master branch 2021-08-19 17:08:50 -04:00
Lee Clagett
faa51780f3 Log exchange rate warning only once 2021-04-19 00:49:14 -04:00