- Jan 04, 2022
-
-
Giulio Rebuffo authored
* added comunication with channels * added final mining * removed trash * bug fixing * async calls * one thread * tests * better comments * no lock * better placing of skipCycleHack * removed long timer * moved transitioned block processing * better naming * disabled updates on blocks * sync.Cond * 2 sync.Cond * better locking * Use single sync.Cond. Proposer shutdown Co-authored-by:
yperbasis <andrey.ashikhmin@gmail.com>
-
Alex Sharov authored
-
- Jan 03, 2022
-
-
Alexandr Borodulin authored
Co-authored-by:
Aleksandr Borodulin <a.borodulin@axioma.lv>
-
Alex Sharov authored
* save * save
-
Alex Sharov authored
-
- Dec 31, 2021
-
-
Alex Sharov authored
-
alex.sharov authored
-
alex.sharov authored
-
alex.sharov authored
-
- Dec 29, 2021
-
-
Giulio Rebuffo authored
* block proposing * standard finalized * mergemock execution * private chain can now be ran yay * perfectioned * polished * more polishing * resize PR * resize PR * resize PR * simplifications * fixed tests * better syncronous communication * better syncronous once again * clean * Re-enabled headers verification * mining finish * mining finish * cleaned hash computation * fixed evm bug * go.mod * Update .gitignore * Update .gitignore * Update .gitignore * removed new line from .gitignore * added go.mod and go.sum * feeRecipient into preset * useExternal * todo * fixed comment for forkchoiceUpdateV1 * smaller * smaller * Revert changes to miner frequency * Restore useExternalTx * Fix headerLoadFunc * do not reset payloadId * rename * extra is empty Co-authored-by:
yperbasis <andrey.ashikhmin@gmail.com>
-
bgelb authored
-
- Dec 28, 2021
-
-
alex.sharov authored
-
alex.sharov authored
-
- Dec 27, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
-
Andrew Ashikhmin authored
* Incremental trie test * TestStorageDeletion
-
- Dec 26, 2021
-
-
Alex Sharov authored
-
alex.sharov authored
-
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>
-