Commit graph

10377 commits

Author SHA1 Message Date
Elad Nachmias
36d7c2f238 added resetting counters 2018-12-06 15:35:17 +05:30
Elad Nachmias
637444cafb fix goimports 2018-12-06 15:10:04 +05:30
Elad Nachmias
008ecab4d7 Merge branch 'swarm-smoke-timeout' of github.com:ethersphere/go-ethereum into swarm-smoke-timeout
* 'swarm-smoke-timeout' of github.com:ethersphere/go-ethereum: (22 commits)
  swarm/api: log and measure the same value for request time
  swarm/storage: measure lazy chunk reader chunk get time
  cmd/swarm-smoke: inline metrics
  fix linter errors
  return nil on no error
  address PR comments
  emit metrics only once
  measure upload time
  cmd/swarm: fix wait for reporter
  add git commit
  cmd/swarm: use correct import
  cmd/swarm/swarm-smoke: fix metrics collection
  add feed smoke metrics
  add metrics to upload and sync test
  correct metrics flags and add metrics init on smoke run
  added influxdb flags
  cmd/swarm/swarm-smoke: timeout flag
  swarm/api/http: add resetting timer metrics to requests (#18249)
  swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246)
  Add packing for dynamic array and slice types (#18051)
  ...
2018-12-06 12:45:01 +05:30
Elad Nachmias
4f589df12f added loglines to http get requests 2018-12-06 12:40:41 +05:30
Anton Evangelatov
159d9af395 swarm/api: log and measure the same value for request time 2018-12-05 17:00:35 +01:00
Anton Evangelatov
72a99531e4 swarm/storage: measure lazy chunk reader chunk get time 2018-12-05 14:47:51 +01:00
Anton Evangelatov
972e699479 cmd/swarm-smoke: inline metrics 2018-12-05 14:25:55 +01:00
Elad Nachmias
de8a8afa22 fix linter errors 2018-12-05 14:25:55 +01:00
Elad Nachmias
a2dfa31334 return nil on no error 2018-12-05 14:25:55 +01:00
Elad Nachmias
24b6b95972 address PR comments 2018-12-05 14:25:55 +01:00
Anton Evangelatov
891f92b965 emit metrics only once 2018-12-05 14:25:55 +01:00
Anton Evangelatov
77cc885b8b measure upload time 2018-12-05 14:25:55 +01:00
Anton Evangelatov
f6cd8232fb cmd/swarm: fix wait for reporter 2018-12-05 14:25:55 +01:00
Anton Evangelatov
f7b0db6563 add git commit 2018-12-05 14:25:55 +01:00
Anton Evangelatov
fe3da49a2b cmd/swarm: use correct import 2018-12-05 14:25:55 +01:00
Anton Evangelatov
f9c231cf72 cmd/swarm/swarm-smoke: fix metrics collection 2018-12-05 14:25:55 +01:00
Elad Nachmias
5f932263de add feed smoke metrics 2018-12-05 14:25:55 +01:00
Elad Nachmias
238195adba add metrics to upload and sync test 2018-12-05 14:25:55 +01:00
Elad Nachmias
8be02faefa correct metrics flags and add metrics init on smoke run 2018-12-05 14:25:55 +01:00
Elad Nachmias
e176fe5bbd added influxdb flags 2018-12-05 14:25:55 +01:00
Anton Evangelatov
eac3fdb218 cmd/swarm/swarm-smoke: timeout flag 2018-12-05 14:25:55 +01:00
Elad Nachmias
0edb2bbfe1 fix linter errors 2018-12-05 16:47:20 +05:30
Elad
3ac633ba84 swarm/api/http: add resetting timer metrics to requests (#18249) 2018-12-05 11:20:55 +01:00
Elad Nachmias
1569d4f55f return nil on no error 2018-12-05 12:36:50 +05:30
Elad Nachmias
cb72c5764a address PR comments 2018-12-05 12:32:16 +05:30
holisticode
b98d2e9a1c swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246) 2018-12-04 18:29:51 +01:00
Anton Evangelatov
99a1c3095f emit metrics only once 2018-12-04 18:21:06 +01:00
Anton Evangelatov
d6ecdfeeba measure upload time 2018-12-04 17:34:14 +01:00
Anton Evangelatov
acb3149c06 cmd/swarm: fix wait for reporter 2018-12-04 17:01:54 +01:00
Anton Evangelatov
c05de65111 add git commit 2018-12-04 15:53:25 +01:00
Vedhavyas Singareddi
92639b676a Add packing for dynamic array and slice types (#18051)
* added tests for new abi encoding features (#4)

* added tests from bytes32[][] and string[]

* added offset to other types

* formatting

* Abi/dynamic types (#5)

* Revert "Abi/dynamic types (#5)" (#6)

This reverts commit dabca31d79.

* Abi/dynamic types (#7)

* some cleanup

* Apply suggestions from code review

apply suggestions

Co-Authored-By: vedhavyas <vedhavyas.singareddi@gmail.com>

* added better formatting (#8)

* review chnages

* better comments
2018-12-04 15:27:55 +01:00
Anton Evangelatov
0313009ec9 cmd/swarm: use correct import 2018-12-04 15:03:21 +01:00
Anton Evangelatov
705876070a cmd/swarm/swarm-smoke: fix metrics collection 2018-12-04 13:58:36 +01:00
Elad Nachmias
84a5fcf8ac add feed smoke metrics 2018-12-04 17:28:44 +05:30
Péter Szilágyi
f74077b4c2
Merge pull request #18172 from holiman/puppeth_converter
cmd/puppeth: implement chainspec converters
2018-12-04 12:15:50 +02:00
Péter Szilágyi
d4415f5e40
cmd/puppeth: chain import/export via wizard, minor polishes 2018-12-04 12:12:40 +02:00
Elad Nachmias
ea987e48c1 add metrics to upload and sync test 2018-12-04 14:57:03 +05:30
Elad Nachmias
ad3aef7302 correct metrics flags and add metrics init on smoke run 2018-12-04 13:28:32 +05:30
Elad Nachmias
53905cb709 added influxdb flags 2018-12-04 12:27:00 +05:30
Anton Evangelatov
0e53c594f9 cmd/swarm/swarm-smoke: timeout flag 2018-12-03 15:11:31 +01:00
Corey Lin
7a5c1b28dd whisperv6: remove duplicated code (#18015) 2018-12-03 14:15:22 +01:00
Martin Holst Swende
8698fbabf6
cmd/puppeth: implement chainspec converters 2018-12-03 12:34:41 +02:00
Péter Szilágyi
a3fd415c0f
Merge pull request #18235 from karalabe/puppeth-enforce-lowercase
cmd/puppeth: enforce lowercase network names
2018-12-03 12:23:57 +02:00
Péter Szilágyi
4825d9c3dd
cmd/puppeth: enforce lowercase network names 2018-12-03 12:17:08 +02:00
Marius Kjærstad
f850123ec7 Changed http:// to https:// on JSON-RPC link (#18224)
Changed http:// to https:// on JSON-RPC link in README.md
2018-12-02 13:03:31 +01:00
vim88
efe5886877 signer/core: Fixes typo of method name in comment. (#18222) 2018-12-02 13:00:42 +01:00
lash
085f89172f swarm/pss: Add same api interface for all Send* methods (#18218) 2018-12-01 07:07:18 +01:00
needkane
54abb97e3b p2p: use errors.New instead of fmt.Errorf (#18193) 2018-11-30 22:38:37 +01:00
Felix Lange
ef8ced4151 vendor: update github.com/karalabe/hid (#18213)
Fixes #15101 because hidapi is no longer being called from an
init function.
2018-11-30 11:22:53 +02:00
Anton Evangelatov
7e7781ffaa cmd/swarm: add flag for application name (swarm or swarm-private) (#18189)
* cmd/swarm: add flag for application name (swarm or swarm-private)

* cmd/swarm/swarm-smoke: return correct exit code

* cmd/swarm/swarm-smoke: remove colorable

* remove swarm/grafana_dashboards
2018-11-29 18:43:15 +02:00