electrum-server.git
11 years agoUpdate with recent config setting samples, remove chace i.e leveldb
Eagle[TM] [Sun, 9 Dec 2012 08:26:33 +0000]
Update with recent config setting samples, remove chace i.e leveldb

11 years agocatch exception raised when mempool has changed
ThomasV [Fri, 7 Dec 2012 10:55:14 +0000]
catch exception raised when mempool has changed

11 years agoterminate if bitcoind is dead
ThomasV [Sun, 2 Dec 2012 06:57:19 +0000]
terminate if bitcoind is dead

11 years agopull req by EagleTM (retyped manually)
ThomasV [Thu, 29 Nov 2012 09:53:03 +0000]
pull req by EagleTM (retyped manually)

11 years agomodule init file
ThomasV [Tue, 27 Nov 2012 15:02:39 +0000]
module init file

11 years agoMerge pull request #9 from EagleTM/master
ThomasV [Tue, 27 Nov 2012 12:35:23 +0000]
Merge pull request #9 from EagleTM/master

Update IRC documentation and new config settings

11 years agotypo fix
Eagle[TM] [Mon, 26 Nov 2012 23:38:24 +0000]
typo fix

11 years agoadding report_ config fields for different host and port settings on IRC for NAT...
Eagle[TM] [Mon, 26 Nov 2012 23:30:27 +0000]
adding report_ config fields for different host and port settings on IRC for NAT setups

11 years agoupdate IRC readme with irc_nick and notes about name
Eagle[TM] [Mon, 26 Nov 2012 22:34:09 +0000]
update IRC readme with irc_nick and notes about name

11 years agoMerge remote-tracking branch 'upstream/master'
Eagle[TM] [Mon, 26 Nov 2012 22:20:31 +0000]
Merge remote-tracking branch 'upstream/master'

11 years agossl v23
ThomasV [Mon, 26 Nov 2012 08:53:52 +0000]
ssl v23

11 years agofix "wrong version number" error for HTTPS by using SSLv23
Eagle[TM] [Sun, 25 Nov 2012 23:01:49 +0000]
fix "wrong version number" error for HTTPS by using SSLv23

11 years agosession name for ssl
ThomasV [Sat, 24 Nov 2012 23:23:06 +0000]
session name for ssl

11 years agocatche exception on session creation
ThomasV [Sat, 24 Nov 2012 23:04:05 +0000]
catche exception on session creation

11 years agofix: cache was using a wrong format
ThomasV [Sat, 24 Nov 2012 20:30:18 +0000]
fix: cache was using a wrong format

11 years agorm backward compatibility for old clients on abe
ThomasV [Sat, 24 Nov 2012 20:06:43 +0000]
rm backward compatibility for old clients on abe

11 years agodo not raise an error, send it in the result instead
ThomasV [Sat, 24 Nov 2012 17:58:21 +0000]
do not raise an error, send it in the result instead

11 years agodon't add new histories to the log during reorgs
ThomasV [Sat, 24 Nov 2012 08:32:00 +0000]
don't add new histories to the log during reorgs

11 years agoMerge branch 'master' of github.com:spesmilo/electrum-server
ThomasV [Wed, 21 Nov 2012 19:56:03 +0000]
Merge branch 'master' of github.com:spesmilo/electrum-server

11 years agofix caching problem with chunks
ThomasV [Wed, 21 Nov 2012 19:55:42 +0000]
fix caching problem with chunks

11 years agoMerge pull request #7 from Ramblurr/master
ThomasV [Wed, 21 Nov 2012 14:02:22 +0000]
Merge pull request #7 from Ramblurr/master

Update patch to work with latest git sources

11 years agofix typo, add 1 phrase.
ThomasV [Wed, 21 Nov 2012 13:54:47 +0000]
fix typo, add 1 phrase.

11 years ago'pruning' flag
ThomasV [Tue, 20 Nov 2012 12:41:00 +0000]
'pruning' flag

11 years agopassword protect unsubscribe
ThomasV [Tue, 20 Nov 2012 10:21:35 +0000]
password protect unsubscribe

