Patryk Osmaczko
c5c28cc568
chore(logging)_: switch to zap.Logger as central logger
...
Set zap.Logger as the primary logger for status-go. All geth logs are
now proxied through zap.Logger.
closes : #6029
2024-11-22 10:03:22 +01:00
frank
3824691f78
chore_: remove CLI option MEDIA_HTTPS ( #6112 )
2024-11-22 10:23:17 +08:00
frank
735a422230
chore_: create v2 endpoints for status.go to solve EndpointsUnsupported in endpoints.go ( #5943 )
...
* chore_: create v2 endpoints for status.go to use status-backend server
* feat_: support using http for media server (#6060 )
2024-11-19 09:31:29 +00:00
Igor Sirotin
d15ec57bad
fix_: move version to separate package ( #6053 )
2024-11-06 17:36:49 +00:00
Igor Sirotin
e938635d04
chore_: get version with go generate ( #6014 )
...
* chore_: get version with go generate
* fix_: test-functional
* fix_: trip space in version and gitcommit
* fix_: TestUserAgent
2024-11-03 00:47:15 +00:00
Igor Sirotin
5fc8a974d9
chore_: move rename server ( #5906 )
...
* chore_: move and rename server files
* fix_: linter
2024-10-04 14:24:36 +01:00
Igor Sirotin
fc36a7e980
feat(cmd)_: `status-backend` ( #5847 )
...
* feat_: server supports for mobile api
fix(statusd)_: manually serve
* feat_: generate endpoints list from status/mobile.go
* chore_: mark public endpoint OpenAccounts as deprecated
* chore_: added status-backend makefile targets
* feat_: expose deprecated endpoints, with special header field
* docs(status-backend)_: added README
2024-09-27 16:02:18 +01:00