good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 04, 2019
    • hydai's avatar
      core/vm: fix typos in comments (#19391) · 9b3601cf
      hydai authored
      9b3601cf
    • Martin Holst Swende's avatar
      core/vm: instruction tests (#16327) · 36b78abe
      Martin Holst Swende authored
      This PR makes it easy to generate and execute testcases for VM arithmetic operations. By enabling and running the testcase TestWriteExpectedValues, a set of json files are created which contain input and output for each arith operation.
      The test TestJsonTestcases executes all of those tests.
      
      While meaningless as is, this PR makes it less risky to make changes (optimizations) to the vm operations, since there will be a larger body of testcases.
      36b78abe
  2. Apr 03, 2019
  3. Apr 02, 2019
  4. Apr 01, 2019
  5. Mar 29, 2019
  6. Mar 28, 2019
  7. Mar 27, 2019
  8. Mar 26, 2019
  9. Mar 25, 2019
  10. Mar 22, 2019
    • Louis Holbrook's avatar
      swarm/network: Use different privatekey for bzz overlay in sim (#19313) · 2f5b6cb4
      Louis Holbrook authored
      * cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter
      
      * cmd/p2p/swarm: Remove comments + config.Enode nomarshal
      
      * p2p/simulations: Remove superfluous error check
      
      * p2p/simulation: Move init enode comment
      
      * swarm, p2p/simulations, cmd/swarm: Use nodekey in binary record sign
      
      * swarm/network, swarm/pss: Dervice bzzkey
      
      * swarm/pss: Remove unused function
      
      * swarm/network: Store swarm private key in simulation bucket
      
      * swarm/pss: Shorten TextProxNetwork shortrunning test timeout
      
      * swarm/pss: Increase prox test timeout
      
      * swarm/pss: Increase timeout slightly on shortrunning proxtest
      
      * swarm/network: Simplify bucket instantiation in servicectx func
      
      * p2p/simulations: Tcpport -> udpport
      
      * swarm/network, swarm/pss: Simplify + correct lock in servicefunc sim
      
      * swarm/network: Cleanup after rebase on extract swarm enode new
      
      * p2p/simulations, swarm/network: Make exec disc test pass
      
      * swarm/network: Prune ye olde comment
      
      * swarm/pss: Correct revised bzzkey method call
      
      * swarm/network: Clarify comment about privatekey generation data
      
      * swarm/pss: Fix syntax errors after rebase
      
      * swarm/network: Rename misleadingly named method
      
      (amend commit to trigger ci - attempt 5)
      2f5b6cb4
    • Martin Holst Swende's avatar
      trie: disable fnv64a hashing of hashes for bigcache (#19314) · 876f3573
      Martin Holst Swende authored
      * trie: disable fnv64a hashing of hashes for bigcache
      
      * trie/database: add very important period
      876f3573
Loading