Merge 399d2791fd5ac5f2c2df129d2d5c5e223efe2b59 into 967fcacfacdf0b3c91efdcc5239ef0360acb99cf
ea23a776
pull/794/merge
4/229 ++ 27 --
Commits and releases over time
No repositories match that filter.
Replace error type aliases with concrete structs carrying status code and message so callers can type-assert BadRequest/InvalidToken/NotFound/ InternalError. Closes #501.
fnet5 is the protocol AF's FNet runs. It extends v41 with the parameter changes go-algorand released as ConsensusV42, restated rather than derived from v42, so fnet5 stays pinned to the values FNet runs with.
Pqsig support
I retained your changes to .test-env and my recent changes. They might be trying to solve the same problem though, and maybe you can remove yours now. My changes make it so that the indexer and conduit built during CI tests use the SDK with the changes made in the PR under test. The previous situation was horrible - you would make changes to the SDK, but those changes were not used by the indexer/conduit that were built while testing your changes! That might be what you were dealing with too.
* Update for v42 consensus * Conduit/indexer should use the local SDK when testing
This work was originally made with claude assistance and adapted from there.