good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 14, 2019
  2. Nov 07, 2019
  3. Nov 06, 2019
  4. Oct 31, 2019
  5. Oct 16, 2019
  6. Oct 03, 2019
  7. Sep 20, 2019
  8. Sep 19, 2019
  9. Sep 03, 2019
  10. Aug 19, 2019
  11. Aug 14, 2019
  12. Aug 13, 2019
  13. Aug 12, 2019
  14. Aug 08, 2019
    • Martin Holst Swende's avatar
      Eip 1884 v3 (#19743) · 3e993ff6
      Martin Holst Swende authored
      
      * core/vm, tests: implement EIP 1884, add support for feature-tests
      
      * core/vm: 1884-changes to extcodehash, move selfbalance opcode
      
      * tests: fix statetests
      
      * core/vm: move constants, address review concerns
      
      * core/vm: word formatting
      
      Co-Authored-By: default avatarPéter Szilágyi <peterke@gmail.com>
      3e993ff6
  15. Aug 06, 2019
    • Antonio Salazar Cardozo's avatar
      params, core/vm: Istanbul EIP-1108 bn256 gas cost reduction (#19904) · beff5fa5
      Antonio Salazar Cardozo authored
      * params: add IsIstanbul to config + rules
      
      IstanbulBlock, used to determine if the config IsIstanbul, is currently
      left nil until an actual block is chosen.
      
      * params, core/vm: implement EIP-1108
      
      Old gas costs for elliptic curve operations are given the PreIstanbul
      prefix, while current gas costs retain the unprefixed names. The actual
      precompile implementations are the same, so they are factored out into
      common functions that are called by the pre-Istanbul and current
      precompile structs. Finally, an Istanbul precompile list is added that
      references the new precompile structs, which in turn reference the new
      gas costs.
      
      * params: fix fork ordering, add missing chain compatibility check
      beff5fa5
  16. Aug 05, 2019
    • Martin Holst Swende's avatar
      core/vm, params: refactor chain configuration (#19735) · aa6005b4
      Martin Holst Swende authored
      * params, core/vm: deprecating gastable, part 1
      
      * core/vm, params: deprecate gastable, use both constant and dynamic gas
      
      * core/vm, params: remove gastable, remove copypaste
      
      * core/vm: make use of the chainrules
      
      * interpreter: make tracing count constant+dynamic gas
      
      * core/vm: review concerns (param/method name changes)
      
      * core/vm: make use of chainrules more
      aa6005b4
  17. Jul 24, 2019
  18. Jul 22, 2019
  19. Jul 10, 2019
  20. Jul 08, 2019
  21. Jul 02, 2019
  22. Jun 28, 2019
    • Gary Rong's avatar
      all: on-chain oracle checkpoint syncing (#19543) · f7cdea2b
      Gary Rong authored
      * all: implement simple checkpoint syncing
      
      cmd, les, node: remove callback mechanism
      
      cmd, node: remove callback definition
      
      les: simplify the registrar
      
      les: expose checkpoint rpc services in the light client
      
      les, light: don't store untrusted receipt
      
      cmd, contracts, les: discard stale checkpoint
      
      cmd, contracts/registrar: loose restriction of registeration
      
      cmd, contracts: add replay-protection
      
      all: off-chain multi-signature contract
      
      params: deploy checkpoint contract for rinkeby
      
      cmd/registrar: add raw signing mode for registrar
      
      cmd/registrar, contracts/registrar, les: fixed messages
      
      * cmd/registrar, contracts/registrar: fix lints
      
      * accounts/abi/bind, les: address comments
      
      * cmd, contracts, les, light, params: minor checkpoint sync cleanups
      
      * cmd, eth, les, light: move checkpoint config to config file
      
      * cmd, eth, les, params: address comments
      
      * eth, les, params: address comments
      
      * cmd: polish up the checkpoint admin CLI
      
      * cmd, contracts, params: deploy new version contract
      
      * cmd/checkpoint-admin: add another flag for clef mode signing
      
      * cmd, contracts, les: rename and regen checkpoint oracle with abigen
      f7cdea2b
  23. Jun 07, 2019
  24. May 16, 2019
  25. May 08, 2019
  26. Apr 17, 2019
  27. Apr 08, 2019
Loading