Mike Kelly

Results 13 issues of Mike Kelly

Hi all, what do you think about making the wallet injectable as per this PR?

This is an implementation of the invalidateblock strategy proposed by Adam Back: https://twitter.com/adam3us/status/1363548872023429122 Under this defensive strategy, an authority is established which is able to notify other honest nodes of...

Convert the project into a bower component. - compile javascripts into one file - add dependencies via bower (e.g. uri-template, bootstrap, etc) - submit to bower index

enhancement

Create a test harness: - Ruby?! - mock API - cucumber and phantomjs - TravisCI If anyone wants to help flesh out the various features and scenarios that would be...

enhancement

Hi @cchandler, this library is dope - great work! I notice that the README mentions conveniences for CSR as coming soon. Did you make any progress with that? I'm about...

### Background The project structure in Docker was different from local setup for no apparent reason, this brings it in line and cleans things up. ### Changes * Dockerfile now...

BOld
docker

### Background The working directory was hardcoded in a few separate bits of the codebase ### Changes Made working directory part of global config and possible to set via env...

conflicts

### Background The redis container name in docker compose could be more specific about its role ### Changes Make the redis container's name more self descriptive ### PR Quality Checklist...

one-liner

I'm handling a cbor message that is tagged with a value that's not supported and so trying to decode the message throws this error: https://github.com/valpackett/SwiftCBOR/blob/edc01765cf6b3685bb622bb09242ef5964fb991b/Sources/Decoder/UnkeyedDecodingContainer.swift#L228 What's the easiest way for...

@apotonick just a quick one.. working on a new API and wondering about the reasons why the `default_url_options` config option is a requirement and you weren't able to delegate this...