Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Backport Beta 2.2.1 #9905

Merged
merged 20 commits into from
Nov 14, 2018
Merged

Backport Beta 2.2.1 #9905

merged 20 commits into from
Nov 14, 2018

Commits on Nov 13, 2018

  1. Bump beta to version 2.2.1

    Tbaut authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    5c487c8 View commit details
    Browse the repository at this point in the history
  2. Bump beta to 2.2.1

    Tbaut authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    3d42d32 View commit details
    Browse the repository at this point in the history
  3. bump beta 2.2.1

    Tbaut authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    46f9816 View commit details
    Browse the repository at this point in the history
  4. typo

    Tbaut authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    a7c31c5 View commit details
    Browse the repository at this point in the history
  5. typo bis

    Tbaut authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    6a5feb2 View commit details
    Browse the repository at this point in the history
  6. fix: Intermittent failing CI due to addr in use (#9885)

    Allow OS to set port at runtime
    mattrutherford authored and ascjones committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    2e7da24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9999351 View commit details
    Browse the repository at this point in the history
  8. Fix json tracer overflow (#9873)

    * Fix json tracer overflow
    
    * Replace trace_executed with a direct trace push
    
    * Remove unused variable
    
    * Add test for 5a51
    
    * Remove duplicate json!
    sorpaas authored and ascjones committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    58e919c View commit details
    Browse the repository at this point in the history
  9. Fix docker script (#9854)

    * Dockerfile: change source path of the newly added check_sync.sh (#9869)
    5chdn authored and ascjones committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    ee37071 View commit details
    Browse the repository at this point in the history
  10. Allow to seal work on latest block (#9876)

    * Allow to seal work on latest block.
    
    * Test from @todr to check sealing conditions.
    cheme authored and ascjones committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    d2ecfc9 View commit details
    Browse the repository at this point in the history
  11. gitlab-ci: make android release build succeed (#9743)

    * use docker cargo config file for android builds
    
    * make android build succeed
    gabreal authored and ascjones committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    1bd51b0 View commit details
    Browse the repository at this point in the history
  12. ethcore: use Machine::verify_transaction on parent block (#9900)

    * ethcore: use Machine::verify_transaction on parent block
    
    also fixes off-by-one activation of transaction permission contract
    
    * ethcore: clarify call to verify_transaction
    andresilva authored and ordian committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    b29351f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e532d41 View commit details
    Browse the repository at this point in the history
  14. Remove rust-toolchain file (#9906)

    tomaka authored and ordian committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    2919cfc View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. EIP-712 implementation (#9631)

    * EIP-712 impl
    
    * added more tests
    
    * removed size parsing unwrap
    
    * corrected TYPE_REGEX to disallow zero sized fixed length arrays, replaced LinkedHashSet with IndexSet, added API spec to docs, fixed Type::Byte encoding branch
    
    * use Option<u64> instead of u64 for Type::Array::Length
    
    * replace `.iter()` with  `.values()`
    
    Co-Authored-By: seunlanlege <seunlanlege@gmail.com>
    
    * tabify eip712.rs
    
    * use proper comments for docs
    
    * Cargo.lock: revert unrelated changes
    
    * tabify encode.rs
    seunlanlege committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    74fadbb View commit details
    Browse the repository at this point in the history
  2. EIP 191 (#9701)

    * added sign_191 rpc method
    
    * fixed hash_structured_data return type
    
    * added ConfirmationPayload::SignMessage for non-prefixed signatures, added tests for sign191
    
    * renamed WithValidator -> PresignedTransaction
    
    * rename applicationData to data in test
    
    * adds docs for EIP191Version, renamed SignRequest to EIP191SignRequest
    seunlanlege committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    3f4e4c0 View commit details
    Browse the repository at this point in the history
  3. light-fetch: Differentiate between out-of-gas/manual throw and use re…

    …quired gas from response on failure (#9824)
    
    * fix start_gas, handle OOG exceptions & NotEnoughGas
    
    * Change START_GAS: 50_000 -> 60_000
    * When the `OutOfGas exception` is received then try to double the gas until it succeeds or block gas limit is reached
    * When `NotEnoughBasGas error` is received then use the required gas provided in the response
    
    * fix(light-fetch): ensure block_gas_limit is tried
    
    Try the `block_gas_limit` before regard the execution as an error
    
    * Update rpc/src/v1/helpers/light_fetch.rs
    
    Co-Authored-By: niklasad1 <niklasadolfsson1@gmail.com>
    niklasad1 authored and ordian committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    71b03a3 View commit details
    Browse the repository at this point in the history
  4. simplify cargo audit

    TriplEight committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    e00268d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1bd75d View commit details
    Browse the repository at this point in the history
  6. ci: nuke the gitlab caches (#9855)

    Will go without cache. Meanwhile have to investigate what was wrong and how to use it effectively.
    5chdn authored and ordian committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    12c2c84 View commit details
    Browse the repository at this point in the history