Skip to content

Commit f99c5a9

Browse files
author
Tural Devrishev
committed
core: add Ethereum-compatible aliases for BLS12-381
Close #4041. Signed-off-by: Tural Devrishev <tural@nspcc.ru>
1 parent 86a7038 commit f99c5a9

File tree

7 files changed

+1183
-108
lines changed

7 files changed

+1183
-108
lines changed

pkg/config/hardfork.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ const (
5454
// https://github.com/neo-project/neo/pull/4147,
5555
// https://github.com/neo-project/neo/pull/4150), #4057 (ported from
5656
// https://github.com/neo-project/neo/pull/4278), #4052 (ported from
57-
// https://github.com/neo-project/neo/pull/4201).
57+
// https://github.com/neo-project/neo/pull/4201), #4050 (ported from
58+
// https://github.com/neo-project/neo/pull/4186).
5859
HFFaun // Faun
5960
// hfLast denotes the end of hardforks enum. Consider adding new hardforks
6061
// before hfLast.

0 commit comments

Comments
 (0)