Will Winder
Will Winder
The block data returned by indexer is not in the canonical block format, so you cannot use it to compute the block hash. To get a block hash you have...
I hit this issue today as well, would be nice to initialize currentState to the initialState.
@algorandskiy this is less important for Indexer today as it was in July. I think there are still good reasons to open it up. Tools like [algojig](https://github.com/Hipo/algojig/blob/main/gojig/main.go#L115) might want to...
Possibly. I checked on the docker container and there is still something odd. Why are some marked `not a dynamic executable`, and others are marked `statically linked`? ``` root@056078ce268b:/node/bin# ldd...
Steps to reproduce. In one terminal ``` docker run --rm -it \ -p 4190:8080 \ -e NETWORK=mainnet \ -e FAST_CATCHUP=1 \ -e TELEMETRY_NAME=name \ -e TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa \ --name mainnet-container \...
More of these js files... Unfortunately, even with these changes, the download I'm using doesn't seem to work. ``` JS FILE EXTRACTED BUT not known, please file a github issue...
Algod is designed to store data for efficient for blockchain operation, not for querying. Sometimes it can do both, but not always. Indexer is designed to make data more accessible...
Neat! The screenshot feature sounds really useful and proper GitHub integration would be great. We also have an open source license for POEditor. When I was evaluating the tools originally...
Looks like only 6 languages / 8 contributors have used POEditor in the last year. So the 151 contributor number is very inflated.
Maybe these old tests can be deprecated in favor of the new e2e scripts used for conduit: https://github.com/algorand/conduit/tree/master/e2e_tests