11 years agoremove unsubscribed addresses
ThomasV [Thu, 15 Nov 2012 16:12:41 +0000]
remove unsubscribed addresses

11 years agofix: convert h160 to addresses
ThomasV [Tue, 20 Nov 2012 08:45:49 +0000]
fix: convert h160 to addresses

11 years agofix address format in logs
ThomasV [Tue, 20 Nov 2012 01:09:39 +0000]
fix address format in logs

11 years agofix for strange tx
ThomasV [Mon, 19 Nov 2012 21:20:14 +0000]
fix for strange tx

11 years agofix path in readme
ThomasV [Mon, 19 Nov 2012 21:11:35 +0000]
fix path in readme

11 years agoparse black holes correctly
ThomasV [Mon, 19 Nov 2012 20:17:46 +0000]
parse black holes correctly

11 years agofix: this wasnt the right place
ThomasV [Mon, 19 Nov 2012 17:12:05 +0000]
fix: this wasnt the right place

11 years agowrite strange transactions if they have a nonzero value
ThomasV [Mon, 19 Nov 2012 17:06:33 +0000]
write strange transactions if they have a nonzero value

11 years agochange name for config file
ThomasV [Mon, 19 Nov 2012 15:45:29 +0000]
change name for config file

11 years agostore hashes in the database, to optimize space. use util.py
ThomasV [Mon, 19 Nov 2012 15:45:00 +0000]
store hashes in the database, to optimize space. use util.py

11 years agodo not add output if it does not have an address (coinbase)
ThomasV [Mon, 19 Nov 2012 15:44:12 +0000]
do not add output if it does not have an address (coinbase)

11 years agodo not store undo info during catch up
ThomasV [Mon, 19 Nov 2012 11:40:53 +0000]
do not store undo info during catch up

11 years agofixes
ThomasV [Sun, 18 Nov 2012 20:28:12 +0000]
fixes

11 years agofix
ThomasV [Sun, 18 Nov 2012 19:13:28 +0000]
fix

11 years agostore limited undo information for reorgs
ThomasV [Sun, 18 Nov 2012 17:33:45 +0000]
store limited undo information for reorgs

11 years agofix for blockchain reorgs
ThomasV [Sun, 18 Nov 2012 07:49:44 +0000]
fix for blockchain reorgs

11 years agobug: wrong name
ThomasV [Fri, 16 Nov 2012 17:50:51 +0000]
bug: wrong name

11 years agofix and improve clarity
ThomasV [Fri, 16 Nov 2012 16:55:19 +0000]
fix and improve clarity

11 years agoMerge branch 'master' of github.com:spesmilo/electrum-server
ThomasV [Fri, 16 Nov 2012 13:49:20 +0000]
Merge branch 'master' of github.com:spesmilo/electrum-server

11 years agoadd timestamp to all log lines
ThomasV [Fri, 16 Nov 2012 13:49:03 +0000]
add timestamp to all log lines

11 years agoUpdate patch to work with source after Nov 10 2012
Casey Link [Fri, 16 Nov 2012 13:08:05 +0000]
Update patch to work with source after Nov 10 2012

11 years agoPatch not path
Maran H. [Fri, 16 Nov 2012 12:46:35 +0000]
Patch not path

11 years agoUpdated how-to with patch instructions
Maran H. [Fri, 16 Nov 2012 12:18:26 +0000]
Updated how-to with patch instructions

11 years agofix memory pool and cache
ThomasV [Thu, 15 Nov 2012 11:34:48 +0000]
fix memory pool and cache

11 years agofix mempool and notifications
ThomasV [Thu, 15 Nov 2012 11:15:10 +0000]
fix mempool and notifications

11 years agoslightly improved messages
ThomasV [Thu, 15 Nov 2012 07:23:59 +0000]
slightly improved messages

11 years agofix memory pool
ThomasV [Thu, 15 Nov 2012 07:17:22 +0000]
fix memory pool

11 years agofixes
ThomasV [Wed, 14 Nov 2012 20:23:39 +0000]
fixes

11 years agostore headers file locally for get_chunk
ThomasV [Wed, 14 Nov 2012 18:21:23 +0000]
store headers file locally for get_chunk

