Commit graph

15 commits

Author SHA1 Message Date
HenrikJannsen
1a9c0dd1c8
Remove emzy seednodes from inventory monitor
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2024-07-01 10:20:14 +07:00
HenrikJannsen
c9653d530d
Update
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2024-06-28 13:07:11 +07:00
HenrikJannsen
6734a85f24
Add seednodes for inventory requests (monitor)
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2024-06-28 12:24:42 +07:00
HenrikJannsen
32a8091484
Add inventory module and dependencies 2024-06-02 15:02:05 +07:00
ghubstan
8705f9937b
Remove subproject inventory
This has been moved into its own repo:
    https://github.com/bisq-network/bisq-inventory
2022-08-04 12:31:59 -03:00
chimp1984
220124eb58
Remove v2 nodes and backup nodes from DAO monitor 2021-09-28 16:06:29 +02:00
Steven Barclay
8104301b52
Use new Bitcoind(Client|Daemon) & remove btcd-cli4j
Migrate RpcService over to the new block notification daemon and RPC
client based on jsonrpc4j. Drop in own DTO classes in place of the ones
defined by btcd-cli4j and rename requestBtcBlock & addNewBtcBlockHandler
to requestDtoBlock & addNewDtoBlockHandler respectively.

Also remove now redundant filtering from the logback config and update
grade-witness.
2021-01-21 10:10:28 +00:00
chimp1984
b80a654fe1
Add v2 nodes to monitor 2021-01-11 23:34:55 -05:00
chimp1984
553f0b1271
Remove v2 nodes 2021-01-01 17:26:45 -05:00
chimp1984
68a15d0cf2
Remove 3f3cu2yw7u457ztq and fl3mmribyxgrv63c as they got shut down 2020-11-02 19:49:15 -05:00
chimp1984
5fb48fe72f
Fix error handling
Add all seeds
2020-10-23 01:17:34 -05:00
chimp1984
7768e58b98
Shut down connection after response received
Various improvements...
2020-10-23 01:17:33 -05:00
chimp1984
1b83083ade
Add nodes from mike
Various improvements...
2020-10-23 01:17:33 -05:00
chimp1984
752208b3ca
Add InventoryItem enum
Add average and color codes to html
Add maxConnections
Add DeviationSeverity enum
Add custom seed node file
Use InventoryItem as key in inventory map instead of string
2020-10-23 01:17:33 -05:00
chimp1984
3521619e03
Add inventory module
Simple monitor dumping json files with data result and request/response time to disk. Can be used by a simple web server to show state of seed nodes.
2020-10-23 01:17:32 -05:00