Results 158 comments of eprbell

Quick update on DeFi in RP2. I ended up implementing FEE-only transactions as a primitive (see issue #16): I have received several requests for them and I realized that this...

This is a useful article on the topic of DeFi and taxes: https://cryptotrader.tax/blog/defi-crypto-tax-guide. It lists several real-world DeFi scenarios with ideas on how to handle them (all of these scenarios...

I just added the ability to pass crypto_fee to in-transactions (I received numerous requests for this). With the latest RP2 you can pass either crypto_fee or fiat_fee (or neither) but...

Thanks for the PR! Will add a few comments in the diff.

How about this: * add a "How to Install RP2 with Conda Virtual Environments?" FAQ in the developer FAQ: https://github.com/eprbell/rp2/blob/main/docs/developer_faq.md. * in every OS installation section add a "To install...

An importer for RP2 would be very useful and is sorely missing right now. I'd love to link your project from the RP2 README once it's in reasonable shape. I...

I just uploaded an initial version of a test that may be useful to you: https://github.com/eprbell/rp2/blob/main/tests/test_large_input.py It generates a large ODS file (to test RP2 with large inputs): it's probably...

Awesome! I look forward to it. As I mentioned, I have started something along the same lines, but I have no cycles to work on it properly, so your help...

Thanks! A GUI sounds like a great addition: I think it could be a separate project, similar to rp2-conv (see above in this thread). I would love to reference your...

I finally managed to clean-up and upload my experimental data loader project. It's called [DaLI](https://github.com/eprbell/dali-rp2) and it has a plugin architecture for data loaders (both CSV and REST-based): check the...