go-ethereum/crypto/bls12381
Arpit Temani 2321e64ed7
V0.2.16 candidate (#373)
* merge geth v1.10.15

* fix: Removed FastSync from cli server

* fix: TestHeadersRLPStorage

* Added t.skip(ETH2 in bor)

* fix: flow in create consensus engine

* bumped version

* Fix typo

* increase block time

* remove file

* bumped version

* merge gethv1.10.17

* bumped version

* fix failing tests

* Bump Go version to v1.18 (#368)

* Bump Go version to v1.18.1

* Build using netgo tag

This will create a static build using Go native networking stack.

Checked and it works stable for all archs and distros.

* Fix meta

* Bump version

* Meta as stable

Co-authored-by: Shivam Sharma <shivam691999@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Sandeep Sreenath <sandeep.sreenath@gmail.com>
Co-authored-by: Victor Castell <victor@victorcastell.com>
2022-05-06 12:31:48 +02:00
..
arithmetic_decl.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
arithmetic_fallback.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
arithmetic_x86.s core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
arithmetic_x86_adx.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
arithmetic_x86_noadx.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
bls12_381.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
bls12_381_test.go all: remove unneeded parentheses (#21921) 2021-02-02 11:32:44 +02:00
field_element.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
field_element_test.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
fp.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
fp2.go build, internal/ethapi, crypto/bls12381: fix typos (#21210) 2020-06-10 23:25:32 +03:00
fp6.go build, internal/ethapi, crypto/bls12381: fix typos (#21210) 2020-06-10 23:25:32 +03:00
fp12.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
fp_test.go tests/fuzzers/bls1381: add bls fuzzer (#21796) 2020-11-23 15:49:16 +01:00
g1.go all: simplify nested complexity and if blocks ending with a return statement (#21854) 2020-11-25 09:24:50 +01:00
g1_test.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
g2.go all: simplify nested complexity and if blocks ending with a return statement (#21854) 2020-11-25 09:24:50 +01:00
g2_test.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
gt.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
isogeny.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
pairing.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
pairing_test.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00
swu.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
utils.go core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 2020-06-03 09:44:32 +03:00