Marek Kotewicz
Marek Kotewicz
Can you also release new version - `0.3.1` ? Thanks! ;)
Latest commit to master was almost 2 years ago, and latest release was over 4 years ago. Is anyone looking after this library? If not, can push access be granted...
closes #27
high priority methods - [x] sendrawtransaction list for next milestone: - [x] addnode #306 - [ ] createmultisig #308 - [x] createrawtransaction #307 - [x] decoderawtransaction #308 - [x] getaddednodeinfo...
It should be done once repo is open-sourced and can be done by removing this line: https://github.com/ethcore/parity-bitcoin/blob/master/.travis.yml#L30
Stratum protocol documentation https://slushpool.com/help/#!/manual/stratum-protocol Parity implementation (could be reused partly) https://github.com/ethcore/parity/tree/master/stratum/src
We have talked about that 2 days ago. We could add additional fields to `TransactionMeta` ```rust pub struct TransactionMeta { height: u32, outputs: Vec, } pub struct TransactionOutputMeta { output:...