Skip to content
  1. Jul 06, 2017
    • Marek Kotewicz's avatar
      bigint upgraded to version 3.0 (#5986) · 46183b1c
      Marek Kotewicz authored
      * bigint upgraded to version 3.0
      
      * fixed missing FromHex import in ethcore tests
      
      * fixed missing FromHex import in rpc tests
      46183b1c
    • Marek Kotewicz's avatar
      Merge pull request #5965 from guanqun/fix-force-seal · a78a89b1
      Marek Kotewicz authored
      config: don't allow dev chain with force sealing option
      a78a89b1
    • Marek Kotewicz's avatar
      Merge pull request #5969 from brson/lockfile · e9102528
      Marek Kotewicz authored
      Update lockfile for miniz-sys and gcc
      e9102528
    • Marek Kotewicz's avatar
      Merge pull request #5995 from paritytech/rpc-errors-naming-3204 · a3a4a37e
      Marek Kotewicz authored
      Clean up function naming in RPC error module
      a3a4a37e
    • GitLab Build Bot's avatar
      33f1d2af
    • Jef's avatar
      Merge pull request #5975 from Vurich/fix-underflow · 981854d5
      Jef authored
      Fix underflow in gas calculation
      981854d5
    • kaikun213's avatar
      PubSub for parity-js (#5830) · 349316f7
      kaikun213 authored and Jaco Greeff's avatar Jaco Greeff committed
      * PubSub Integration WebSocket
      
      * PubSub Provider API
      
      * Parity License and fix switch statement
      
      * Minor fix: use parameter api
      
      * Exclude subscriptionId return
      
      * Unsubscribe parameters as array
      
      * secureProvider API added
      
      * isSecure check
      
      * Refractor: Formatting in callback (no Promise)
      
      * Tests for parityProvider
      
      * Refractor: Formatting in callback (secure API)
      
      * Updated transaction documentation
      
      * Module instead of API-Names, Options always as array (e.g. empty)
      
      'parity' instead of 'parity_subscribe' calls
      params with empty array as options. If eth_subscribe includes empty array parity-core will send invalid request (eth api doesn't have options)
      
      * Removed isSecure transport check, because APIs are configurable
      
      * Refractor Provider API to single Pubsub
      
      * Modify transport layer to have single identifier for subscriptions
      
      * FIX: Display pubsub errors
      
      * Discard Messages after unsubscribing
      
      * Fix: display error normal messages correctly
      
      * Simplified code, removed unnecessary pubsub methods
      
      * trace_call API 2nd argument blockNumber, first whatTrace
      
      https://github.com/paritytech/parity/wiki/JSONRPC-trace-module#trace_call
      
      * Separate namespaces pubsub. eth, parity, net
      
      * Keep error for messages from unsubscribed topics.
      
      * Fix: Unsubscribe Promise
      
      * Add Test: Unsubscribe promise resolved
      
      * Fix: 'error' in params
      349316f7
  2. Jul 04, 2017
  3. Jul 03, 2017
  4. Jul 01, 2017
  5. Jun 30, 2017
  6. Jun 29, 2017
  7. Jun 28, 2017
  8. Jun 27, 2017