Marek Kotewicz

Results 29 issues of Marek Kotewicz

first hashing occurs during verification: https://github.com/ethcore/parity-bitcoin/blob/591a6421216097eb60b3eb5c1ca9b455c2275deb/verification/src/chain_verifier.rs#L97 second one during insertion to mempool: https://github.com/ethcore/parity-bitcoin/blob/591a6421216097eb60b3eb5c1ca9b455c2275deb/miner/src/memory_pool.rs#L678 imo, it would be good not to use `chain::Transaction` at all. As soon as we deserialize transaction,...

F7-footprint
M4-core

https://github.com/paritytech/parity-bitcoin/pull/385#pullrequestreview-30979276

F8-enhancement
M4-core

It may happen, that relayed transaction are not included in a block, or an authority responsible for relaying them is malicious and hasn't done that. In such case, we should...

F3-annoyance
P5-sometimesoon

the documentation should be placed above ethabi `encode` and `decode` functions related #69

enhancement
help wanted

tests for issue fixed in #71

related https://github.com/paritytech/ethabi/pull/62#issuecomment-341708679

help wanted