Judson Stephenson
Judson Stephenson
This PR moves `AddShare` functionality to `tss/ecdsa` from `tss/ecdsa/gg18` and adds `PartialPublicKeys` to the `newpeer` / `oldpeer` `Result` structs. I can revert commit 8cb2bd07177ac6cc65dcc0f2718c08d68cdec38b before merging to preserve backwards compatibility...
I have this code: ``` python import os import sys import getpass import onepassword.keychain # Our password function def get_password(msg=False): # Get the password p = getpass.getpass(prompt='1Password: ', stream=sys.stderr) p...
When `TKStateMachine` tries to determine if it can fire an event, it does: ``` [tkEventInstance.states containsObject: self.currentState]; ``` If you haven't instantiated the current state with the exact `TKState` instance...
The base branch for #111 was deleted, so I'm opening a new PR with a new base branch. (Fixes #56)
We have multiple loosely coupled methods that pass around unexecuted `Collection` objects and join/filter as they need. It's possible to get into a situation where multiple methods need to join...
I had `User::all()->first()` in some test code, and I was a bit surprised when it ran out of memory when run against the staging database. Looks like the generated sql...
I posted this on #79 but I think it deserves it's own issue now that #98 has been merged. It appears that the in-memory object cache isn't following the principle...
My activity workers correctly process tasks 60% of the time, then they start throwing this error. "I have not been able to poll successfully, and am now bailing out, with...