Commit graph

23 commits

Author SHA1 Message Date
97c8af8816
fix: Replaced ioutil as it was deprecated in Golang. 2024-02-09 12:47:17 -08:00
8f77f2258c
fix: modified to fix some of the test failures. 2023-05-18 18:04:20 -07:00
7f9a5777bd
feat: Adding very preliminar and broken test harness. 2023-04-03 18:39:01 -07:00
8077c66fc9
feat: make environment variables useful.
fix: made config file an environment variable.

fix: reordered and renamed part of the Agent structure.
2023-03-30 17:39:04 -07:00
2b0975b30a
fix: changed db destination to programatic instead of hardcoded.
fix: minor cleanup.

feat: cleaned up agent hint collection.
2023-03-28 13:23:09 -07:00
db351f3892
fix: was using struct member for two different things. 2023-03-25 09:15:27 -07:00
7a9225ce86
Adding support for a genesis DB. 2023-03-22 19:20:16 -07:00
d5fcd11592
refactor: refactored the chainDB and added write capability. 2023-03-22 17:37:11 -07:00
1bcc682b7c
refactor: converted int64 to int32 where appropriate.
refactor: reduced usage of fmt in favor of logs and string concatication.

refactor: minor re-ordering of the data structures to reduce storage space required.
2023-03-21 07:34:10 -07:00
b95d3950c5
cleanup: Started cleaning up the commenting format. 2023-03-20 07:20:46 -07:00
77c9399942
fix: changed import source. 2023-01-11 18:49:48 -08:00
1a0455152a
A few minor updates and attempts to clear up some lint / gosec warnings. 2021-12-23 13:35:36 -08:00
458214aaa9
Started moving to a chainDB for tracking history. 2021-12-02 05:44:53 -08:00
749bd6557e
Updated to clear errors captured by gosec. 2021-11-09 17:06:16 -08:00
de41740bac
A bit more refactor to clean up the code. 2021-11-06 20:18:49 -07:00
5e69931ed7
Adding support for a blockchain DB for agent history. 2021-10-26 13:21:44 -07:00
f47b6846db
Removing unsued code 2021-10-18 12:55:28 -07:00
8a7842e6bc
Extending prometheus support. 2021-10-18 05:46:52 -07:00
16d40fd93a
Converting client side connection over to use net/http instead of zmq. 2021-10-15 11:27:38 -07:00
f543276b82
Adding preliminary support for Prometheus metrics. 2021-10-14 10:08:39 -07:00
f7cba2689c
fix: converted from select to waitGroups. 2021-10-04 13:06:09 -07:00
e61e6d2994
fix: Forgot to update the include source locations. 2021-09-24 10:37:32 -07:00
a7747040ce
[CI SKIP] Refactored project layout per Mark Wolfe Blog : https://www.wolfe.id.au/2020/03/10/how-do-i-structure-my-go-project/ 2021-09-21 07:08:52 -07:00