good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jan 09, 2022
  2. Jan 08, 2022
  3. Jan 07, 2022
  4. Jan 06, 2022
  5. Jan 05, 2022
  6. Jan 04, 2022
  7. Jan 03, 2022
  8. Dec 31, 2021
  9. Dec 29, 2021
    • Giulio Rebuffo's avatar
      Support for syncing on mergemock (#3174) · 864b744e
      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: default avataryperbasis <andrey.ashikhmin@gmail.com>
      864b744e
    • bgelb's avatar
      fix debug_storageRangeAt (#3148) · 2d9fe6cd
      bgelb authored
      2d9fe6cd
  10. Dec 28, 2021
  11. Dec 27, 2021
  12. Dec 26, 2021
  13. Dec 25, 2021
  14. Dec 24, 2021
  15. Dec 23, 2021
    • Andrew Ashikhmin's avatar
      Verify PoS headers before inserting them into DB (#3151) · 445ac052
      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: default avatarGiulio Rebuffo <giulio.rebuffo@gmail.com>
      445ac052
Loading