What problem does your feature solve?
The current go-stellar-sdk is missing the operation.go file that was present in the previous package github.com/stellar/go. This file provided access to TransactionOperationWrapper and its associated methods, which are essential for processing transaction operations in my indexer implementation.
Without this functionality, there's no clear migration path for developers who relied on these utilities in the previous SDK version.
What would you like to see?
I would like to see operation.go added back to the SDK, or alternatively, clear documentation on:
- The replacement/equivalent functionality for TransactionOperationWrapper
- Migration guide from github.com/stellar/go to the current SDK structure
- Recommended patterns for handling transaction operation wrapping
Adding operation.go (or its equivalent) would significantly facilitate development and provide continuity for developers migrating from the previous SDK version.
What problem does your feature solve?
The current go-stellar-sdk is missing the operation.go file that was present in the previous package github.com/stellar/go. This file provided access to TransactionOperationWrapper and its associated methods, which are essential for processing transaction operations in my indexer implementation.
Without this functionality, there's no clear migration path for developers who relied on these utilities in the previous SDK version.
What would you like to see?
I would like to see operation.go added back to the SDK, or alternatively, clear documentation on:
Adding operation.go (or its equivalent) would significantly facilitate development and provide continuity for developers migrating from the previous SDK version.