CounterpartyXCP / counterblock

Provides extended API services to Counterwallet, as well as Counterparty 3rd-party applications
http://counterparty.io
MIT License
16 stars 68 forks source link

Modularizing Counterblockd to use a plugin framework #24

Closed ghost closed 9 years ago

ghost commented 10 years ago

I use Counterblockd as for a certain API methods, and because it's convenient to have only one daemon querying counterpartyd for new messsages every 3 seconds. On the other hand I don't use any of the database tables except for my own. I'm sure there are also cases where someone may want betting.py but not enhanced_asset info and trade updates or vice versa. If it's not overly ambitious I think it would be a great improvement.

robby-d commented 10 years ago

Would you be able to paste in the most recent notes on this from our emails into this ticket? (I can't seem to find the emails)

ghost commented 10 years ago

I was hoping to release a modularized vending machine (well today.., but most likely tomorrow) - and that will be kind of an example of the direction I thought it would be good for Counterblockd to go into, and I think conceptually it'll be easier to see from that if that's how we want to do it or not.

robby-d commented 9 years ago

This was done in counterblock 1.2.x