Skip to content

Commit

Permalink
fix go-algorand-sdk notes
Browse files Browse the repository at this point in the history
  • Loading branch information
algobarb committed Apr 28, 2022
1 parent 7fc6151 commit b8fd3f7
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
# 1.15.0
- Update submodule to 3.5.1 [(#929)](https://github.com/algorand/indexer/pull/929)
- Fix dev mode by addressing off by one error. [(#920)](https://github.com/algorand/indexer/pull/920)
- Enable validation and acceptance of new parameter configuration [(#912)](https://github.com/algorand/indexer/pull/912)
- Revert imported_tx_per_block change and add new imported_txns gauge. [(#913)](https://github.com/algorand/indexer/pull/913)
- Update e2e_subs docs to revise artifact upload process [(#910)](https://github.com/algorand/indexer/pull/910)
- Document instructions for updating indexer e2e test input [(#906)](https://github.com/algorand/indexer/pull/906)
- Allow viewing of disabled params [(#902)](https://github.com/algorand/indexer/pull/902)
- Fix failing e2e test [(#899)](https://github.com/algorand/indexer/pull/899)
- Monitoring dashboard [(#876)](https://github.com/algorand/indexer/pull/876)
- Disable parameters in rest api [(#892)](https://github.com/algorand/indexer/pull/892)
- Ensure query is canceled after account rewind. [(#893)](https://github.com/algorand/indexer/pull/893)
- Temporarily revert to inline glob search [(#889)](https://github.com/algorand/indexer/pull/889)
- Configurable query parameters runtime data structures. [(#873)](https://github.com/algorand/indexer/pull/873)
- BugfixReturn all inner transactions are returned for logs endpoint. [(#915)](https://github.com/algorand/indexer/pull/915)
- Default to including python goAlgorand e2e tests in buildtestdata.sh [(#888)](https://github.com/algorand/indexer/pull/888)
- Do not mergeIndexer 2.10.0 [(#923)](https://github.com/algorand/indexer/pull/923)
- FeatureAdd support for unlimited assets. [(#900)](https://github.com/algorand/indexer/pull/900)
- Include block-generator and validator as algorandIndexer subcommands. [(#891)](https://github.com/algorand/indexer/pull/891)
- Release preparationFeature flag to disable configurable api parameters. [(#917)](https://github.com/algorand/indexer/pull/917)
- ToolsAdd cli doc generation command. [(#919)](https://github.com/algorand/indexer/pull/919)
- Use fetch/reset instead of pull for goAlgorand in nightly test. [(#885)](https://github.com/algorand/indexer/pull/885)
* adding foreign app addr to dryrun creator ([#312](https://github.com/algorand/go-algorand-sdk/pull/312))
* adding dryrun stack printer ([#289](https://github.com/algorand/go-algorand-sdk/pull/289))
* Readme updates ([#296](https://github.com/algorand/go-algorand-sdk/pull/296))
# 1.14.1
- Avoid client response failure on unknown field (#307)
- Add ParticipationUpdates to BlockHeader (#306)
Expand Down

0 comments on commit b8fd3f7

Please sign in to comment.