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

add repost method into wallet owner api #2553

Merged
merged 2 commits into from
Feb 12, 2019
Merged

add repost method into wallet owner api #2553

merged 2 commits into from
Feb 12, 2019

Conversation

garyyu
Copy link
Contributor

@garyyu garyyu commented Feb 9, 2019

add a repost API, which is identical to the wallet command grin wallet repost -i x.

[Update]:
Without this repost API, there's no way to repost a pending sending transaction in case of any unexpected failure of last post_tx call (unless you can cache the finalized tx data and call post_tx again, but with this new repost API there's no need to cache that finalized tx data).

But I will not merge it before the review/s, welcome anyone interested in wallet APIs to take a review on this.

@garyyu garyyu requested review from yeastplume and removed request for yeastplume February 9, 2019 15:45
@yeastplume
Copy link
Member

👍 Looks good to me.

@yeastplume yeastplume merged commit 5987bcd into mimblewimble:master Feb 12, 2019
yeastplume pushed a commit that referenced this pull request Feb 13, 2019
* - Add backwards compatability
- Add hex serialization

* rustfmt

* rustfmt

* Windows Compatibility Fixes #1 (#2535)

* initial changes for windows build and unit/integration tests

* rustfmt

* wallet+store tests

* rustfmt

* fix linux daemonize

* better encapsulate file rename

* rustfmt

* remove daemonize commands

* rustfmt

* remove server start/stop commands

* add ability to drop pmmr backend files explicitly for txhashset unzip

* rustfmt

* fix pmmr tests

* rustfmt

* Windows TUI Fix (#2555)

* switch pancurses backend to win32

* revert changes to restore test

* compatibility fix + debug messages

* rustfmt

* Add content disposition for OK responses  (#2545)

* Testing http send and fixing accordingly

* add repost method into wallet owner api (#2553)

* add repost method into wallet owner api

* rustfmt

* Add ability to compare selection strategies (#2516)

Before tx creation user can estimate fee and locked amount
with different selection strategies by providing `-e` flag for
`wallet send` command.
@garyyu garyyu deleted the repost branch December 11, 2019 06:56
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.

2 participants