Skip to content

Integrate metrics (+ bugfix) #901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
Jun 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
5961c38
readme & makefile
folex May 27, 2020
14ad4f7
use rust-libp2p fork in dependencies
folex May 27, 2020
25a08cf
run + build
folex May 27, 2020
04696f7
remove github description title
folex May 27, 2020
9e9ee8b
remove header line
folex May 27, 2020
a867a46
shorten docker command
folex May 27, 2020
75a4595
Add Playground section
folex May 27, 2020
492c130
fix newline
folex May 27, 2020
06e5fd2
local
folex May 27, 2020
f27da4d
possible messages
folex May 27, 2020
c1d47f8
remove playground section
folex May 27, 2020
767523c
use weighted routing
folex May 27, 2020
33502a3
make Trust public
folex May 28, 2020
bcdbed0
pass issued_for in get_all_certs by reference
folex May 28, 2020
4b4f471
pass certificate by reference, fix a few possible panics
folex May 28, 2020
37c1c67
add certificates_weight method
folex May 28, 2020
2739548
pass public key by reference
folex May 28, 2020
3a88213
add message to panic
folex May 28, 2020
5577599
add todo
folex May 28, 2020
2eaa691
fix slow swarm creation
folex Jun 1, 2020
70cd628
10 swarms
folex Jun 1, 2020
c088d41
Run multiple fluence nodes at once
folex Jun 1, 2020
3c850c9
Fix blocking in fluence client, bump async to 1.6.0
folex Jun 1, 2020
bec77eb
back to 1.5.0
folex Jun 2, 2020
8935bc2
limit number of bootstrap nodes
folex Jun 2, 2020
d64dcce
move sign to Client, add external bootstraps to test
folex Jun 2, 2020
8f2d476
simplify ClientCommand
folex Jun 3, 2020
9393573
use metrics
folex Jun 3, 2020
5961202
enable kademlia metrics
folex Jun 3, 2020
8450824
do not wait until everyone is connected
folex Jun 3, 2020
0a63f0b
Delay reconnects to bootstrap
folex Jun 3, 2020
762028e
Don't run get_closest if there's already a pending query
folex Jun 4, 2020
4e54007
Actually remove data from DHT (who said it's impossible?)
folex Jun 4, 2020
e9ab534
move multiple nodes test to separate file, delay bootstrap procedure
folex Jun 5, 2020
1ba17c3
async-std 1.5.0
folex Jun 5, 2020
7e6891c
partially fix PR comments
folex Jun 8, 2020
29ad976
add TODO
folex Jun 8, 2020
917508c
Merge branch 'master' into big_network
folex Jun 8, 2020
c442539
merge, fix circleci checksum
folex Jun 8, 2020
c705d87
fix memory store tests
folex Jun 8, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- checkout
- restore_cache:
keys:
- fluence01-{{ checksum "server/Cargo.lock" }}
- fluence01-{{ checksum "Cargo.lock" }}
- run: |
rustup toolchain install stable
rustup component add rustfmt
Expand All @@ -23,7 +23,7 @@ jobs:
paths:
- ~/.cargo
- ~/.rustup
key: fluence01-{{ checksum "server/Cargo.lock" }}
key: fluence01-{{ checksum "Cargo.lock" }}

workflows:
version: 2
Expand Down
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.wasm filter=lfs diff=lfs merge=lfs -text
bench/* linguist-detectable=false
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

Loading