feat: make libp2p a state machine (#257)

* docs: add events to readme
This commit is contained in:
Jacob Heun
2018-10-19 17:37:34 +02:00
committed by GitHub
parent 686379efb0
commit 0b75f99d75
19 changed files with 519 additions and 109 deletions

View File

@ -42,6 +42,7 @@ describe('Turbolence tests', () => {
}
})
/* eslint-disable-next-line no-console */
nodeSpawn.stderr.on('data', (data) => console.log(data.toString()))
})