good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jan 04, 2019
  2. Jan 03, 2019
  3. Jan 02, 2019
  4. Dec 29, 2018
    • Matt K's avatar
      accounts/abi: change unpacking of abi fields w/ underscores (#16513) · a4af7343
      Matt K authored
      * accounts/abi: fix name styling when unpacking abi fields w/ underscores
      
      ABI fields with underscores that are being unpacked
      into structs expect structs with following form:
      
      int_one -> Int_one
      
      whereas in abigen the generated structs are camelcased
      
      int_one -> IntOne
      
      so updated the unpack method to expect camelcased structs as well.
      a4af7343
  5. Dec 28, 2018
  6. Dec 23, 2018
  7. Dec 22, 2018
    • Jeff Prestes's avatar
    • Bas van Kervel's avatar
    • Louis Holbrook's avatar
      swarm/network: Revised depth and health for Kademlia (#18354) · 5e4fd8e7
      Louis Holbrook authored
      * swarm/network: Revised depth calculation with tests
      
      * swarm/network: WIP remove redundant "full" function
      
      * swarm/network: WIP peerpot refactor
      
      * swarm/network: Make test methods submethod of peerpot and embed kad
      
      * swarm/network: Remove commented out code
      
      * swarm/network: Rename health test functions
      
      * swarm/network: Too many n's
      
      * swarm/network: Change hive Healthy func to accept addresses
      
      * swarm/network: Add Healthy proxy method for api in hive
      
      * swarm/network: Skip failing test out of scope for PR
      
      * swarm/network: Skip all tests dependent on SuggestPeers
      
      * swarm/network: Remove commented code and useless kad Pof member
      
      * swarm/network: Remove more unused code, add counter on depth test errors
      
      * swarm/network: WIP Create Healthy assertion tests
      
      * swarm/network: Roll back health related methods receiver change
      
      * swarm/network: Hardwire network minproxbinsize in swarm sim
      
      * swarm/network: Rework Health test to strict
      
      Pending add test for saturation
      And add test for as many as possible up to saturation
      
      * swarm/network: Skip discovery tests (dependent on SuggestPeer)
      
      * swarm/network: Remove useless minProxBinSize in stream
      
      * swarm/network: Remove unnecessary testing.T param to assert health
      
      * swarm/network: Implement t.Helper() in checkHealth
      
      * swarm/network: Rename check back to assert now that we have helper magic
      
      * swarm/network: Revert WaitTillHealthy change (deferred to nxt PR)
      
      * swarm/network: Kademlia tests GotNN => ConnectNN
      
      * swarm/network: Renames and comments
      
      * swarm/network: Add comments
      5e4fd8e7
    • Jerzy Lasyk's avatar
      p2p/protocols: accounting metrics rpc (#18336) · 880de230
      Jerzy Lasyk authored
      * p2p/protocols: accounting metrics rpc added (#847)
      
      * p2p/protocols: accounting api documentation added (#847)
      
      * p2p/protocols: accounting api doc updated (#847)
      
      * p2p/protocols: accounting api doc update (#847)
      
      * p2p/protocols: accounting api doc update (#847)
      
      * p2p/protocols: fix file is not gofmted
      
      * fix lint error
      
      * updated comments after review
      
      * add account balance to rpc
      
      * naming changed after review
      880de230
  8. Dec 21, 2018
  9. Dec 20, 2018
  10. Dec 18, 2018
  11. Dec 17, 2018
  12. Dec 14, 2018
  13. Dec 13, 2018
  14. Dec 12, 2018
Loading