Marek Kotewicz

Results 29 issues of 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...

high priority methods - [x] sendrawtransaction list for next milestone: - [x] addnode #306 - [ ] createmultisig #308 - [x] createrawtransaction #307 - [x] decoderawtransaction #308 - [x] getaddednodeinfo...

F8-enhancement
M6-rpcapi
F9-meta

F4-tests
F5-documentation

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

F5-documentation

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

F8-enhancement
M4-core

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:...

F7-optimisation
M4-core