Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
blockscout/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc
Victor Baranov 4129b17442
Merge branch 'master' into gs-geth-tracer
6 years ago
..
block Use eth_getUncleByBlockHashAndIndex for uncle block fetching 6 years ago
geth Simplify gas calculation 6 years ago
http Request transport module and options for all JSONRPC calls 6 years ago
parity Add external 3 to fetched benficiaries 6 years ago
web_socket fix: ignore messages without error 6 years ago
application.ex feat: Add RSK support 6 years ago
block.ex Handle nil quantities in block decoding routine 6 years ago
blocks.ex Use eth_getUncleByBlockHashAndIndex for uncle block fetching 6 years ago
contract.ex do not fail if failure reason is atom 6 years ago
decode_error.ex Ethererum -> Ethereum 6 years ago
encoder.ex Revert "`ex_abi` version bump to 0.2" 6 years ago
fetched_balance.ex Partial retries for CoinBalance.Fetcher 6 years ago
fetched_balances.ex Fetched Beneficiaries partial batch retries 6 years ago
fetched_beneficiaries.ex Fetched Beneficiaries partial batch retries 6 years ago
fetched_beneficiary.ex Update FetchedBeneficiary typespec 6 years ago
fetched_code.ex fetch codes 6 years ago
fetched_codes.ex fetch codes 6 years ago
ganache.ex Use transaction-level fetch_internal_transactions for Geth 6 years ago
geth.ex Re-implement Geth JS internal transaction tracer in Elixir 6 years ago
http.ex Chunk JSON-RPC batches in case connection times out 6 years ago
log.ex do not try to convert nils in logs 6 years ago
logs.ex Explorer.JSONRPC -> EthereumJSONRPC 7 years ago
parity.ex Use transaction-level fetch_internal_transactions for Geth 6 years ago
receipt.ex feat: Add RSK support 6 years ago
receipts.ex update tests 6 years ago
request_coordinator.ex feat: Add RSK support 6 years ago
rolling_window.ex Finish documentation and tests for request backoffs 6 years ago
subscription.ex Reconnect, rerequest, and resubscribe when websocket disconnects 6 years ago
tracer.ex feat: support tracing via spandex 6 years ago
transaction.ex consider `creates` param when fetching transactions 6 years ago
transactions.ex fix tests 6 years ago
transport.ex JSONR-RPC -> JSON-RPC 6 years ago
uncle.ex Use eth_getUncleByBlockHashAndIndex for uncle block fetching 6 years ago
uncles.ex Use eth_getUncleByBlockHashAndIndex for uncle block fetching 6 years ago
variant.ex Use transaction-level fetch_internal_transactions for Geth 6 years ago
web_socket.ex upgrade elixir to 1.8.1 6 years ago