This website requires JavaScript.
Explore
Help
Register
Sign In
Qortal
/
altcoinj
Watch
3
Star
0
Fork
0
You've already forked altcoinj
mirror of
https://github.com/Qortal/altcoinj.git
synced
2025-02-07 23:03:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
altcoinj
/
core
/
src
History
Mike Hearn
9d96f77f19
PeerGroup: add logging of the change reason to the broadcast confidence listener. Also attach the listener to the pinned TX (it shouldn't make any difference normally, but when mixed with bluetooth stuff it might possibly change things).
2013-10-27 15:37:06 +01:00
..
main
/java
PeerGroup: add logging of the change reason to the broadcast confidence listener. Also attach the listener to the pinned TX (it shouldn't make any difference normally, but when mixed with bluetooth stuff it might possibly change things).
2013-10-27 15:37:06 +01: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