Scott Fleckenstein
Scott Fleckenstein
I need to do some thinking about what we should do with that code in general. Having a simple bearer token be our answer to securing your internal communications makes...
ah, I didn't realize. I'll look into it and make a call tomorrow.
@Mr0grog IMO, this is probably just an issue with your inexperience with go and gb. Some reading info: https://blog.golang.org/generate In this specific case, you simply need to run `gb generate`...
Ostensibly any schema change would also be accompanied by a set of tests that exercise the schema in such a way that a missing migration would result in a test...
Wallet v2 will need a way to send lockout emails
The error: `Cannot read property '__cid' of undefined`
This first step to having recoverable connection errors is here: https://github.com/bookshelf/generic-pool-redux/pull/4
Sure... I'll work up a template today and pass it along.
Really good point. Let me think about this some, since I'm not sure if an interface is specifically how we want to handle it... particularly I'm shying away from using...
It is expected behavior that the importer spins forever waiting for the next needed ledger. I'll possibly add a system when porting the importer to go where this perma-failed state...