fixed error in assertion text
[p2pool.git] / p2pool / bitcoin /
2013-07-03 Forrest Voightdynamically adjust share difficulty to prevent payouts...
2013-06-30 Forrest Voightavoid breaking asicminer BE blade with too-long getwork...
2013-06-28 Forrest Voightmodulate share difficulty to prevent any node from...
2013-06-27 Forrest Voighttry RPC submitblock and then fall back to submitting...
2013-06-27 Forrest Voightignore trailing payload data in bitcoin p2p messages
2013-06-26 Forrest Voightadded some checks to bitcoin target util functions
2013-03-22 Warren TogamiMake p2pool's stratum implementation match the dumb...
2013-03-22 Forrest Voightadded optional stratum subscribe arguments
2013-03-20 Forrest Voightfixed self.node
2013-03-19 Rav3nPLFix for litecoin block sending
2013-01-01 Forrest Voightsend work right after subscribe with unknown username...
2013-01-01 Forrest Voightcache work by rolling coinbase
2012-12-31 Forrest Voightmade miner interfaces not assume coinbase nonce is...
2012-12-31 Forrest Voightremoved internal timestamp rolling
2012-12-31 Forrest Voightrefuse stratum submits with unknown job_id instead...
2012-12-31 Forrest Voightfix how stratum uses WorkerBridge interface
2012-12-29 Forrest Voightstratum support
2012-12-28 Forrest Voightrefactored jsonrpc: broke generic jsonrpc handling...
2012-12-28 Forrest Voightmake WorkerBridge unaware of http.Request object. only...
2012-12-24 Forrest Voightfix subsidy being calculated incorrectly when per-share...
2012-12-08 TerracoinAdd support for the Terracoin network.
2012-11-05 Forrest Voightunlock bitcoin pseudoshare difficulty
2012-10-31 Forrest Voightadded testcase for node+work that simulates mining...
2012-10-28 Forrest Voightmoved getwork checks to testcases
2012-10-27 Forrest Voightgetwork latency graph
2012-10-21 Forrest Voightrefactored p2pool node implementation from p2pool.main...
2012-10-15 Forrest VoightMerge remote-tracking branch 'origin/master' into tx_pr...
2012-10-15 Forrest Voightcorrected bitcoin testnet rpc port
2012-10-15 Forrest Voightadd transactions from bitcoind over p2p connection...
2012-08-21 Forrest Voightupdated bitcoin testnet p2p prefix for testnet3
2012-08-14 Forrest Voightdynamically create subclasses of jsonrpc.Error for...
2012-08-11 Forrest Voightupdated litecoin block explorer urls
2012-08-08 Forrest Voightadded bitcoin.script.create_push_script and improved...
2012-07-13 Forrest Voightincreased timestamp advance from 12 to 120 seconds...
2012-07-13 Forrest VoightRevert "added miner timestamp rolling check"
2012-07-09 Forrest Voightadded miner timestamp rolling check
2012-07-07 Forrest Voightremoved mentions of shares from tracker
2012-07-02 Forrest Voightfill in bitcoin protocol sub-version
2012-06-24 Forrest Voightsome pylint fixes
2012-06-24 Forrest Voightremoved tx_get_sigop_count, long unused and now outdated
2012-06-24 Forrest Voightlazily evaluate merkle branches so we can use None...
2012-06-17 Forrest Voighttrack current block height and use it to calculate...
2012-05-17 Forrest Voightgo back to 1 pseudoshare/second, but fix bitcoin pseudo...
2012-05-03 Forrest Voightreversed order of EnumType mapping argument
2012-05-03 Forrest Voightfixed address link going to block explorer page
2012-04-23 Forrest Voightadded hack so that openssl support in python isn't...
2012-04-01 Forrest Voightmade GET / redirect to /static/
2012-03-21 Forrest Voightdon't print bitcoin ALERT message
2012-03-20 Forrest Voightfix baea64dc5 - assert failed in debug mode
2012-03-20 Forrest Voightadded merkle_link structure that combines branch and...
2012-03-19 Forrest Voightadded missing p2pool import to bitcoin.height_tracker
2012-03-16 Forrest Voightfixed bitcoin.p2p test and moved to /test
2012-03-16 Forrest Voightmoved BaseProtocol to util.p2protocol
2012-03-16 Forrest Voightfixed jsonrpc import missing in bitcoin.height_tracker...
2012-03-15 Forrest Voightseparated jsonrpc.Server and the object it's proxying
2012-03-15 Forrest Voightcleaned up bitcoin.height_tracker more
2012-03-12 Forrest Voightmoved heighttracker to bitcoin.height_tracker
2012-03-11 Forrest Voightsend ping to bitcoind every 30 seconds
2012-03-07 Forrest Voightreinsert work handler in mapping when new work is gener...
2012-03-03 Forrest Voightcleaned up ChecksummedType
2012-03-03 Forrest Voightcleaned up sha256 implementation
2012-02-27 Forrest Voightban connections to/from bad peers for an hour
2012-02-27 Forrest Voightdisconnect from peer when error parsing or processing...
2012-02-20 Forrest Voightcleaned up handling of BaseProtocol's message prefix...
2012-02-20 Forrest Voightremoved support for optional checksums from p2p protoco...
2012-02-19 Forrest Voightprotocol change scheduled for mar 4 and feb 26 for... 0.9
2012-02-18 Forrest Voightmade HeightTracker's backlog length depend on the block...
2012-02-17 Forrest Voights/nameecoin/namecoin/ 0.8.6
2012-02-13 Forrest Voightcleaned up util.deferral.DeferredCacher and bitcoin...
2012-02-13 Forrest Voightadded SANE_MAX_TARGET attribute to currency net definit...
2012-02-13 Forrest Voightupdate litecoin block explorer
2012-02-12 Forrest Voightadded block explorer urls to block hash displays and...
2012-02-10 Forrest Voightimproved HeightTracker.get_height_rel_highest. might...
2012-02-10 Forrest Voightalways use checksum in bitcoin p2p communications after...
2012-02-08 Forrest Voighthandle work results by using saved closures instead...
2012-02-05 Forrest Voighthandle reason in p2p connectionLost
2012-02-05 Forrest Voightdon't request obviously useless shares
2012-02-04 Forrest Voightconvert net module contents into dicts
2012-02-04 Forrest Voightremoved unnecessary imports
2012-02-04 Forrest Voightfixed compressed pubkey handling
2012-02-04 Forrest Voightmultiple chain merged mining - not actually tested...
2012-02-03 Forrest Voightmoved CONF_FILE_FUNCs from networks to bitcoin.networks...
2012-02-03 Forrest Voightonly enable merkle branch assertion in debug mode
2012-01-31 Forrest Voightmoved util.bases into util.math
2012-01-31 Forrest Voightfix incomplete base58 move from a7d3ae4
2012-01-31 Forrest Voightmoved base58 functions into bitcoin.data
2012-01-31 Forrest Voightmore verbose invalid hash message
2012-01-29 Forrest Voightremoved PassthruType and moved hashing functions from...
2012-01-28 Forrest Voightmoved base58 to only p2pool.bitcoin.data
2012-01-28 Forrest Voightmoved generic data types to util.pack
2012-01-28 Forrest Voightadded submitold to work responses, which should cause...
2012-01-23 Forrest Voightfixed object.__new__ depreciation warning
2012-01-23 Forrest Voightoptimized integer reading/writing for a 36% improvement
2012-01-23 Forrest Voightremoved worker_interface's dependency on weakref
2012-01-23 Forrest Voightremoved bitcoin reply message - checkorder and submitor...
2012-01-23 Forrest Voightunified HashType, ShortHashType, and StructType into...
2012-01-20 Forrest Voightrewrote chain scoring function for better performance...
2012-01-20 Forrest Voightdisable caching in several places
2012-01-17 Forrest Voightadded packetReceived method to p2p protocols, letting...
2012-01-17 Forrest Voightremoved checkorder, submit order Bitcoin p2p messages...
next