11 years agokeep old clients
ThomasV [Wed, 14 Nov 2012 14:27:39 +0000]
keep old clients

11 years agovarious bug fixes
ThomasV [Wed, 14 Nov 2012 14:18:22 +0000]
various bug fixes

11 years agofix a few bugs
ThomasV [Wed, 14 Nov 2012 12:13:09 +0000]
fix a few bugs

11 years agobitcoind + levelDB processor integration
ThomasV [Wed, 14 Nov 2012 10:12:02 +0000]
bitcoind + levelDB processor integration

11 years agonew bitcoind backend (experimental)
ThomasV [Sun, 11 Nov 2012 16:45:50 +0000]
new bitcoind backend (experimental)

11 years agobc2
ThomasV [Sat, 10 Nov 2012 13:17:13 +0000]
bc2

11 years agofix two bugs: ORDER BY in get_chunk, cache_only not passed
ThomasV [Sat, 10 Nov 2012 06:18:43 +0000]
fix two bugs: ORDER BY in get_chunk, cache_only not passed

11 years agodo not queue requests that can be answered using the cache
ThomasV [Thu, 8 Nov 2012 13:47:01 +0000]
do not queue requests that can be answered using the cache

11 years agouse a separate lock for the cache; this should improve performance significantly
ThomasV [Tue, 6 Nov 2012 09:51:37 +0000]
use a separate lock for the cache; this should improve performance significantly

11 years agoMerge branch 'master' of github.com:spesmilo/electrum-server
ThomasV [Mon, 5 Nov 2012 19:03:17 +0000]
Merge branch 'master' of github.com:spesmilo/electrum-server

11 years agobugfix: restore method name
ThomasV [Mon, 5 Nov 2012 19:02:59 +0000]
bugfix: restore method name

11 years agoReplaced gitorious with github in Howto
Maran H. [Mon, 5 Nov 2012 15:36:53 +0000]
Replaced gitorious with github in Howto

11 years agoclient sends protocol version
ThomasV [Sun, 4 Nov 2012 21:45:20 +0000]
client sends protocol version

11 years agofix: rename method subscribe2
ThomasV [Sun, 4 Nov 2012 15:02:34 +0000]
fix: rename method subscribe2

11 years agopatch for bitcoind
ThomasV [Sun, 4 Nov 2012 09:29:10 +0000]
patch for bitcoind

11 years agonew protocol (version 0.5), sending serialized transactions
ThomasV [Sun, 4 Nov 2012 09:21:00 +0000]
new protocol (version 0.5), sending serialized transactions

11 years agoMerge branch 'master' of github.com:spesmilo/electrum-server
ThomasV [Sat, 27 Oct 2012 08:40:38 +0000]
Merge branch 'master' of github.com:spesmilo/electrum-server

11 years agofix sql request in get_merkle
ThomasV [Sat, 27 Oct 2012 08:39:53 +0000]
fix sql request in get_merkle

11 years agoMerge pull request #6 from zootreeves/master
ThomasV [Fri, 26 Oct 2012 20:56:25 +0000]
Merge pull request #6 from zootreeves/master

Changes to Http headers permitted by OPTIONS

11 years agov0.4: send position along merkle path
ThomasV [Fri, 26 Oct 2012 09:28:10 +0000]
v0.4: send position along merkle path

11 years agoblockchain.headers subscription service
ThomasV [Thu, 25 Oct 2012 08:55:39 +0000]
blockchain.headers subscription service

11 years agoget_chunk for SPV
ThomasV [Wed, 24 Oct 2012 19:47:13 +0000]
get_chunk for SPV

11 years agoUpdate transports/stratum_http.py
Ben Reeves [Tue, 23 Oct 2012 14:15:25 +0000]
Update transports/stratum_http.py

All all header wildcard. Some browsers add unpredictable headers such as Cookie, Accept-Language, Accept-Encoding etc.

11 years agofix bug with merkle tree
ThomasV [Sun, 21 Oct 2012 20:38:03 +0000]
fix bug with merkle tree

