Skip to content
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

Can not run the run_local.py #52

Open
zhouzhou84 opened this issue Oct 23, 2019 · 2 comments
Open

Can not run the run_local.py #52

zhouzhou84 opened this issue Oct 23, 2019 · 2 comments
Assignees

Comments

@zhouzhou84
Copy link

line2 in run_local.py shows that:
p = subprocess.check_output( ['python', '-m', 'honest_party_test', '-k', '%d_%d.key' % (N, t), '-e', 'ecdsa.keys', '-b', '%d' % Tx, '-n', str(N), '-t', str(t), '-c', 'th_%d_%d.keys' % (N, t)], shell=False, )
and in the HoneyBadgerBFT/experiments/honest_party_test line8,9,10,13,14

from ..core.utils import ...
from ..core.includeTransaction import
from ..core.utils import ACSException, checkExceptionPerGreenlet, getSignatureCost, encodeTransaction, getKeys, \ deepEncode, deepDecode, randomTransaction, initiateECDSAKeys, initiateThresholdEnc, finishTransactionLeap

where is the core/utils?

@sbellem sbellem self-assigned this Jul 15, 2020
@jasonclown
Copy link

hi!I also encountered this problem, is you solved?

@sbellem
Copy link
Collaborator

sbellem commented Jul 19, 2021

Hi @jasonclown, I think the code under experiments/ is outdated, as it belongs to an earlier version of the code that was used for the initial research prototype. I'll try to have a look to update it with the current code.

Sorry @zhouzhou84 for missing your original question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants