1. Jul 19, 2017
  2. Jul 18, 2017
  3. Jul 16, 2017
  4. Jul 15, 2017
  5. Jul 13, 2017
  6. Jul 12, 2017
    • asynchronous rob's avatar
      Ethcore crate split part 1 (#6041) · d365281c
      asynchronous rob authored
      * split out types into separate crate
      
      * split out evm into its own crate
      d365281c
    • Tomasz Drwięga's avatar
      Fix status icon (#6039) · 24c85109
      Tomasz Drwięga authored
      * Fix status icon when zooming out.
      
      * Fix health errors.
      24c85109
    • Joseph Mark's avatar
      Errors & warnings for inappropriate RPCs (#6029) · 0fca4f95
      Joseph Mark authored
      * Clarify function name
      
      Function checks if sealing is currently underway, not to be confused
      with checking whether the engine performs internal sealing.
      
      * Error when work called on internal sealing engine
      
      * Error submitting work for internal sealing engine
      
      * Fix inverted bool and style grumbles
      
      * Add can_produce_work_package to TestMinerService
      
      * Error when setting engine signer on PoW chain
      
      * Unit tests for engine signing
      
      Setting engine signer should fail if chain does not seal internally
      or client lacks account provider.
      
      * Tweak TestMinerService
      
      * Fix minor style grumbles
      0fca4f95
  7. Jul 11, 2017
  8. Jul 10, 2017
    • Axel Chalon's avatar
      Add test for loading the chain specs (#6028) · d9702376
      Axel Chalon authored
      * Add test for loading the json chain specs
      
      * Remove test on Ethereum specs as it already exists
      d9702376
    • Tomasz Drwięga's avatar
      Whitelist APIs for generic Pub-Sub (#5840) · 56c275b0
      Tomasz Drwięga authored
      * Whitelisting generic pub-sub APIs.
      
      * Clone enums instead of allocating a vec.
      56c275b0
    • Nikolay Volf's avatar
      WASM contracts MVP (#5679) · 62210fb9
      Nikolay Volf authored
      * lifetime issues
      
      * refactor to new 'native env'
      
      * descriptors and such
      
      * wasm mvp continued
      
      * finalized env/ext bindings
      
      * descriptor -> call_args
      
      * inject gas counter
      
      * result processing and engine activation
      
      * tabify some source files
      
      * needs return new
      
      * wasm tests initial
      
      * erradicate warnings
      
      * origin in the descriptor
      
      * update test repo
      
      * payload verification tests
      
      * identity return payload test
      
      * some test description
      
      * dispersion test
      
      * check length here
      
      * suicidal contract
      
      * engine params
      
      * fix typo
      
      * review fixes
      
      * submodule update
      
      * update - purge reserved space
      
      * doc effort
      
      * more review fixes
      
      * fix error message
      
      * fix dependency url
      
      * reorg error handling
      
      * update submodule
      
      * update utils
      
      * update to latest parity-wasm
      
      * tabify
      
      * fix wasm magic header
      
      * update dependencies
      
      * external create and tests
      
      * update to latest tests
      
      * extra trace info
      
      * Update parity-wasm
      
      * update wasm-utils also
      
      * few traces and result handle change
      
      * alter trace content
      
      * fix issues with optimizer, update to latest parity with validator, etc
      
      * static initialization
      
      * license preamble
      
      * update wasm crates and gas costs
      
      * fix grumbles
      
      * bring back lifetime
      
      * fix compilation
      62210fb9
    • Jaco Greeff's avatar
      Set observable on component (#6033) · b49c039f
      Jaco Greeff authored
      b49c039f
    • Arkadiy Paronyan's avatar
      --reseal-on-uncle (#5940) · 15aebacb
      Arkadiy Paronyan authored
      * --reseal-on-uncle
      
      * Optimized uncle check
      
      * Additional uncle check
      
      * Updated comment
      15aebacb
    • Axel Chalon's avatar
      7599e399
    • Jaco Greeff's avatar
      Add new md tnc (#5937) · 204fe44b
      Jaco Greeff authored
      * Add new md tnc
      
      * Skip markdown import in test
      204fe44b
    • Tomasz Drwięga's avatar
      Fix output of parity-evm in case of bad instruction (#5955) · f4453f77
      Tomasz Drwięga authored
      * Fix output of evmbin.
      
      * Use foundation chain settings by default.
      f4453f77