erigon-pulse/types
Enrique Jose Avila Asapche 1a42afe5f2
Parse transaction for bor (#604)
* checking if it is a bor tx

* ops

* checking if sender is empty bytes

* no need for borSprint var

* fixing lint

* still returning p

* added isBor to slot

* added global var

* got rid of sender check

* ops

* ops two

* lint
2022-08-30 09:51:26 +07: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 remove fuzzbeta build tag, because now go1.18 is minimum requirement (#428) 2022-07-03 14:38:53 +06:00
txn_packets_test.go Pool: parse rlp chain id for non-legacy transactions (#542) 2022-07-23 10:11:25 +07:00
txn_packets.go ErigonLib: move types to own package (#413) 2022-04-11 10:02:44 +07:00
txn_test.go Fixes an issue where pending transaction push was throttled to at most 1 per 100ms. https://github.com/ledgerwatch/erigon/issues/3892 (#555) 2022-07-27 12:09:20 +07: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 Parse transaction for bor (#604) 2022-08-30 09:51:26 +07:00