electrum-nvc.git
2012-11-08 ThomasVinclude text_gui and deserialize in module
2012-11-07 ThomasVtext gui: fixes
2012-11-07 ThomasVtext gui: send button
2012-11-07 ThomasVraise exception on status mismatch too
2012-11-07 ThomasVraise exception on history with repeated tx
2012-11-07 ThomasVraise exception in case of server error
2012-11-07 ThomasVcheck that histories and transactions are consistent
2012-11-07 ThomasVcheck consistency of results received by get_history
2012-11-07 ThomasVinit headers file
2012-11-06 ThomasVPROTOCOL_VERSION
2012-11-06 thomasvreadding bysh.me server
2012-11-06 thomasvadd headers file only if it is found
2012-11-05 ThomasVdo not pass unconfirmed transactions to the verifier
2012-11-05 ThomasVcomment out the servers that are not 0.5
2012-11-05 ThomasVfix: init_path
2012-11-05 thomasvprint -> print_error
2012-11-05 thomasvMerge branch 'master' of github.com:spesmilo/electrum
2012-11-05 thomasvdefault_wallet_file configuration string
2012-11-05 MaranUpdated the bytesized-hosting.com to the shorter bysh...
2012-11-05 thomasvstart synchronizer only after verifier is created
2012-11-05 thomasvinclude headers file in package
2012-11-05 thomasvupdate validate script with 0.5 protocol
2012-11-05 thomasvwallet.get_label method
2012-11-05 thomasvhum, it should be a decimal division
2012-11-05 thomasvfloat division
2012-11-05 thomasvfix syntax error in lite gui and get_default_label
2012-11-05 thomasvset timestamps on startup
2012-11-04 ThomasVsend protocol version
2012-11-04 ThomasVfix CLI restore
2012-11-04 ThomasVsolve deadlock during restore
2012-11-04 ThomasVadd mnemonic functions to module
2012-11-04 ThomasVbugfix: wanted-> missing
2012-11-04 ThomasVfix race condition with prevout_values
2012-11-04 ThomasVrequest missing transactions on startup
2012-11-04 ThomasVrename history -> addr_history
2012-11-04 ThomasVfix: timestamps in transactions
2012-11-04 ThomasVverbose option
2012-11-04 ThomasVgui fixes
2012-11-04 ThomasVfix: get_tx_value
2012-11-04 ThomasVfix: get_tx_value
2012-11-04 ThomasVfix: get_tx_value
2012-11-04 ThomasVdo not use old servers
2012-11-04 thomasvnew protocol: the server sends serialized tx, deseriali...
2012-11-01 ThomasVdefault ports to be used if we cannot get a list of...
2012-10-30 ThomasVget_string
2012-10-30 ThomasVsimplification
2012-10-30 thomasvtext gui: spacing between tabs
2012-10-30 thomasvtext gui: dialogs
2012-10-30 thomasvpopups and messages
2012-10-30 thomasvpopup windows, selectors
2012-10-29 thomasvshow active tab in bold
2012-10-29 thomasvImprove text gui. Disable print_error when text gui...
2012-10-29 thomasvdo not request merkle root for unconfirmed transactions
2012-10-28 ThomasVfix proxy index
2012-10-28 ThomasVfix: subscriptions
2012-10-28 ThomasVsecurity fix: do not let user change seed
2012-10-28 ThomasVadd option to disable spv; just in case
2012-10-28 ThomasVupdate homepage
2012-10-28 ThomasVdon't include every file in scripts, because merchant...
2012-10-28 ThomasVupdate validate_tx script
2012-10-28 ThomasVadd callback to example script
2012-10-28 ThomasVrevert label change: this was breaking i18n translations.
2012-10-28 ThomasVdisable text gui, as it is not ready for release
2012-10-28 ThomasVincreasing version number, and wiki translation version
2012-10-27 ThomasVmerkle root too
2012-10-27 ThomasVfix flags
2012-10-27 ThomasVopen file with b flag
2012-10-27 ThomasVuse callback instead of wallet.was_updated
2012-10-27 thomasvredo verifications if a header verification fails
2012-10-27 thomasvfix: self.s is None if we are not connected
2012-10-27 ThomasVmove 'peers.subscribe' and 'server.version' calls into...
2012-10-27 ThomasVrequest headers chunk if we need more than 50 blocks
2012-10-27 ThomasVcosmetic change
2012-10-27 ThomasVcosmetic change
2012-10-27 ThomasVcatch ssl exception caused by timeout
2012-10-27 ThomasVadd payment verifier and confirmations to merchant...
2012-10-26 ThomasVminor fix for settings dialog combo
2012-10-26 ThomasVfix: synchronizer
2012-10-26 ThomasVfix: below or equal in var_int encoding
2012-10-26 ThomasVfix: var_int encoding
2012-10-26 ThomasVuse print_error
2012-10-26 ThomasVbugfix: default to [], so that we do not create new...
2012-10-26 ThomasVby default, use user dir
2012-10-26 ThomasVnew command: 'get'
2012-10-26 thomasvbugfix: add channel when calling send
2012-10-26 thomasvbugfix: address->addr
2012-10-26 thomasvverifier: download chunks first for efficiency
2012-10-26 thomasvreadme for merchant script
2012-10-26 thomasvspv: request previous headers recursively in order...
2012-10-26 thomasvprotocol v0.4: use position for branching
2012-10-26 thomasvdocument public methods of verifier
2012-10-26 thomasvuse WalletVerifier.add() method to register transactions
2012-10-26 thomasvstart verifier thread only after the first wallet synch...
2012-10-26 ThomasVcallback everytime there is an update
2012-10-26 ThomasVset command: authorize by default, forbid only when...
2012-10-26 ThomasVreturn zero if unconfirmed
2012-10-25 ThomasVtie confirmation icons to payment verifier
2012-10-25 ThomasVsort pending headers before they get processed
2012-10-25 thomasvmake the Verifier class usable without a wallet instance
2012-10-25 thomasvsubscribe to / verify headers
next