3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 23:32:16 +00:00
altcoinj/core/src
Mike Hearn 6ec7880079 Payment channels: add a method to obtain the seconds remaining until next channel expiry for a given server ID.
This is useful for UIs that need to tell the user what's going on when there's a connect-back failure.
2013-10-24 11:12:18 +02:00
..
main/java Payment channels: add a method to obtain the seconds remaining until next channel expiry for a given server ID. 2013-10-24 11:12:18 +02:00
test Payment channels: add a method to obtain the seconds remaining until next channel expiry for a given server ID. 2013-10-24 11:12:18 +02:00
bitcoin.proto Wallet: track relative ordering of transactions within a block. 2013-10-14 10:56:21 +02:00
paymentchannel.proto Payment channels: protocol tweak - when the client sends a CLOSE, the server sends a CLOSE back that contains the final negotiated contract, so it can be inserted into the wallet without needing to wait for a network broadcast (this is useful if the client does not have internet connectivity at that point). 2013-10-04 17:10:42 +02:00
storedclientpaymentchannel.proto Payment channels: bug fixes and improved close behaviour. 2013-09-30 14:35:25 +02:00
storedserverpaymentchannel.proto Store states in protobufs instead of using Java Serialization. 2013-07-11 14:16:40 +02:00