1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00
Commit graph

26 commits

Author SHA1 Message Date
a024913244
Adding internal/api/make_test.go 2023-08-24 19:35:13 +02:00
c8dd655e36
internal/api/atomicasset_test.go: minor style fix. 2023-05-10 07:03:49 +02:00
10f3a4d4be
internal/api/atomicasset_test.go: Bugfix in calls to time.Date(), ment to pass 500 milliseconds, not microseconds. 2023-05-10 07:01:53 +02:00
6b561bdf25
internal/api/atomicasset_test.go: Add LogInfoWithHost test 2023-02-07 08:43:29 +01:00
0448ea4781
internal/api/atomicasset.go: In LogInfo() add host parameter. 2023-02-07 08:43:02 +01:00
59399c7cf4
internal/api/atomicasset.go: Support host parameter. 2023-02-07 08:38:21 +01:00
f0ab79ef06
internal/api/atomicasset.go: Pass context to atomicasset api. 2023-02-07 08:32:44 +01:00
d67864dadf
go.mod: Update github.com/eosswedenorg-go/leapapi to v0.2.3 2023-02-06 16:31:44 +01:00
dbf59d1305
internal/api/interface.go: make Call() accept a context as parameter. 2023-02-06 14:21:29 +01:00
4cdae2d3f1
internal/api/debug.go: no need to return error in parseResponse() as it is always nil. 2023-02-02 18:52:36 +01:00
86e87d8245
internal/api: rename eosio_*.go to antelope_*.go 2022-12-22 14:17:22 +01:00
2caad14e44
go mod: Update github.com/eosswedenorg-go/haproxy to v1.0.1 2022-12-22 12:41:26 +01:00
005ad9fcd0
go mod: change github.com/eosswedenorg-go/eosapi v0.1.3 to github.com/eosswedenorg-go/leapapi v0.2.0 2022-11-25 12:39:51 +01:00
61cb49f8be
Rename project from eosio-api-healthcheck to antelope-api-healthcheck 2022-11-25 12:39:51 +01:00
9109bef803
internal/api/make.go: remove "contract" api in favor for the new "atomic" name. 2022-11-24 15:06:02 +01:00
c89da02738
Cleanup test names. 2022-11-24 14:56:22 +01:00
d2b8e7d0dc
internal/api/eosio_v2_test.go: Assert any errors from http.ResponseWriter.Write() 2022-11-24 14:51:17 +01:00
bcd9a93a35
internal/api/eosio_v1_test.go: Assert any errors from http.ResponseWriter.Write() 2022-11-24 14:51:17 +01:00
c48162742f
internal/api/atomicasset_test.go: Assert any errors from http.ResponseWriter.Write() 2022-11-24 14:45:46 +01:00
8feca959d4
internal/server/parse_request.go: move api factory code into its own function in api package: api.Make() 2022-11-23 17:14:51 +01:00
2b0b32b5ab
rename EosioContract to AtomicAsset. 2022-11-23 17:04:54 +01:00
e9976fbbee
Change github.com/eosswedenorg-go/eos-contract-api-client to github.com/eosswedenorg-go/atomicasset 2022-11-23 16:04:23 +01:00
adb1ad3c6d
Fix code formatting 2022-11-23 15:53:26 +01:00
a17e2929e3
internal/api/eosio_v1.go: HTTP Errors are now handled in eosapi. This changes the log message abit and return haproxy status from "Down" to "Fail" 2022-11-18 15:40:55 +01:00
9102240837
internal/api/eosio_v2.go: HTTP Errors are now handled in the eosapi. This changes the log message abit and return haproxy status from "Down" to "Fail" 2022-11-18 15:40:55 +01:00
6448aeb0f7
Refactor: move internal package from src/ to internal/ and move src/main.go to cmd/eosio-api-healthcheck/main.go 2022-10-27 12:58:30 +02:00