-
Notifications
You must be signed in to change notification settings - Fork 97
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
base: develop
Are you sure you want to change the base?
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fcc30ce - Browse repository at this point
Copy the full SHA fcc30ceView commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5fd2c1c - Browse repository at this point
Copy the full SHA 5fd2c1cView commit details
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 479719b - Browse repository at this point
Copy the full SHA 479719bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d06ab2 - Browse repository at this point
Copy the full SHA 6d06ab2View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c38063 - Browse repository at this point
Copy the full SHA 7c38063View commit details -
Configuration menu - View commit details
-
Copy full SHA for c31a3b8 - Browse repository at this point
Copy the full SHA c31a3b8View commit details -
Incentives: Add fields in block header for proposer and fees collecte…
…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
Configuration menu - View commit details
-
Copy full SHA for 2a7a407 - Browse repository at this point
Copy the full SHA 2a7a407View commit details -
chore: fix function names (algorand#632)
Signed-off-by: tianzedavid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b28ed19 - Browse repository at this point
Copy the full SHA b28ed19View commit details -
Regenerate code from specification file (algorand#631)
Co-authored-by: Algorand Generation Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89b33c0 - Browse repository at this point
Copy the full SHA 89b33c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d34226c - Browse repository at this point
Copy the full SHA d34226cView commit details -
Build: Bump golang version to 1.21.10 (algorand#636)
* Bump golang version to 1.21.10 * Address new linter warnings.
Configuration menu - View commit details
-
Copy full SHA for 51d8a8f - Browse repository at this point
Copy the full SHA 51d8a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a651ced - Browse repository at this point
Copy the full SHA a651cedView commit details -
Regenerate code from specification file (algorand#635)
Co-authored-by: Algorand Generation Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eabc0bf - Browse repository at this point
Copy the full SHA eabc0bfView commit details -
Regenerate code from specification file (algorand#640)
Co-authored-by: Algorand Generation Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 049734f - Browse repository at this point
Copy the full SHA 049734fView commit details -
Regenerate code from specification file (algorand#641)
Co-authored-by: Algorand Generation Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3b2c94 - Browse repository at this point
Copy the full SHA d3b2c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2a3e8 - Browse repository at this point
Copy the full SHA 6c2a3e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e95fc1 - Browse repository at this point
Copy the full SHA 5e95fc1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 221c8bd - Browse repository at this point
Copy the full SHA 221c8bdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b84250a - Browse repository at this point
Copy the full SHA b84250aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 40f6b15 - Browse repository at this point
Copy the full SHA 40f6b15View commit details -
Regenerate code from specification file (algorand#647)
Co-authored-by: Algorand Generation Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 002f5ea - Browse repository at this point
Copy the full SHA 002f5eaView commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 966d6c3 - Browse repository at this point
Copy the full SHA 966d6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd687c - Browse repository at this point
Copy the full SHA 4cd687cView commit details