11 years agoupdated docs to reflect absence of patch
ThomasV [Sat, 20 Oct 2012 22:01:02 +0000]
updated docs to reflect absence of patch

11 years agoremove unneeded patch
ThomasV [Sat, 20 Oct 2012 21:57:28 +0000]
remove unneeded patch

11 years agoBugfix: importtransaction -> sendrawtransaction
slush0 [Sat, 20 Oct 2012 12:10:39 +0000]
Bugfix: importtransaction -> sendrawtransaction

11 years agosupport new unpatched bitcoind
ThomasV [Sat, 20 Oct 2012 10:38:16 +0000]
support new unpatched bitcoind

11 years agobump protocol version number, to see which servers have get_header and get_merkle
ThomasV [Sat, 20 Oct 2012 08:48:51 +0000]
bump protocol version number, to see which servers have get_header and get_merkle

11 years agodon't send header with merkle
ThomasV [Fri, 19 Oct 2012 19:06:27 +0000]
don't send header with merkle

11 years agosend only the relevant part of the merkle tree
ThomasV [Fri, 19 Oct 2012 13:49:15 +0000]
send only the relevant part of the merkle tree

11 years agoMerge pull request #5 from zootreeves/master
ThomasV [Thu, 18 Oct 2012 22:02:45 +0000]
Merge pull request #5 from zootreeves/master

Added OPTIONS http request

11 years agoassert cert files
ThomasV [Thu, 18 Oct 2012 20:27:07 +0000]
assert cert files

11 years agoadd two new RPCs: transaction.get_merkle and block.get_header
ThomasV [Thu, 18 Oct 2012 15:05:56 +0000]
add two new RPCs: transaction.get_merkle and block.get_header

11 years agouse SSLv23
ThomasV [Wed, 17 Oct 2012 10:54:17 +0000]
use SSLv23

11 years agofix: shutdown connection
ThomasV [Wed, 17 Oct 2012 10:41:25 +0000]
fix: shutdown connection

11 years agorm junk
ThomasV [Wed, 17 Oct 2012 09:42:06 +0000]
rm junk

11 years agoserver-side support for ssl
ThomasV [Wed, 17 Oct 2012 09:40:06 +0000]
server-side support for ssl

11 years agoFix indentation
Ben Reeves [Wed, 10 Oct 2012 16:40:29 +0000]
Fix indentation

11 years agoAdded Support for OPTIONS Request
Ben Reeves [Wed, 19 Sep 2012 18:31:06 +0000]
Added Support for OPTIONS Request

OPTIONS support is needed for browser based querying of electrum servers with browsers that support CORS.

11 years agoMerge pull request #3 from colindean/feature/format-docs
Maran H. [Wed, 29 Aug 2012 20:43:15 +0000]
Merge pull request #3 from colindean/feature/format-docs

reformat READMEs, add HOWTO note for outdatedness

11 years agoreformat READMEs, add HOWTO note for outdatedness
Colin Dean [Wed, 29 Aug 2012 03:07:18 +0000]
reformat READMEs, add HOWTO note for outdatedness

11 years agoMerge pull request #1 from colindean/master
Maran H. [Tue, 28 Aug 2012 07:15:53 +0000]
Merge pull request #1 from colindean/master

format HOWTO for better readability

11 years agoformat howto to fit within 80 chars + markdown
Colin Dean [Sun, 26 Aug 2012 16:44:50 +0000]
format howto to fit within 80 chars + markdown

11 years agoMerge commit 'refs/merge-requests/3' of git://gitorious.org/electrum/server into...
Amir Taaki [Fri, 17 Aug 2012 19:53:45 +0000]
Merge commit 'refs/merge-requests/3' of git://gitorious.org/electrum/server into merge-requests/3

11 years ago'id' is mandatory field in JSON-RPC notification, even when it's 'null'.
slush [Mon, 6 Aug 2012 02:37:54 +0000]
'id' is mandatory field in JSON-RPC notification, even when it's 'null'.

11 years agoFix error (chain_id == None) on some Abe installation
slush [Sat, 4 Aug 2012 23:00:48 +0000]
Fix error (chain_id == None) on some Abe installation