Merge pull request #136 from Rav3nPL/patch-1
[p2pool.git] / p2pool / test /
2013-08-23 Forrest Voightremoved transitional NEW_* network parameters (meant...
2013-08-02 Forrest Voightfixed broken testcase
2013-07-03 Forrest Voightchange SHARE_PERIOD and SPREAD to new values on switch...
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-24 Forrest Voightcheck that switchover has happened in node system test
2013-06-24 Forrest Voightfixed "invalid fee" message in test case
2013-01-02 Forrest Voightcheck coinbase subsidy in test_nodes
2013-01-02 Forrest Voightfixed up test cases
2012-12-28 Forrest Voightrefactored jsonrpc: broke generic jsonrpc handling...
2012-12-07 Forrest Voightsimulate block submission working
2012-12-07 Forrest Voightvisit all web pages in test_nodes testcase
2012-12-06 Forrest Voightincreased test_nodes testcase timeout
2012-11-27 Forrest Voightremoved old share implementations
2012-11-19 Forrest Voightfix to commit ebddba
2012-11-08 Forrest Voightadded --outgoing-conns argument for people who want... 9.0
2012-11-05 Forrest Voightadded new stratum-compatible share implementation
2012-11-02 Forrest Voightinclude merged mining work in simulated mining
2012-11-02 Forrest Voightinclude transactions in simulated mining
2012-11-02 Forrest Voightmade test_node find some block solutions
2012-11-02 Forrest Voightextended test_node to test switchover
2012-11-02 Forrest Voightadded MIN_TARGET attribute to p2pool network definition...
2012-10-31 Forrest Voightadded test_nodes, which simulates 3 p2pool nodes mining...
2012-10-31 Forrest Voightmade test_node find an available port to listen to...
2012-10-31 Forrest Voightmade mining test start a jsonrpc server and go through...
2012-10-31 Forrest Voightimproved coverage for VarInt
2012-10-31 Forrest Voightadded testcase for node+work that simulates mining...
2012-10-28 Forrest Voightmoved getwork checks to testcases
2012-10-28 Forrest Voightfixed p2p.test_tx_limit testcase
2012-10-15 Forrest Voightlimit max amount of tx data stored to 1.5 MB
2012-10-14 Forrest Voightcleaned up test.test_p2p.Test.test_sharereq
2012-08-08 Forrest Voightadded bitcoin.script.create_push_script and improved...
2012-08-08 Forrest Voightfixed natural_to_string's encoding of 0
2012-08-08 Forrest Voightfixed p2pool.test.test_p2p, broken by dab6c2e8
2012-07-07 Forrest Voightremoved some dead code in tests
2012-07-07 Forrest Voightremoved mentions of shares from tracker
2012-06-24 Forrest Voightmade p2p.Node clean up all delayedcalls. test.test_p2p...
2012-06-24 Forrest Voightfixed p2pool.test.test_p2p testcase
2012-04-15 Forrest Voightsome cleanup for graph
2012-04-15 Forrest Voightdisplay per-miner current payout in graphs
2012-04-13 Forrest Voightfixed binom_conf_interval and test case
2012-04-07 Forrest Voightfixed p2pool.data test case, broken by "remove support...
2012-03-20 Forrest Voightadded sharereq/sharereply p2p messages with id field...
2012-03-17 Forrest Voightadded broken_mode option to get_cumulative_weights
2012-03-16 Forrest Voightfixed bitcoin.p2p test and moved to /test
2012-03-16 Forrest Voightmoved WeightsSkipList to p2pool.data
2012-02-19 Forrest Voightprotocol change scheduled for mar 4 and feb 26 for... 0.9
2012-02-18 Forrest Voightadded .new_script back to Share
2012-02-18 Forrest Voightmoved work attribute out of forrest.Tracker
2012-02-08 Forrest Voightfixed skiplist unit test, broken since f8646705e
2012-02-08 Forrest Voightmade VarIntType only accept canonically packed integers...
2012-02-04 Forrest Voightconvert net module contents into dicts
2012-02-01 Forrest Voightadded some binomial checks and test cases
2012-01-31 Forrest Voightmoved util.bases into util.math
2012-01-29 Forrest Voightadded testcase for litecoin pow hash function
2012-01-29 Forrest Voightremoved PassthruType and moved hashing functions from...
2012-01-28 Forrest Voightmoved generic data types to util.pack
2012-01-23 Forrest Voightunified HashType, ShortHashType, and StructType into...
2011-12-24 Forrest Voightremoved run_identifier and sped up stale counting
2011-12-23 Forrest Voightmoved util.skiplist.NotSkipList to test.util.test_skipl...
2011-12-23 Forrest Voightadded tests for ExpiringDict and util.deferral
2011-12-17 Forrest Voightspeed up forest
2011-12-17 Forrest Voightadded unit test for datachunker
2011-12-17 Forrest Voightmade FloatingInteger usage explicit
2011-12-13 Forrest Voightwhitespace and imports
2011-12-13 Forrest Voightchanged merkle functions to accept hashes instead txs
2011-12-13 Forrest Voightadded some tests for bitcoin.data
2011-12-12 Forrest Voightimproved forest unit tests
2011-12-12 Forrest Voightchanged Tracker.get_chain_known to the new, more explic...
2011-12-11 Forrest Voightimproved forest tests
2011-12-10 Forrest Voightstyle and import fixes
2011-12-10 Forrest Voightupdated forest tests
2011-12-05 Forrest Voightmoved skiplists tests
2011-12-05 Forrest Voightmoved bitcoin.script tests
2011-12-05 Forrest Voightmoved bitcoin.sha256 tests
2011-12-05 Forrest Voightmoved getwork tests to test/
2011-12-05 Forrest Voightmoved forest tests to test/ and fixed them up
2011-12-04 Forrest Voightutil.bases.string_to_natural no longer accepts zero...
2011-12-04 Forrest Voightadded unit test directory and one unit test - to use...