ipfs / interop

Interoperability tests for IPFS Implementations (on-the-wire interop)
Other
32 stars 15 forks source link

Testing Hurdles #12

Closed dryajov closed 6 years ago

dryajov commented 6 years ago

Just wanted to document some of the general issues I've ran across while implementing the circuit interop tests

Current issues

What could be some possible solutions to the outlined issues

The current implementation is in #6, I invite anyone to take a look and leave suggestions on how to improve them. Note that they are still in flux and I'm not requesting a formal review, but a suggestions on how to simplify/improve them overal.

dryajov commented 6 years ago

// cc @VictorBjelkholm @diasdavid @richardschneider @mkg20001

mkg20001 commented 6 years ago
  • improve speed

I've made https://github.com/mkg20001/aegir-keycache which hopefully will fix some of the slowness caused by key generation (demo)