micheal-swiggs
micheal-swiggs
- So I'm guessing that we need to remove `Transaction.getConfidence()` somehow? - The logic in `Peer` for updating `TxTableConfidences` could be moved out to a listener...
> I think we also need to define an object or interface that represents blockchain + mempool state. Currently this full state seems to be in a combination of existing...
> I can definitely imagine other wallets (or blockchain explorer apps) that might want to track transaction confidence. Completely agree with this. I guess I was a bit concerned that...
Just having a browse and there seems like for the time being at least that `TxConfidenceTable` could be made a Singleton on itself? It uses basic construction within `Context`... For...
I can see a possible solution to this. It would involve creating a new `TxConfidenceTable` object maybe `ConfidenceManager` object that is used by `Wallet`. Methods in `Wallet` are the consumers...
@edbras Do you have a visible project with your 3.0 changes? I will be using mailchimp and will want to use version 3.0.
@edbras Thanks very much I'll have a look at this now.
@edbras Is there any licence on this code? I was wondering if it would be ok to open source this? I noticed that there are dependencies your internal libraries. I'm...
@edbras That sounds great :) my email is [email protected] .
Hi all, Another version under active development : https://github.com/micheal-swiggs/mailchimp-java. Any contributions welcome.