Marek Kotewicz
Marek Kotewicz
#### Version: latest master ------ #### Overview: I stumbled upon a problem while using zexe `CanonDeserialization` for `bls12_381::G1Affine`. ------ #### Details: I have an existing code which utilizes [`zkcrypto/pairing`](https://github.com/zkcrypto/pairing) library....
reported issue: https://github.com/paritytech/ethabi/issues/40 related #219 external repo with tests: https://github.com/debris/docopt_bug/blob/master/src/lib.rs tests from external repo run with docopt `0.8.1` ``` running 7 tests test test_short ... FAILED test test_short_with_three_params ... FAILED...
fixes https://github.com/rust-lang/cargo/issues/4352
``` cargo 1.26.0 (0e7c5a931 2018-04-06) ``` ----- I run `cargo update -p snappy` on [parity](https://github.com/paritytech/parity) project - rev `bca100cdb047906e73d6733f43df73c7603897dd`. cargo output was ok: ``` Updating git repository `https://github.com/paritytech/rust-snappy` Updating git...
I've upgraded `unreachable-branch-transform` from version `0.1.0` to `0.2.1`. I've noticed strange output after rerunning gulp. As you can see [in this diff](https://github.com/ethereum/ethereum.js/commit/636fb4b02118196ba3402802f88127f71af58e92), comments which were prior to unreachable branch were...
Currently several libraries (`curl`, `jsoncpp`, `miniupnp` and `libjson-rpc-cpp`) are downloaded from my github forks. I would have been better if someone could fork those libraries to ethereum organization.
Also `cargo owner --add` constantly fails with. ``` error: failed to add owners to crate plain_hasher: api errors: It looks like you don't have permission to query a necessary property...
why is it broken? `eth_getTransactionReceipt` returns receipt with fields `block_hash` and `block_number` set to `null` for transactions that are a part of pending block. related issue to parity-bridge: - https://github.com/paritytech/parity-bridge/issues/191...