Michael Diamant
Michael Diamant
Re-opening - For parity with other offered APIs, we're opting to expose indexer APIs. Updating the description with proposed APIs.
Here's a sample `grep` to gauge v1 API usage within go-algorand: ``` ❯ grep -IlR "github.com/algorand/go-algorand/daemon/algod/api/spec/v1" . ./libgoal/transactions.go ./libgoal/libgoal.go ./cmd/algoh/deadman.go ./cmd/algoh/blockWatcher_test.go ./cmd/algoh/blockWatcher.go ./cmd/algoh/blockstats_test.go ./cmd/algoh/client.go ./cmd/algoh/blockstats.go ./cmd/algoh/mockClient.go ./cmd/goal/clerk.go ./test/framework/fixtures/restClientFixture.go ./test/e2e-go/features/stateproofs/stateproofs_test.go ./test/e2e-go/features/transactions/asset_test.go...
@efe Let me know if the response addresses the concern? I can appreciate that it's an inconvenience from a builder's perspective. As maintainers, the tradeoff is that we leverage recent...
@efe I can appreciate the perspective you're presenting and it's a primary driver for a slower upgrade path in py-algorand-sdk (https://github.com/algorand/py-algorand-sdk/#supported-python-versions). In pyteal, we applied a different tradeoff because pyteal's...
@PabloLION Thanks for putting in some cycles here. Due to other priorities, it's been some time since I last looked into the PR's topic. From my perspective, I see the...
Summarizing a brainstormed idea during live discussion: * Idea: Support referencing an assertion by associating an alias to each PyTeal source line containing an `assert` at source map creation time....
@javerett Thanks for documenting the need. No estimate on timing, but we'll likely take a closer look when picking up https://github.com/algorand/go-algorand/issues/4036.
Reopening + added _Team Scytale_ label. It's possible the lack of categorization is a source of confusion.
Linking PR for ease of reference: https://github.com/algorand/go-algorand/pull/4645.
https://github.com/algorand/go-algorand/pull/4654 brings in the requested changes.