14:15:22 s​gp_:monero.social: boog900: I took an initial look at how to read the transaction data from RPC, and it doesn't seem currently possible right? `/get_transactions` returns a 404 for me, and even if it did return a response, the monerod response for /get_transactions doesn't have the data in a useful format. Am I missing something?
14:18:14 b​oog900:monero.social: yeah that endpoint isn't enabled, however when it is you should be able to decode the hex it returns to format the tx how you want.
14:19:06 b​oog900:monero.social: the RPC is lacking in main, even on the branch I am working on I have pnly enabled enough for wallet sync
14:21:18 b​oog900:monero.social: The other option is waiting for this: https://github.com/Cuprate/cuprate/issues/516
14:21:48 b​oog900:monero.social: which would probably give you the best performance if that is what you are going for.
14:22:15 b​oog900:monero.social: the RPC option would allow monerod or Cuprate to be used though which is cool
15:57:34 b​oog900:monero.social: just got the first sub-hour sync :D
15:57:47 b​oog900:monero.social: just under an hour but still
16:06:48 Cindy_: what i like about cuprate is how easy is it to reuse code from it as it's all modular
16:07:25 Cindy_: compared to the monolith of the official monero daemon, and the "use .so libraries from the CMake intermediate build directory" hack
17:20:32 b​oog900:monero.social: thanks, that is something we have focused on :) Have you built anything with Cuprate C​indy_?
17:22:40 Cindy_: i am currently building something with it