CounterpartyXCP / counterparty-core

Counterparty Protocol Reference Implementation
http://counterparty.io
MIT License
284 stars 206 forks source link

Unconfirmed Events #2254

Open adamkrellenstein opened 2 hours ago

mattmarcello commented 2 hours ago

It is very common across crypto api providers for endpoints to optionally include objects in the mempool, by passing a parameter. While it may be difficult to achieve, I think it makes sense to expose this capability in the /events api. Perhaps it shouldn't be done in core... but it's definitely the sort of capability we'd want from an "api as product" standpoint.