Will Winder
Will Winder
@0xkongamoto could you be more specific about the problem? Please provide steps to reproduce.
So far we haven't considered re-serialization as part of the API contract. In go you would have access to these objects and they would have the correct zero values. Do...
In the past, I've solved this issue with the following script: ``` function catchup() { local FAST_CATCHUP_URL="https://algorand-catchpoints.s3.us-east-2.amazonaws.com/channel/CHANNEL/latest.catchpoint" local CATCHPOINT=$(curl -s ${FAST_CATCHUP_URL/CHANNEL/$NETWORK}) if [[ "$(echo $CATCHPOINT | wc -l | tr...
This is a general performance issue. New versions of Indexer give a much more useful 503 / timeout response.
That error message is from the database driver and means it was unable to connect to your database. Depending on your configuration your next step might be using `psql` to...
You need to run postgres yourself and provide a connection string.
Could you suggest a place in the documentation where clarification would have been helpful?
@jeapostrophe it's going to be easier to prioritize these if you describe the use case that you're having trouble with. Could you describe what you're trying to do so that...
You can search for the "snd" parameter by using the "sender" address-role and setting the transaction type to "pay".
closes #361