erigon-pulse/types
Andrew Ashikhmin 987fb4a7e1
ParseTransaction: Validate v, r, s in signature (#616)
* Introduce TxParseContext.allowPreEip2s

* TxParsseConfig -> TxParseConfig

* Extract MustDecodeHex

* Validate v, r, s of txn signature

* Add comment
2022-09-01 15:26:42 +02:00
..
testdata/fuzz ErigonLib: move types to own package (#413) 2022-04-11 10:02:44 +07:00
testdata.go Pool: parse rlp chain id for non-legacy transactions (#542) 2022-07-23 10:11:25 +07:00
txn_packets_fuzz_test.go ParseTransaction: Validate v, r, s in signature (#616) 2022-09-01 15:26:42 +02:00
txn_packets_test.go ParseTransaction: Validate v, r, s in signature (#616) 2022-09-01 15:26:42 +02:00
txn_packets.go ErigonLib: move types to own package (#413) 2022-04-11 10:02:44 +07:00
txn_test.go ParseTransaction: Validate v, r, s in signature (#616) 2022-09-01 15:26:42 +02:00
txn_types_fuzz_test.go remove fuzzbeta build tag, because now go1.18 is minimum requirement (#428) 2022-07-03 14:38:53 +06:00
txn.go ParseTransaction: Validate v, r, s in signature (#616) 2022-09-01 15:26:42 +02:00