Skip to content

New POW calculation module #1284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 38 commits into
base: v0.6
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
a181da3
New POW calculation module
Kleshni Jun 23, 2018
079326b
More precise exceptions
Kleshni Jun 23, 2018
46da7e8
Fixed indentation
Kleshni Jun 23, 2018
917b55d
Sorted imports
Kleshni Jun 23, 2018
2eeb58a
Fixed indentation
Kleshni Jun 23, 2018
43f7e1e
Improved unit tests loading
Kleshni Jun 23, 2018
30e7df6
Skip OpenCL test if unavailable
Kleshni Jun 23, 2018
721ad8c
Add "workprover" to packages list
Kleshni Jun 23, 2018
4f9274a
More build system integration for WorkProver
Kleshni Jun 25, 2018
cac0237
OS X compatibility
Kleshni Jun 25, 2018
4c0b0c7
Merge branch 'v0.6' into POW
Kleshni Jun 27, 2018
7999330
Downgrade OpenSSL version
Kleshni Jun 27, 2018
90ae95d
Added WorkProver to executable builders
Kleshni Jun 28, 2018
c28a4f6
Don't load heavy modules until needed
Kleshni Jun 28, 2018
6fb637d
Merge branch 'v0.6' into POW
Kleshni Jun 28, 2018
0c3ce79
Wrap "bitmessagemain.py" for use with "multiprocessing"
Kleshni Jun 30, 2018
5429191
Fix for running after installation
Kleshni Jun 30, 2018
3c0e235
Signal handling
Kleshni Jun 30, 2018
8e0bff7
Connect WorkProver to SingleWorker
Kleshni Jul 15, 2018
b24edfd
Merge branch 'v0.6' into POW
Kleshni Jul 15, 2018
e94bdf4
Fix "maxcores" setting
Kleshni Jul 15, 2018
d1a5c60
Deleted generated code for settings window
Kleshni Jul 20, 2018
b2441c7
Deleted generated code for main window
Kleshni Jul 22, 2018
c66156a
Added POW speed indicator
Kleshni Jul 22, 2018
ce4fe3a
Added sending cancellation
Kleshni Jul 23, 2018
174fb38
Forgotten litter
Kleshni Jul 23, 2018
f6415d6
Added "Edit and resend" option
Kleshni Jul 23, 2018
a27b5e9
Merge branch 'v0.6' into POW
Kleshni Jul 23, 2018
2c7d677
Added estimated POW time tooltip
Kleshni Jul 23, 2018
373157d
Added POW settings to settings window
Kleshni Jul 29, 2018
00c4ee8
Added API for raw objects
Kleshni Jul 29, 2018
02ece2d
Added more API for raw objects
Kleshni Jul 29, 2018
c22c5c2
Removed broken API methods
Kleshni Jul 29, 2018
a398354
Deleted old module
Kleshni Jul 29, 2018
8e1259d
More old code deleted
Kleshni Jul 29, 2018
0aaad8b
Fixed big-endian decoding
Kleshni Jul 30, 2018
192b083
Readability
Kleshni Jul 30, 2018
7ad1725
Applying solution I don't understand
Kleshni Aug 2, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Forgotten litter
  • Loading branch information
Kleshni committed Jul 23, 2018
commit 174fb38c7dab6e65ef2fc37f16e95875cad46d59
3 changes: 0 additions & 3 deletions src/singleworker.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,9 +901,6 @@ def sendMessages(self):
self.processMessage(*i)

def cancelMessage(self, ackData, delete, trash):
#multpubky
#neededkeys

ID = "ack", ackData

if ID in self.startedWorks:
Expand Down