Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: l1h3r/etherscan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.5
Choose a base ref
...
head repository: l1h3r/etherscan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 91 files changed
  • 3 contributors

Commits on Mar 16, 2018

  1. 2.0

    - Support setting HTTPoison options via config
      - See README.md for examples
    
    - Refactor internal api
    
    - Update readme
    
    - Slightly better address validation
      - Ensure addresses begin with "0x"
    
    - Fix typespecs
    
    - Add `Etherscan.get_transaction_receipt_status/1`
    
    - `Etherscan.API.Accounts.get_balance/1` returns balance in ether. previously wei
    - `Etherscan.API.Accounts.get_balances/1` returns balance in ether. previously wei
    - `Etherscan.API.Accounts.get_internal_transactions/1` returns list of `%Etherscan.InternalTransaction{}` structs. previously a list of `%Etherscan.Block{}` structs
    - `Etherscan.API.Accounts.get_internal_transactions/2` see above
    - `Etherscan.API.Logs.get_logs/1` returns error if given an invalid address. previously made request with invalid address
    - `Etherscan.API.Proxy.get_eth_supply/0` returns supply in ether. previously wei
    - `Etherscan.API.Proxy.eth_get_block_by_number/1` returns `%Etherscan.ProxyBlock{}` struct. previously `map`
    - `Etherscan.API.Proxy.eth_get_transaction_by_hash/1` returns `%Etherscan.ProxyTransaction{}` struct. previously `map`
    - `Etherscan.API.Proxy.eth_get_transaction_by_block_number_and_index/2` returns `%Etherscan.ProxyTransaction{}` struct. previously `map`
    - `Etherscan.API.Proxy.eth_get_transaction_receipt/1` returns `%Etherscan.ProxyTransactionReceipt{}` struct. previously `map`
    - `Etherscan.Transactions.get_contract_execution_status/1` returns `%Etherscan.ContractStatus{}` struct. previously `map`
    l1h3r authored Mar 16, 2018
    Configuration menu
    Copy the full SHA
    fba224c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Improve readme docs. (#5)

    vaot authored and l1h3r committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    a8b8787 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Update testnet URLs

    l1h3r committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    27da957 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Add get_contract_source/1

    l1h3r committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    5c0ab5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d5a544 View commit details
    Browse the repository at this point in the history
  3. Update tests/fixtures

    l1h3r committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    1e24956 View commit details
    Browse the repository at this point in the history
  4. Run mix format

    l1h3r committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    980d6ed View commit details
    Browse the repository at this point in the history
  5. Release 2.0.2

    l1h3r committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    0d7fcb3 View commit details
    Browse the repository at this point in the history
  6. Fix changelog

    l1h3r committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    f54db75 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Test multiple Elixir versions

    l1h3r committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    233e63a View commit details
    Browse the repository at this point in the history
  2. Only master

    l1h3r committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    c8302cf View commit details
    Browse the repository at this point in the history
  3. oops

    l1h3r committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    43842dd View commit details
    Browse the repository at this point in the history
  4. .

    l1h3r committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    5e12bae View commit details
    Browse the repository at this point in the history
Loading