- Dec 26, 2021
-
-
Alex Sharov authored
-
- Dec 25, 2021
-
-
alex.sharov authored
-
alex.sharov authored
-
- Dec 24, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
- Dec 23, 2021
-
-
Andrew Ashikhmin authored
* Remove TotalDifficulty stage * Introduce FeedHeaderFuncType * Some TODOs * Don't gossip PoS headers * FeedHeaderPoS * Call header.Hash once * Use FeedHeaderPoS for to write PoS header * Support errors in EngineExecutePayloadV1 * useExternalTx boilerplate * Call VerifyHeader on PoS header * latestValidHash must be nil when status is SYNCING * fixCanonicalChain instead of canonicalHeadersCollector * engine.VerifyHeader + FeedHeaderPoS as headerLoadFunc * fix daemon Co-authored-by:
Giulio Rebuffo <giulio.rebuffo@gmail.com>
-
TBC Dev authored
* Add type alias for FeedHeaderFunc * Move transition logic out of FeedHeaderFunc
-
- Dec 22, 2021
-
-
Andrew Ashikhmin authored
-
Alex Sharov authored
-
Alex Sharov authored
* save * save
-
Giulio Rebuffo authored
* added blockIssuance type * added stage * bug fixing * simplifications * minimalised * fixed burned computation * stage complete * stage issuance * reposition * finished * lint * tips * lint * snapsync
-
- Dec 21, 2021
-
-
Enrique Jose Avila Asapche authored
* added an intitial idea for getBodiesV1 * changed it so it uses a map of hash => bodies * fixed error in engine implement * added make * changed it so it uses rpc.BlockNumberOrHash * changed map to use hash => executionPayload
-
Alex Sharov authored
-
Alex Sharov authored
-
- Dec 17, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
alex.sharov authored
This reverts commit ef5bab77.
-
alex.sharov authored
-
alex.sharov authored
This reverts commit 1a130bc9.
-
alex.sharov authored
-
- Dec 16, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
ledgerwatch authored
* Txpool: broadcast transaction along with announcements * Fix panic * Add TransactionMsg * Change terminology in the logs * Fixes from erigon-lib * Rebroadcast txs promoted to pending subpool * Deduplicate promoted hashes, fix basefee promotion * Make sending more resilient, fix promoted * Split Broadcast and Announce * Downgrade to Debug messages * Limit number of retries in SendMessageByMinBlock Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Giulio Rebuffo authored
* added blockIssuance type * added stage * bug fixing * simplifications * minimalised * fixed burned computation * stage complete * stage issuance * reposition * finished * lint
-
brendan-kelly authored
* Add chain config and CLI changes for Binance Smart Chain support * Remove BSC hashes for now * Add an if statement for BSC forks * Fix up if statement * Compiles * Remove extra dependencies from go.mod/go.sum * Add a TODO * Potentially fix the tests
-
- Dec 15, 2021
-
-
ledgerwatch authored
Check upgrade/downgrade of database schema version to prevent accidental upgrade, remove migrations (#3133) * Check upgrade/downgrade * Remove old migrations * Fix compilation * Fix lint Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Frojdi Dymylja authored
* change: expose callCtx as ScopeContext * change: update tracer API * change: logger API update: jst tracer * add: port jst tracer 2 * add: port jst tracer 3 * add: access list tracer * chore: lint
-
Alex Sharov authored
* init recursive git submodules on dockerhub * 32 * default * 32 * default * save
-
- Dec 14, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
ledgerwatch authored
* Txpool tracing by sender addresses * Update to latest erigon-lib Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
alex.sharov authored
-
Alex Sharov authored
* save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * Squashed 'interfaces/' content from commit e5b1945d0 git-subtree-dir: interfaces git-subtree-split: e5b1945d02da7a7f00e2289034ee90a6edd60184 * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save
-
- Dec 13, 2021
-
-
Andrew Ashikhmin authored
* (EIP-4399) MixDigest is utilized for RANDOM * Add GetTd to ChainHeaderReader * Remove unused VerifyHeaders from consensus consensus * Introduce params.MaxGasLimit * Serenity engine: fall back to eth1 engine before the Merge * Serenity engine in CreateConsensusEngine * ethOne -> eth1Engine
-
Giulio Rebuffo authored
* reverse sync slow but working * progress * p * close request * backwards refactoring * cleanup 1 * added RequestAssembler * remove trash code and spaghetti * efficient * fix * refactor * tf * refact * final refactoring * headers forward restored * test fixed * make CI happy * resolved comments * not using insertList anymore * oops * better collectors * removed debug config * avoid pointers * added sleep * use of channels * sleeping * added logs for ETL * added more cleanup * correct glacier * some refactoring * maxRequests * tweaks * config.go * config conflicts * renamed functions
-
- Dec 12, 2021
-
-
Tim Daubenschütz authored
-
Alexandr Borodulin authored
* Add error tests for starknet_sendRawTransaction method * Noop tx pool * Rename cairo tx to starknet tx, refactor starknet send raw transaction test * Remove noop tx pool * Transaction struct Co-authored-by:
Aleksandr Borodulin <a.borodulin@axioma.lv>
-
Alex Sharov authored
-
alex.sharov authored
-
- Dec 11, 2021
-
-
brendan-kelly authored
* Add Parlia consensus engine for Binance Smart Chain support * Leave RamanujanBlock as nil in params/config.go * Run `go fmt` on files needing it * Add comment for PoSA * Remove empty branches and ineffectual assignments in parlia.go * Remove commented imports * Fix compilation error * Remove EIP155Signer in transaction_signing.go * Fix compilation issue * Fix go fmt issues * Remove Ramanujan from print statement * Remove references to EthAPIBackend approach * Fix Finalize method across consensus engines * Run go fmt * More linting * Remove more changes * remove a comment * Remove unneeded hashing function * Remove bytes check and fix actual vs expected mistake
-
- Dec 10, 2021
-
-
ledgerwatch authored
* Header download simplifications * Fixes * Reuse headerRaw for inserting into DB * Fix tests * Fix test * Revert to the loop in RequestMoreHeaders * Change Warn to Debug Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Enrique Avila Asapche authored
-