Andronik Ordian
|
654632264b
|
upgrade some of the dependencies (#11467)
* bump parity-util-mem and related deps
* upgrade some of the dependencies
* deduplicate static_assertions
|
2020-02-07 17:23:45 +01:00 |
|
Niklas Adolfsson
|
1b96f98296
|
chore: remove unused dependencies (#11432)
* fix: compiler warnings
* chore: remove unused dependencies
|
2020-02-03 23:26:43 +01:00 |
|
s3krit
|
77643c13e8
|
Update copyright notice 2020 (#11386)
* Update copyright noticed 2020
* Update copyright in two overlooked files
|
2020-01-17 14:27:28 +01:00 |
|
Seun LanLege
|
f24bff5998
|
SIMD Implementation for EIP-152 (#11056)
* simd implementation
* adds benchmarks
* Update util/EIP-152/src/avx.rs
Co-Authored-By: David <dvdplm@gmail.com>
* enable avx 😅
* better benchmark, docs
* rename avx to avx2, compile on android
* fix android again
* remove ifunc, code formatting
* license
* nits
* docs, nits
* fix test
|
2019-10-02 14:32:21 +01:00 |
|
David
|
d8d7abc848
|
Add blake2_f precompile (#11017)
* feat: implement eip1108
* doc nit: price per point pair
Co-Authored-By: David <dvdplm@gmail.com>
* fix: test-build
* fix: update chain specs
* fix: basic_authority.json chain spec
* fix: change `eip_transition == 0x7fffffffffffff`
* Merge na-eip1108
* Pre-compile plumbing
* Use type alias instead of struct
* Extract the data from incoming EVM call and forward it to blake2_f
* Fetch parity-common from git for now
* Fix broken cost impl
Add remaining test vectors
* cleanup
* Trailing comma in json spec
* Update ethcore/builtin/src/lib.rs
Co-Authored-By: Andronik Ordian <write@reusable.software>
* Update ethcore/builtin/src/lib.rs
Co-Authored-By: Andronik Ordian <write@reusable.software>
* Rename pricer to be Blake2-specific
Return a cost of u32::MAX if conversion fails
Fix docs and todos
* Fix error handling in cost()
* fix chainspec
* EIP-152 crate
* Update ethcore/builtin/src/lib.rs
Co-Authored-By: Seun LanLege <seunlanlege@gmail.com>
* Address grumbles
* Update ethcore/builtin/src/lib.rs
Co-Authored-By: Niklas Adolfsson <niklasadolfsson1@gmail.com>
* Switch tests to use hex!
* remove parity-crypto from git
* Sort out the SIGMA
* Prefer arrays to vecs
* Update util/EIP-152/src/lib.rs
Co-Authored-By: Niklas Adolfsson <niklasadolfsson1@gmail.com>
* Update json/src/spec/builtin.rs
Co-Authored-By: Andronik Ordian <write@reusable.software>
* Update json/src/spec/builtin.rs
Co-Authored-By: Andronik Ordian <write@reusable.software>
* Review feedback
* Do not change chainspecs yet
* Do not assume endianess: precompile output is LE
|
2019-09-10 00:26:45 +02:00 |
|