0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
prevent irc flooding More... over 8 years ago
Rename "from" functions to "to" functions. More... over 8 years ago
Remove conversion function factories from utils because we have 3 less functions to create due to using unsigned ints for block version. More... over 8 years ago
Shorten numeric/byte conversion functions per @ecdsa's request in #electrum, 2016-01-29 More... over 8 years ago
Replace int_to_hex and hex_to_int with faster/byte-aware functions. More... over 8 years ago
reformatting More... over 8 years ago
Use cheaper `del` statement instead of `dict`'s `pop` function when return value not needed. More... over 8 years ago
Merge pull request #142 from JustinTArthur/small-blockchain-processor-optimizations More... over 8 years ago
Replace some lists with tuples where no mutation is intended. iterkeys instead of keys. More... over 8 years ago
Read from urlopen response inside connection try/except block. More... over 8 years ago
Merge branch 'master' of github.com:spesmilo/electrum-server More... over 8 years ago
add relayfee to protocol More... over 8 years ago
Merge pull request #141 from red-coracle/master More... over 8 years ago
Updated HOWTO.md for clarity and consistency. More... over 8 years ago
Optimize literals, iterations, static methods, and conversions in storage module. More... over 8 years ago
Chunk cache already initialized before `init_headers` is called. More... over 8 years ago
Use `update` for deprecated addresses instead of `add`ing each one to `touched_addresses` individually. More... over 8 years ago
Construct strings once where possible instead of reconstruction from concatenation.c More... over 8 years ago
Use tuples where applicable. Lists are expensive in PYthon. More... over 8 years ago
A -1 `result` will return -1 regardless of `cache_only` per next statement. More... over 8 years ago
Fix indentation issue in broadcast error case. More... over 8 years ago
`import_block` doesn't use passed in `sync`. Make static methods static. More... over 8 years ago
No need for mutable default argument here. More... over 8 years ago
No need to initialize an empty list during set initialization. More... over 8 years ago
Read connection file descriptor in JSON module instead of writing to a str ahead of time. Use iteritems for speed because we assume Python 2.x. More... over 8 years ago
Clean up blockchain_processor imports. ast wasn't used, wildcard utils import duplicated many previous imports More... over 8 years ago
HOWTO: fix openssl cert creation example to create 5 years of validity (as described in the text) More... over 8 years ago
fix high CPU usage caused by polling without reading More... over 8 years ago
anti-DOS: don not read from socket if it does not read from us (hsmith) More... over 8 years ago
log error if max utxo reached More... over 8 years ago