Skip to content
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
wants to merge 23 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fcc30ce
Merge branch 'release/v2.3.0'
Algo-devops-service Sep 18, 2023
5fd2c1c
Merge branch 'release/v2.4.0'
Algo-devops-service Dec 15, 2023
479719b
PreloadConfigurableConsensusProtocols sdk
scholtz Jan 6, 2024
6d06ab2
os functions
scholtz Jan 6, 2024
7c38063
Fix: Fix indexer sync issue in cucumber tests (#628)
jasonpaulos Feb 27, 2024
c31a3b8
Bump go version for builds/workflows to 1.20.14. (#629)
gmalouf Mar 7, 2024
2a7a407
Incentives: Add fields in block header for proposer and fees collecte…
jannotti Apr 24, 2024
b28ed19
chore: fix function names (#632)
tianzedavid May 1, 2024
89b33c0
Regenerate code from specification file (#631)
github-actions[bot] May 1, 2024
d34226c
Fix funding for cucumber tests by rotating sender accounts (#630)
jasonpaulos May 8, 2024
51d8a8f
Build: Bump golang version to 1.21.10 (#636)
gmalouf May 8, 2024
a651ced
bump up version to v2.5.0
gmalouf May 8, 2024
eabc0bf
Regenerate code from specification file (#635)
github-actions[bot] May 15, 2024
049734f
Regenerate code from specification file (#640)
github-actions[bot] May 16, 2024
d3b2c94
Regenerate code from specification file (#641)
github-actions[bot] May 23, 2024
6c2a3e8
Enable min-balance tests for indexer and algod APIs. (#642)
gmalouf Jun 3, 2024
5e95fc1
bump up version to v2.6.0
gmalouf Jun 5, 2024
221c8bd
Update .test-env to use Cucumber specs from master (#645)
gmalouf Jun 5, 2024
b84250a
Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0…
dependabot[bot] Jun 5, 2024
40f6b15
build(deps): bump golang.org/x/crypto (#646)
dependabot[bot] Jun 12, 2024
002f5ea
Regenerate code from specification file (#647)
github-actions[bot] Jun 25, 2024
966d6c3
rebase (#2)
scholtz Sep 15, 2024
4cd687c
Merge branch 'algorand:develop' into v2.4.1
scholtz Sep 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rebase (#2)
* Fix: Fix indexer sync issue in cucumber tests (#628)

* Bump go version for builds/workflows to 1.20.14. (#629)

* Incentives: Add fields in block header for proposer and fees collected. (#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 (#632)

Signed-off-by: tianzedavid <cuitianze@aliyun.com>

* Regenerate code from specification file (#631)

Co-authored-by: Algorand Generation Bot <codegen@algorand.com>

* Fix funding for cucumber tests by rotating sender accounts (#630)

* Build: Bump golang version to 1.21.10 (#636)

* Bump golang version to 1.21.10

* Address new linter warnings.

* bump up version to v2.5.0

* Regenerate code from specification file (#635)

Co-authored-by: Algorand Generation Bot <codegen@algorand.com>

* Regenerate code from specification file (#640)

Co-authored-by: Algorand Generation Bot <codegen@algorand.com>

* Regenerate code from specification file (#641)

Co-authored-by: Algorand Generation Bot <codegen@algorand.com>

* Enable min-balance tests for indexer and algod APIs. (#642)

* bump up version to v2.6.0

* Update .test-env to use Cucumber specs from master (#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 (#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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump golang.org/x/crypto (#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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Regenerate code from specification file (#647)

Co-authored-by: Algorand Generation Bot <codegen@algorand.com>

---------

Signed-off-by: tianzedavid <cuitianze@aliyun.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
Co-authored-by: Gary <982483+gmalouf@users.noreply.github.com>
Co-authored-by: John Jannotti <jannotti@gmail.com>
Co-authored-by: tianzedavid <168427849+tianzedavid@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Algorand Generation Bot <codegen@algorand.com>
Co-authored-by: gmalouf <gmalouf@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
9 people authored Sep 15, 2024
commit 966d6c345bb2d270433c30ac50606d6c577a4df0

No changes to show.

This commit has no content.