Skip to content

Conversation

@elizabethengelman
Copy link
Collaborator

In order to flatten an optional field, I needed to remove the group(skip) on network::Args. But this lead to a conflict because there are multiple groups with an implicit name of 'Args' that were all trying to be flattened. The solution to this was add a specific group id to network::Args.

In order to flatten an optional field, I needed to remove the
group(skip) on network::Args. But this lead to a conflict because there
are multiple groups with an implicit name of 'Args' that were all trying
to be flattened. The solution to this was add a specific group id to
network::Args.
@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX May 29, 2025
@elizabethengelman elizabethengelman merged commit 58ff022 into feat/tx-fetch May 30, 2025
27 of 32 checks passed
@elizabethengelman elizabethengelman deleted the feat/tx-fetch-with-default branch May 30, 2025 15:15
@github-project-automation github-project-automation bot moved this from Backlog (Not Ready) to Done in DevX May 30, 2025
janewang pushed a commit that referenced this pull request Jul 9, 2025
* Add tx fetch

* Convert transaction response back to xdr

* Add int tests for tx fetch

* Add fetch envelope and meta

* Fix xdr representation for fetch tx

* Clean up

* Cargo fmt

* Clippy

* Update FULL_HELP_DOCS.md

* Update doc comments

* Make envelope the default fetch when no subcommand is given (#2036)

* Make envelope the default fetch when no subcommand is given

In order to flatten an optional field, I needed to remove the
group(skip) on network::Args. But this lead to a conflict because there
are multiple groups with an implicit name of 'Args' that were all trying
to be flattened. The solution to this was add a specific group id to
network::Args.

* Make envelope the default fetch when no subcommand is given

* Refactor to use args impl

* Clean up

* Clippy

* Update cmd/soroban-cli/src/commands/tx/fetch/mod.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Cargo fmt

* Error if a tx is not found on given network

* Cleanup checking tx status in fetch args

* Clippy

* Bump rust version

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants