-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support to add custom consensus in conduit and indexer #625
Open
scholtz
wants to merge
23
commits into
algorand:develop
Choose a base branch
from
scholtz:v2.4.1
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scholtz
added a commit
to scholtz/conduit
that referenced
this pull request
Jan 6, 2024
This is dependant on algorand/go-algorand-sdk#625
@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: algorand/indexer#1327 (comment) |
algod follower node is ok, but i need to have data in indexer and conduit and indexer requires this PR to be merged |
…d. (algorand#617) * Add fields in block header for proposer and fees collected. * Add payouts related fields to Account * update consensus.go * Add absent participation accounts
Signed-off-by: tianzedavid <[email protected]>
Co-authored-by: Algorand Generation Bot <[email protected]>
* Bump golang version to 1.21.10 * Address new linter warnings.
Co-authored-by: Algorand Generation Bot <[email protected]>
Co-authored-by: Algorand Generation Bot <[email protected]>
Co-authored-by: Algorand Generation Bot <[email protected]>
Update .test-env to use Cucumber specs from master rather than the now deprecated V2.
…algorand#605) Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210921155107-089bfa567519 to 0.17.0. - [Commits](https://github.com/golang/crypto/commits/v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Algorand Generation Bot <[email protected]>
* Fix: Fix indexer sync issue in cucumber tests (algorand#628) * Bump go version for builds/workflows to 1.20.14. (algorand#629) * Incentives: Add fields in block header for proposer and fees collected. (algorand#617) * Add fields in block header for proposer and fees collected. * Add payouts related fields to Account * update consensus.go * Add absent participation accounts * chore: fix function names (algorand#632) Signed-off-by: tianzedavid <[email protected]> * Regenerate code from specification file (algorand#631) Co-authored-by: Algorand Generation Bot <[email protected]> * Fix funding for cucumber tests by rotating sender accounts (algorand#630) * Build: Bump golang version to 1.21.10 (algorand#636) * Bump golang version to 1.21.10 * Address new linter warnings. * bump up version to v2.5.0 * Regenerate code from specification file (algorand#635) Co-authored-by: Algorand Generation Bot <[email protected]> * Regenerate code from specification file (algorand#640) Co-authored-by: Algorand Generation Bot <[email protected]> * Regenerate code from specification file (algorand#641) Co-authored-by: Algorand Generation Bot <[email protected]> * Enable min-balance tests for indexer and algod APIs. (algorand#642) * bump up version to v2.6.0 * Update .test-env to use Cucumber specs from master (algorand#645) Update .test-env to use Cucumber specs from master rather than the now deprecated V2. * Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 (algorand#605) Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump golang.org/x/crypto (algorand#646) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210921155107-089bfa567519 to 0.17.0. - [Commits](https://github.com/golang/crypto/commits/v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Regenerate code from specification file (algorand#647) Co-authored-by: Algorand Generation Bot <[email protected]> --------- Signed-off-by: tianzedavid <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Jason Paulos <[email protected]> Co-authored-by: Gary <[email protected]> Co-authored-by: John Jannotti <[email protected]> Co-authored-by: tianzedavid <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Algorand Generation Bot <[email protected]> Co-authored-by: gmalouf <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Following
algorand/indexer#1041
and
algorand/indexer#1327
Please merge this to the SDK so that it is possible to work with custom consensus files in conduit and indexer.