NikVolf
|
d30e47a50e
|
add test
|
2017-08-03 21:49:40 +03:00 |
|
NikVolf
|
6b3f5c977a
|
overflow check in addition
|
2017-08-03 21:35:51 +03:00 |
|
Feynman Liang
|
5eb8cea6e7
|
Tendermint epoch transitions (#6085)
* Adds signals_epoch_end to tendermint
* Adds is_epoch_end
* Adds snapshot_components
* Adds tendermint Epoch Verifier
* Fix documentation typos
* Change check_finality_proof to panic
* Fix compilation
* Adds Unconfirmed path to epoch_verifier
* Verify if address is validator in EpochVerifier
* check_finality_proof errors on failure
* Don't share combine/destructure_proofs
* Remove invalid import
* Remove duplicate epoch verifier trait
* Fix docs
* Adds recover stub to tendermint EpochVerifier
* Adds verify_light test
* Avoid boxed closure
* Style fixes
|
2017-07-26 16:25:32 +01:00 |
|
Marek Kotewicz
|
46183b1cdd
|
bigint upgraded to version 3.0 (#5986)
* bigint upgraded to version 3.0
* fixed missing FromHex import in ethcore tests
* fixed missing FromHex import in rpc tests
|
2017-07-06 11:26:14 +02:00 |
|
Robert Habermeier
|
bccf58df51
|
relicense RLP to MIT/Apache2
|
2017-05-10 13:03:30 +02:00 |
|
Marek Kotewicz
|
044d070667
|
rlp deserialization refactor, 30% faster (#4901)
* fixed naming of rlp modules
* RlpStream cleanup
* appending short rlp lists (0...55 bytes) is 25% faster
* RlpStream does not use bytes module, nor trait Stream
* removed unused code from rlp module
* compiling ethcore-util with new rlp serialization
* compiling parity with new rlp serialization
* fixed compiling ethcore-light with new rlp serialization
* fixed compiling ethsync with new rlp serialization
* moved rlp benches and rlp tests
* rlp deserialization refactor, 30% faster
* removed redundant comment, print
* fixed compiling parity with new rlp deserialization
* removed redundant double-space
* fixed failing test
* updated rlp docs, removed unused traits
* fixed rlp benchmarks
* replace usage of WriteBytesExt with ByteOrder
* removed unused, commented out code
* fixed merge conflict
|
2017-03-22 14:41:46 +01:00 |
|
Gav Wood
|
8404edb656
|
Fix whitespace (#4299)
* Fix whitespace.
* Update copyright years/owner.
* Push release only for tags.
|
2017-01-25 18:51:41 +01:00 |
|
Robert Habermeier
|
8125b5690c
|
Port try macro to new ? operator. (#3962)
* initial untry sweep
* restore try in ipc codegen, fix inference
* change a few missed try instances
|
2016-12-27 12:53:56 +01:00 |
|
Gav Wood
|
17cc2be4b5
|
Rename ethcore -> parity in license.
|
2016-12-11 19:30:54 +01:00 |
|
Robert Habermeier
|
eb7b62a61c
|
move rlp to separate crate, port ethcore-util to it
|
2016-09-01 13:36:32 +02:00 |
|