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

Boxes: Add support for Boxes #345

Merged
merged 24 commits into from
Nov 2, 2022
Merged

Boxes: Add support for Boxes #345

merged 24 commits into from
Nov 2, 2022

Conversation

michaeldiamant
Copy link
Contributor

@michaeldiamant michaeldiamant commented Jul 6, 2022

Adds SDK support for Boxes introduced in algorand/indexer#1168 and algorand/go-algorand#4149.

michaeldiamant and others added 10 commits July 6, 2022 17:28
* Ignore copied over txt test resource files (#342)

* Github-Actions: Adding pr title and label checks (#339)

* Enhancement: Add UNKNOWN enum type to HTTP client enums. (#351)

* AVM:  Consolidate TEAL and AVM versions (#348)

* Testing: Modify cucumber steps to use dev mode network  (#350)

* DevTools: adding source map decoder (#352)

* adding source map decoder

* Add back line in makefile

* Remove redundant mvn test

Co-authored-by: Michael Diamant <[email protected]>
Co-authored-by: Jack <[email protected]>
Co-authored-by: Will Winder <[email protected]>
Co-authored-by: Ben Guidarelli <[email protected]>
* Ignore copied over txt test resource files (#342)

* Github-Actions: Adding pr title and label checks (#339)

* Enhancement: Add UNKNOWN enum type to HTTP client enums. (#351)

* AVM:  Consolidate TEAL and AVM versions (#348)

* Testing: Modify cucumber steps to use dev mode network  (#350)

* DevTools: adding source map decoder (#352)

* adding source map decoder

* bump to 1.17.0

* Enhancement: Use Sandbox for Testing (#363)

* Bugfix: Pass verbosity to the harness and sandbox (#371)

* Enhancement: Deprecating use of langspec (#367)

Co-authored-by: Michael Diamant <[email protected]>

* StateProofs: Add State Proof support. (#360)

* Regenerate client.

* Implement cucumber response tests.

* Implement path tests, update Makefile, update README.

* Revert

* Add state proof fields to Transaction.

* Update README.md

* Update src/main/java/com/algorand/algosdk/transaction/Transaction.java

* publish results.

* Add transaction-root-256

* dummy commit to avoid check pr category

* dummy commit to kill previous dummy commit

Co-authored-by: Michael Diamant <[email protected]>
Co-authored-by: Jack <[email protected]>
Co-authored-by: Will Winder <[email protected]>
Co-authored-by: Ben Guidarelli <[email protected]>
Co-authored-by: Barbara Poon <[email protected]>
Co-authored-by: Zeph Grunschlag <[email protected]>
* indexer model from indexer branch tzaffi/box-search

* step in cucumber test to see url query match with expected

* minor, better testing script

* @unit.applications.boxes

* rm unused steps

* Update .test-env
* add indexer impl in sdk

* merge step for indexer

* add indexer confirmed steps

* add indexer confirmed steps, working!

* add indexer confirmed steps

* minor

* minor

* per new step expectation

* unify with applications.boxes

* phrasing

* refactoring

* Update .test-env

* minor
.test-env Outdated Show resolved Hide resolved
@ahangsu ahangsu marked this pull request as ready for review September 19, 2022 21:01
* form 'int:1234'. For raw bytes, use the form 'b64:A=='. For printable strings,
* use the form 'str:hello'. For addresses, use the form 'addr:XYZ...'.
*/
public GetApplicationBoxByName name(String name) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pattern suffers from the same drawbacks I brought up in algorand/js-algorand-sdk#604 (comment)

Though since this code is generated, I expect we don't want to take any action here at the moment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasonpaulos Agree - Spent some time here and unfortunately, I don't see a better alternative due to the code generation.

Copy link
Contributor

@jasonpaulos jasonpaulos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has my conditional approval, as long as SDK_TESTING_BRANCH is changed back to master

@michaeldiamant michaeldiamant changed the title Boxes: Merge feature/box-storage into develop Boxes: Add support for Boxes Oct 31, 2022
.test-env Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants