good morning!!!!

Skip to content
Snippets Groups Projects
  1. Dec 12, 2021
  2. 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
  3. Dec 10, 2021
  4. Dec 08, 2021
  5. 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
  6. Dec 06, 2021
  7. Dec 05, 2021
  8. Dec 03, 2021
  9. Dec 02, 2021
  10. Dec 01, 2021
  11. Nov 30, 2021
Loading