SmartTokenLabs / attestation

Paper and implementation of blockchain attestations
MIT License
48 stars 10 forks source link

test outputshouldn't be top level #55

Closed SmartLayer closed 3 years ago

SmartLayer commented 3 years ago

I'm waiting for the bn254 b ranch to be merged to fix this.

Reproduce:

$ gradle build

$ git satus
    attestation-request.pem
    attestation-secret.pem
    attestation.pem
    attestor-priv.pem
    attestor-pub.pem
    cheque-secret.pem
    cheque.pem
    receiver-priv.pem
    receiver-pub.pem
    sender-priv.pem
    sender-pub.pem

Expected:

$ gradle build
$ git satus
(no output)
$ ls build/test-results/
    attestation-request.pem
    attestation-secret.pem
    attestation.pem
    attestor-priv.pem
    attestor-pub.pem
    cheque-secret.pem
    cheque.pem
    receiver-priv.pem
    receiver-pub.pem
    sender-priv.pem
    sender-pub.pem
jot2re commented 3 years ago

I have fixed this in the branch fixed-test-data and am making a PR now.