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

17 commits

Author SHA1 Message Date
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