good morning!!!!

Skip to content
Snippets Groups Projects
  1. Dec 05, 2016
    • Felix Lange's avatar
      core, core/vm, eth/filters: move Removed field into vm.Log · f52a1ae8
      Felix Lange authored
      This field used to be assigned by the filter system and returned through
      the RPC API. Now that we have a Go client that uses the underlying type,
      the field needs to move. It is now assigned to true when the RemovedLogs
      event is generated so the filter system doesn't need to care about the
      field at all.
      
      While here, remove the log list from ChainSideEvent. There are no users
      of this field right now and any potential users could subscribe to
      RemovedLogsEvent instead.
      f52a1ae8
    • Felix Lange's avatar
      ethclient, ethereum: add NotFound, split transactions out of ChainReader · 3bc0fe1e
      Felix Lange authored
      ethclient now returns ethereum.NotFound if the server returns null and
      no error while accessing blockchain data.
      
      The light client cannot provide arbitrary transactions. The change to
      split transaction access into its own interface emphasizes that
      transactions should not be relied on and recommends use of logs.
      3bc0fe1e
  2. Dec 04, 2016
  3. Dec 01, 2016
  4. Nov 30, 2016
  5. Nov 29, 2016
  6. Nov 28, 2016
Loading