algorand / go-algorand-sdk

Algorand Golang SDK
https://pkg.go.dev/github.com/algorand/go-algorand-sdk/v2
MIT License
185 stars 95 forks source link

Support to add custom consensus in conduit and indexer #625

Open scholtz opened 8 months ago

scholtz commented 8 months ago

Following

https://github.com/algorand/indexer/pull/1041 and https://github.com/algorand/indexer/pull/1327

Please merge this to the SDK so that it is possible to work with custom consensus files in conduit and indexer.

scholtz commented 7 months ago

@algoanne @winder @Eric-Warehime

winder commented 7 months ago

@scholtz none of these people are working on Algorand anymore.

I think the way you'd do this now is to configure your algod follower node to use the custom consensus version. I don't remember the details, but that seems to be what I was saying before: https://github.com/algorand/indexer/pull/1327#issuecomment-1450787790

Cc @gmalouf @onetechnical

scholtz commented 7 months ago

algod follower node is ok, but i need to have data in indexer and conduit and indexer requires this PR to be merged