peerplays_migrated/libraries/app
Eric Frias c0b9af9a99 Greatly reduce the amount of time the p2p network code will wait for a peer to
return a requested block/transaction.  Make this time dependent on the actual block
interval.  This should allow the the node to give up and request the block from
another peer before the ~30 second undo interval has passed.
Fix the merkle root calculation to avoid reading
past the end of a vector.  Modify the algorithm to do what was likely intended
(this modification is currently disabled because it will yield different results
than the currently-running testnet)
Fix windows build errors.
2015-08-24 09:57:47 -04:00
..
include/graphene/app [FWN] Create privileged API login for web UI 2015-08-19 11:40:31 -04:00
api.cpp adding extra indexing of accounts by address auths 2015-08-20 15:19:15 -04:00
application.cpp Greatly reduce the amount of time the p2p network code will wait for a peer to 2015-08-24 09:57:47 -04:00
CMakeLists.txt application.cpp: Use egenesis instead of create_example_genesis() 2015-08-07 16:45:53 -04:00
impacted.cpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
plugin.cpp Progress on #144 - refactoring fee schedule 2015-07-08 18:45:53 -04:00