southbite

Results 5 issues of southbite

Hi there - made the digest configurable and default to SHA512, this change is backward compatible - I think :) We did it on a fork as we need the...

Version: ^7.0.0 Environment: any os Related to #646, not an error but a respectful request for a documentation update: pingInterval is hard-coded to false in createSocket method (so the dummy...

## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) ## Proposed changes Add MQTT Protocol version...

I am doing what was specified in readme, snippet: ```javascript const levelDB = levelup( encode( leveldown(this.opts.file), { valueEncoding: 'json' } ) ); this.db = new Gun({level: levelDB, web: this.httpServer}); ```...

Hi there, I installed the insight api on our own node as per your instructions here: https://github.com/bitpay/insight-api/tree/v0.3.0 The api and insight are both up and running on our nodes, so...