hyperledger-archives / aries-protocol-test-suite

Test Suite for testing protocol compliance of Aries Agents
https://wiki.hyperledger.org/display/aries
Apache License 2.0
25 stars 19 forks source link

Fix TAA timestamp problem which was causing a pool timeout on Sovrin … #37

Closed smithbk closed 4 years ago

smithbk commented 4 years ago

Fix TAA timestamp problem which was causing a pool timeout on Sovrin staging. The indy-node code requires a timestamp in secs. I stole this taa timestamp computation from ACA-py.

I'm also checking in the sample apts/src/config.toml; it was not checked in before because it was listed in the .gitignore file, so I fixed that.

Signed-off-by: Keith Smith bksmith@us.ibm.com