Skip to content
  1. Aug 31, 2018
  2. Aug 30, 2018
  3. Aug 29, 2018
    • Wei Tang's avatar
      evmbin: Fix gas_used issue in state root mismatch and handle output better (#9418) · 8a5c9a8c
      Wei Tang authored and ordian's avatar ordian committed
      * Fix gas used in staterootmismatch, and print full state root hash
      
      * Write trace info for stdjson to stderr
      
      * Fix tests
      
      * Remove struct trait bound
      8a5c9a8c
    • Thibaut Sardan's avatar
      Update hardcoded sync (#9421) · 3e4a5255
      Thibaut Sardan authored
      - Update foundation hardcoded header to block 6219777 
      - Update ropsten hardcoded header to block 3917825 
      - Update kovan hardcoded header to block 8511489 
      3e4a5255
    • Wei Tang's avatar
      Add block reward contract config to ethash and allow off-chain contracts (#9312) · 74ce0f73
      Wei Tang authored
      This adds block reward contract config to ethash. A new config `blockRewardContractCode` is also added to both Aura and ethash. When specified, it will execute the code directly and overrides any `blockRewardContractAddress` config. Having this `blockRewardContractCode` config allows chains to deploy hard fork by simply replacing the current config value, without the need from us to support any `multi` block reward scheme.
      74ce0f73
    • Anton Gavrilov's avatar
      Private packets verification and queue refactoring (#8715) · 1073d562
      Anton Gavrilov authored and Wei Tang's avatar Wei Tang committed
      * Verify private transaction before propagating
      
      * Private transactions queue reworked with tx pool queue direct usage
      
      * Styling fixed
      
      * Prevent resending private packets to the sender
      
      * Process signed private transaction packets via io queue
      
      * Test fixed
      
      * Build and test fixed after merge
      
      * Comments after review fixed
      
      * Signed transaction taken from verified
      
      * Fix after merge
      
      * Pool scoring generalized in order to use externally
      
      * Lib refactored according to the review comments
      
      * Ready state refactored
      
      * Redundant bound and copying removed
      
      * Fixed build after the merge
      
      * Forgotten case reworked
      
      * Review comments fixed
      
      * Logging reworked, target added
      
      * Fix after merge
      1073d562
  4. Aug 28, 2018
  5. Aug 27, 2018
  6. Aug 25, 2018
    • Denis S. Soldatov aka General-Beck's avatar
      Updating the CI system (#8765) · bd3bc5c1
      Denis S. Soldatov aka General-Beck authored
      
      
      * Updating the CI system with the publication of releases and binary files on github
      
      Signed-off-by: default avatarDenis S. Soldatov aka General-Beck <[email protected]>
      
      * add missed scripts
      
      * chmod +x scripts
      
      * fix download link for github
      
      * rebuilding CI scripts
      
      * small fixes
      
      * update submodule wasm tests
      
      * ci: fix merge leftovers
      
      * ci: remove gitlab-next from ci triggers
      
      * ci: fix git add in docs script
      
      * ci: use nightly instead of master for publish triggers
      
      * ci: remove sleep from gitlab config
      
      * ci: replace ':' with '-' in gitlab targets
      
      * ci: fix recursive copy in docs script
      bd3bc5c1
    • Jim Posen's avatar
      Better support for eth_getLogs in light mode (#9186) · 9ed43230
      Jim Posen authored
      * Light client on-demand request for headers range.
      
      * Cache headers in HeaderWithAncestors response.
      
      Also fulfills request locally if all headers are in cache.
      
      * LightFetch::logs fetches missing headers on demand.
      
      * LightFetch::logs limit the number of headers requested at a time.
      
      * LightFetch::logs refactor header fetching logic.
      
      * Enforce limit on header range length in light client logs request.
      
      * Fix light request tests after struct change.
      
      * Respond to review comments.
      9ed43230
  7. Aug 24, 2018
    • Christopher Purta's avatar
      Add update docs script to CI (#9219) · 7abe9ec4
      Christopher Purta authored
      * Add update docs script to CI
      
      Added a script to CI that will use the jsonrpc tool to update rpc
      documentation then commit and push those to the wiki repo.
      
      * fix gitlab ci lint
      
      * Only apply jsonrpc docs update on tags
      
      * Update gitlab-rpc-docs.sh
      
      * Copy correct parity repo to jsonrpc folder
      
      Copy correct parity repo to jsonrpc folder before attempting to build docs since the CI runner clones the repo as parity and not parity-ethereum.
      
      * Fix JSONRPC docs CI job
      
      Update remote config in wiki repo before pushing changes using a github
      token for authentication. Add message to wiki tag when pushing changes.
      Use project directory to correctly copy parity code base into the
      jsonrpc repo for doc generation.
      
      * Fix set_remote_wiki function call in CI
      7abe9ec4
    • Alexey's avatar
      `gasleft` extern implemented for WASM runtime (kip-6) (#9357) · 5ed25276
      Alexey authored
      * Wasm gasleft extern added
      
      * wasm_gasleft_activation_transition -> kip4_transition
      
      * use kip-6 switch
      
      * gasleft_panic -> gasleft_fail rename
      
      * call_msg_gasleft test added and gas_left agustments because this https://github.com/paritytech/wasm-tests/pull/52
      
      * change .. to _
      
      * fix comment for the have_gasleft param
      
      * update tests (https://github.com/paritytech/wasm-tests/pull/54/commits/0edbf860ff7ed4b6b6336097ba44836e8c6482dd)
      5ed25276
    • Marek Kotewicz's avatar
      block view! removal in progress (#9397) · b87c7cac
      Marek Kotewicz authored and Andrew Jones's avatar Andrew Jones committed
      b87c7cac
    • Andrew Jones's avatar
      0b34579b
    • JohnnySheffield's avatar
      nonroot CentOS Docker image (#9280) · 31291ebd
      JohnnySheffield authored
      * Updates CentOS Docker image build process
      
      * rename build.Dockerfile
      31291ebd
    • André Silva's avatar
      ethcore: kovan: delay activation of strict score validation (#9406) · e8e0b08f
      André Silva authored and Wei Tang's avatar Wei Tang committed
      e8e0b08f
  8. Aug 22, 2018
  9. Aug 21, 2018
  10. Aug 20, 2018
  11. Aug 17, 2018
  12. Aug 14, 2018