Update Parity Sokol node tests

pull/1284/head
Andrew Cravenho 6 years ago
parent 0d9e6ab2cc
commit f3ab5e4c58
  1. 2
      apps/ethereum_jsonrpc/test/support/ethereum_jsonrpc/case/parity/http_websocket.ex
  2. 2
      apps/ethereum_jsonrpc/test/support/ethereum_jsonrpc/web_socket/case/parity.ex
  3. 2
      apps/explorer/test/support/fixture/vcr_cassettes/block_importer_download_block_1_downloads_the_block.json
  4. 2
      apps/explorer/test/support/fixture/vcr_cassettes/block_importer_import_1_duplicate_block.json
  5. 2
      apps/explorer/test/support/fixture/vcr_cassettes/block_importer_import_1_pending.json
  6. 2
      apps/explorer/test/support/fixture/vcr_cassettes/block_importer_import_1_saves_the_block.json
  7. 2
      apps/explorer/test/support/fixture/vcr_cassettes/ethereumex_extensions_trace_transaction_1.json
  8. 2
      apps/explorer/test/support/fixture/vcr_cassettes/import_block_perform_1_duplicate.json
  9. 2
      apps/explorer/test/support/fixture/vcr_cassettes/import_block_perform_1_earliest.json
  10. 2
      apps/explorer/test/support/fixture/vcr_cassettes/import_block_perform_1_integer.json
  11. 2
      apps/explorer/test/support/fixture/vcr_cassettes/import_block_perform_1_latest.json
  12. 2
      apps/explorer/test/support/fixture/vcr_cassettes/import_block_perform_1_string.json
  13. 2
      apps/explorer/test/support/fixture/vcr_cassettes/import_receipt_perform_1.json
  14. 2
      apps/explorer/test/support/fixture/vcr_cassettes/internal_transaction_importer_import_1.json
  15. 2
      apps/explorer/test/support/fixture/vcr_cassettes/internal_transaction_importer_import_1_with_contract_creation.json
  16. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_binds_internal_transactions.json
  17. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_creates_a_from_address.json
  18. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_creates_a_to_address.json
  19. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_creates_a_to_address_from_creates.json
  20. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_download_transaction.json
  21. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_download_transaction_with_a_bad_hash.json
  22. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_import_1_failed.json
  23. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_import_1_out_of_gas.json
  24. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_import_1_pending.json
  25. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_import_1_receipt.json
  26. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_import_saves_the_transaction.json
  27. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_saves_the_association.json
  28. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_txn_without_block.json
  29. 2
      apps/explorer/test/support/fixture/vcr_cassettes/transaction_importer_updates_the_association.json

@ -12,7 +12,7 @@ defmodule EthereumJSONRPC.Case.Parity.HTTPWebSocket do
transport_options: [
http: EthereumJSONRPC.HTTP.HTTPoison,
http_options: [recv_timeout: 60_000, timeout: 60_000, hackney: [pool: :ethereum_jsonrpc]],
url: "http://18.207.247.30:8545"
url: "http://3.85.253.242:8545"
],
variant: EthereumJSONRPC.Parity
)

@ -6,7 +6,7 @@ defmodule EthereumJSONRPC.WebSocket.Case.Parity do
import ExUnit.Callbacks, only: [start_supervised!: 1]
def setup do
url = "ws://18.207.247.30:8546"
url = "ws://3.85.253.242:8546"
web_socket_module = EthereumJSONRPC.WebSocket.WebSocketClient
web_socket = start_supervised!({web_socket_module, [url, []]})

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,

Loading…
Cancel
Save