Go to file
Andrew Ashikhmin f33b0bc538
Fix blob transaction panic in txpool (#1065)
Fixes the following panic triggered by blob Hive tests:
```
[2c098836] panic: runtime error: index out of range [0] with length 0
[2c098836] 
[2c098836] goroutine 902 [running]:
[2c098836] github.com/ledgerwatch/erigon-lib/txpool.MainLoop.func1()
[2c098836] 	github.com/ledgerwatch/erigon-lib@v0.0.0-20230801100033-1b342f37741d/txpool/pool.go:1565 +0x100f
[2c098836] created by github.com/ledgerwatch/erigon-lib/txpool.MainLoop
[2c098836] 	github.com/ledgerwatch/erigon-lib@v0.0.0-20230801100033-1b342f37741d/txpool/pool.go:1492 +0x8c5
```
2023-08-01 16:16:56 +00:00
.github/workflows fsync: don't skip error, ability to disable in tests (#1043) 2023-07-11 06:09:05 +00:00
bptree Fieldalign (#695) 2022-10-21 15:31:23 +07:00
chain EIP-4844: Rename "data gas" to "blob gas" (#1058) 2023-07-28 09:50:57 +00:00
commitment mdbx bug in DeleteCurrentDuplicates() workaround (#1039) 2023-07-06 04:08:17 +00:00
common EIP-4844: Rename "data gas" to "blob gas" (#1058) 2023-07-28 09:50:57 +00:00
compress [WIP] decompress::Match (#1056) 2023-07-25 17:30:06 +00:00
crypto Update go-kzg-4844 to v0.3.0 (#1015) 2023-06-07 15:29:33 +00:00
direct moreeeeee (#1060) 2023-07-28 22:23:03 +00:00
downloader fsync: don't skip error, ability to disable in tests (#1043) 2023-07-11 06:09:05 +00:00
etl etl: collector.close nil ptr fix (#1003) 2023-06-01 09:00:00 +00:00
gointerfaces Better status codes for execution.proto (#1062) 2023-08-01 00:08:19 +00:00
kv added NewMemoryBatchWithCustomDB (#1061) 2023-07-30 14:28:02 +00:00
mmap e3: locality index (#823) 2023-01-07 12:30:57 +07:00
patricia fix linter warnings (#698) 2022-10-22 13:19:27 +07:00
pedersen_hash Enable unconvert linter (#609) 2022-08-30 09:50:23 +07:00
recsplit fsync: don't skip error, ability to disable in tests (#1043) 2023-07-11 06:09:05 +00:00
rlp EIP-4844: Handle data gas in txpool (#1029) 2023-06-23 08:59:38 +00:00
sais Avoid redefinitions in gsacak.h (#602) 2022-08-24 15:29:17 +02:00
state [WIP] decompress::Match (#1056) 2023-07-25 17:30:06 +00:00
txpool Fix blob transaction panic in txpool (#1065) 2023-08-01 16:16:56 +00:00
types Bump max size of blob transactions (#1063) 2023-08-01 10:32:05 +00:00
.gitignore Reverted 3 last commits (#348) 2022-02-24 14:39:42 +00:00
.golangci.yml enable more linters (#954) 2023-03-25 05:13:20 +00:00
go.mod Better status codes for execution.proto (#1062) 2023-08-01 00:08:19 +00:00
go.sum Better status codes for execution.proto (#1062) 2023-08-01 00:08:19 +00:00
LICENSE Initial commit 2021-06-19 10:43:10 +01:00
Makefile Removed engine (#1045) 2023-07-12 16:11:35 +00:00
README.md Initial commit 2021-06-19 10:43:10 +01:00
rules.go linter: add rules.go from erigon #418 Open 2022-04-17 09:12:09 +07:00
tools.go Removed engine (#1045) 2023-07-12 16:11:35 +00:00

erigon-lib

Dependencies of Erigon project, rewritten from scratch and licensed under Apache 2.0