Go to file
ledgerwatch df95313a31
Add blockGasLimit to the state stream (#261)
* Remove interfaces for replacement

* Squashed 'interfaces/' content from commit eff9f8f

git-subtree-dir: interfaces
git-subtree-split: eff9f8f7273dda7c78575f2474e3103da61825db

* Add blockGasLimit to the state stream

* Pass blockGasLimit into txpool

* Add NotTooMuchGas bit, refactored promote

* Replace effectiveTip with minTip in the queues and slices

* Fix lint

* Refactor

* Improve terminology of ordering function

* Optimise baseFee change

* cleanup

* Safe operations

* Fix UnsafeAdd

* also print pendingBaseFee

* trace txpool_content

* trace txpool_content

* user sender ID inverted index to speed up txpool_content

* copy rlp from Db

* remove debug printing

* change from string to []byte

* safe storage of sender in the map

* Fix compile

* safe storage of sender in the map

* Print errors

* Prints

* Prints

* Prints

* Change worst function

* Change worst function

* Change worst function

* Change worst function

* Fix minTip

* Fix minTip

* Warn on db error, but not stop

* Fix interface

* More prints

* Cleanup

* Cleanup

* Differentiate baseFee pool

* Bump version of remove KV interface

* Not print every block

* Not print every block

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2022-01-25 10:20:11 +00:00
.github/workflows Update ci.yml 2021-12-01 13:30:16 +00:00
aggregator Update aggregator.go (#274) 2022-01-24 22:43:41 +00:00
bptree Add B+ tree prototype implementation (#258) 2022-01-21 07:06:09 +00:00
chain Add ArrowGlacierBlock and remove CatalystBlock (#139) 2021-10-31 17:21:20 +00:00
commitment [erigon2] Introduce commitment files and table (#201) 2022-01-12 11:21:52 +00:00
common Helper to prohibit cli flag changes (#262) 2022-01-22 10:48:22 +07:00
compress Fixes in compress (#260) 2022-01-24 22:13:48 +00:00
direct Add nodeInfo GRPC methods (#196) 2021-11-30 14:41:31 +00:00
etl Etl less allocs (#263) 2022-01-22 12:21:04 +07:00
gointerfaces Add blockGasLimit to the state stream (#261) 2022-01-25 10:20:11 +00:00
interfaces Add blockGasLimit to the state stream (#261) 2022-01-25 10:20:11 +00:00
kv Add blockGasLimit to the state stream (#261) 2022-01-25 10:20:11 +00:00
mmap Fixes for compress, decompressor, and tests (#110) 2021-10-16 10:43:41 +01:00
patricia Fixes in compress (#260) 2022-01-24 22:13:48 +00:00
recsplit issue/issue-249-add_index_reader (#273) 2022-01-24 20:39:04 +00:00
rlp [erigon2] Introduce commitment files and table (#201) 2022-01-12 11:21:52 +00:00
txpool Add blockGasLimit to the state stream (#261) 2022-01-25 10:20:11 +00:00
.gitignore Add B+ tree prototype implementation (#258) 2022-01-21 07:06:09 +00:00
.golangci.yml Pool: switch cache to tx.ID(), more metrics (#73) 2021-09-15 20:15:32 +07:00
go.mod MDBX: configurable corrupt error recommendations (#275) 2022-01-25 15:25:09 +07:00
go.sum MDBX: configurable corrupt error recommendations (#275) 2022-01-25 15:25:09 +07:00
LICENSE Initial commit 2021-06-19 10:43:10 +01:00
Makefile Added starknet proto to gointerfaces (#254) 2022-01-20 09:31:34 +00:00
README.md Initial commit 2021-06-19 10:43:10 +01:00
tools.go Initial recsplit (#67) 2021-09-13 18:31:09 +01:00

erigon-lib

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