Tobias Latzke

Results 16 comments of Tobias Latzke

The issue is that `sizeof("uint")` returns 5 and not 4 as you expected. The sizeof operator for string literals counts the terminating `\0`

This issue does not apply to `string `and `address`, because there are no variants of these types with specific length (there is no `address32` or something). However, with all my...

Agree! We are using your library for our project and are about to migrate to v0.8.9. Do you consider a second branch of your library (and npm publication, e.g. with...

thx for reporting! I don't have much time for centaurus at the moment. I'll try to update some libraries and plugins, but it may take a while.

I have the same issue

The thrown error is not very helpful, btw, but this might also be an issue in js-stellar-sdk rather than horizon. The above `console.log(JSON.stringify(error));` currently yields `{"isTrusted":true}`

part of websocket stuff is removed but still more to investigate: https://github.com/raymens/Centaurus/blob/master/www/js/services/services.basic.js#L108-L133 which should not be needed anymore. The healthcheck might be useful later but at the moment is not,...

I've implemented a workaround but not a real solution

It's not displayed at the moment, but calculated correctly.