erigon-pulse/gointerfaces
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
..
consensus --txpool.pricelimit support (#96) 2021-10-02 17:34:33 +07:00
downloader add downloader.proto (#206) 2021-12-14 13:33:32 +00:00
grpcutil increase grpc meassage limit (#143) 2021-11-02 22:01:19 +07:00
remote Add blockGasLimit to the state stream (#261) 2022-01-25 10:20:11 +00:00
sentry Add nodeInfo GRPC methods (#196) 2021-11-30 14:41:31 +00:00
starknet added starknet gointerfaces (#259) 2022-01-20 14:11:08 +00:00
testing --txpool.pricelimit support (#96) 2021-10-02 17:34:33 +07:00
txpool txpool.Pending() method, which preserve ready-for-mining order (#172) 2021-11-17 17:23:51 +07:00
types updated to latest merge spec (#217) 2021-12-27 18:59:32 +01:00
test_util.go test success flow 2021-08-09 14:04:22 +07:00
type_utils.go added util to convert to H2048 interface (#188) 2021-11-25 05:18:17 +00:00
version.go Add version and type utils 2021-07-01 17:28:43 +01:00