good morning!!!!

Skip to content
Snippets Groups Projects
  1. Dec 14, 2021
  2. Dec 13, 2021
    • Andrew Ashikhmin's avatar
      Serenity engine: fall back to eth1 engine before the Merge (#3112) · d739810d
      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
      d739810d
    • Giulio Rebuffo's avatar
      Added reversed for proof-of-stake syncing (#3092) · 23b3c1d9
      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
      23b3c1d9
  3. Dec 12, 2021
  4. Dec 11, 2021
    • brendan-kelly's avatar
      Add Parlia consensus engine for Binance Smart Chain support (#3086) · ee99f17f
      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
      ee99f17f
  5. Dec 10, 2021
  6. Dec 08, 2021
  7. Dec 07, 2021
    • Andrew Ashikhmin's avatar
      Update consensus tests to 10.2. EIP-2681 (#3103) · d0dbf014
      Andrew Ashikhmin authored
      
      * ArrowGlacier fork config
      
      * core/vm: implement EIP-2681: Limit account nonce to 2^64-1 (#23853)
      
      This retroactively implements requirements or EIP-2681 for the account nonce upper limit.
      
      * Update consesus tests to 10.2
      
      * Handle TransactionWithHighNonce64Minus1
      
      * Check intrinsic gas in transaction tests
      
      * Refactor overflow protection in IntrinsicGas
      
      * Remove remnants of vm tests
      
      * Update difficulty tests to the new format
      
      Co-authored-by: default avatarAndrei Maiboroda <andrei@ethereum.org>
      d0dbf014
    • Enrique Jose  Avila Asapche's avatar
      Implementing basic unwind process for Proof-of-stake (#3083) · c3ed07ca
      Enrique Jose Avila Asapche authored
      * initial commmit
      
      * gofmt
      
      * flipped if statement
      
      * flipped if statement (forgot to save)
      
      * passing unwinding to status ch
      
      * added unwinding constant
      
      * took out unwinding
      
      * added statusCh
      
      * added a return statement and a second part to the if statement
      
      * checking for parent hash
      
      * checking for parent hash
      
      * changed check to check for parentHash
      
      * staged wrong file
      
      * changed header check to parentHash check
      
      * channged blockhash name to a better name
      
      * changed it to check for header.Hash()
      
      * changed name of blocknumber to blockHash
      
      * changed bad block to common.Hash{}
      c3ed07ca
  8. Dec 06, 2021
  9. Dec 05, 2021
  10. Dec 03, 2021
  11. Dec 02, 2021
  12. Dec 01, 2021
Loading