Josh Rickmar
Josh Rickmar
I can chime in as both an OpenBSD user and someone who works on a project that builds releases for OpenBSD. I am happy with this change but hope that...
This code is also missing any sort of dependency version management which is a requirement. We're going to be converting the whole repo over to Go Modules so you can...
The examples were done on testnet2 and decred is currently on testnet3, so they need to be entirely redone.
You need to generate p2pkh addresses (aka legacy). getnewaddress should let you specify the kind.
It's not supported because 1. I don't have the technical experience to write solidity contracts 2. Nobody else has stepped up You're welcome to take this on. Ideally the contract...
@leoloco not every tool need be written in Go. Each tool is its own program and can be implemented in any language.
A heads-up before you get started: a lot of the code in the ethereum ecosystem is GPL and the code linked above is no exception. I'd however prefer to keep...
@devwarrior777 yes, as described in project 1, any tools added should adhere to the same interface.
Nobody has tested or reviewed this, and I don't have the ability to do so without taking time off other projects to learn solidity.
Thinking about this some more, I feel that a more Linux-like approach would be good here, where individual maintainers all maintain their own subprojects in the tree rather than one...