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

Still need to be brought back for 1.0 #522

Open
11 of 14 tasks
thunderbiscuit opened this issue Apr 30, 2024 · 4 comments
Open
11 of 14 tasks

Still need to be brought back for 1.0 #522

thunderbiscuit opened this issue Apr 30, 2024 · 4 comments

Comments

@thunderbiscuit
Copy link
Member

thunderbiscuit commented Apr 30, 2024

This issue compiles a list of structs and methods that were commented out in the move to the 1.0 early releases in order to keep track of what we probably want to bring back, without having to keep them as comments in the codebase.

  • TxIn type
  • Payload type (doesn't exist anymore)
  • Address.from_script() method
  • Address.payload() method
  • Transaction.lock_time()
  • Transaction.input()
  • Transaction.output()
  • Psbt.txid() (not there anymore)
  • Psbt.combine()
  • Psbt.fee_amount() (renamed to fee())
  • Psbt.fee_rate() (not there anymore)
  • Psbt.json_serialize()
  • SignOptions
  • TxBuilder.add_data()
@jurvis
Copy link

jurvis commented May 16, 2024

hi @thunderbiscuit, we still need Transaction – input() and output() and conversely from 1, the TxIn type.

does .finalize_psbt not require SignOptions as a parameter anymore?

@thunderbiscuit
Copy link
Member Author

We didn't have the Wallet.finalize_psbt() method before (or at least I can't find it anywhere), but you might be referring to the Wallet.sign() method? The sign() method still takes a SignOptions parameter in Rust, but for the bindings we simply pass the default version of that (and have removed it as a parameter). Did you use it to customize the signer options? I'm happy to try to add it back for you next week if you'd like and need it.

@reez reez mentioned this issue Jun 7, 2024
8 tasks
@andreasgriffin
Copy link
Contributor

get_height (the current blockchain tip) is missing. It also seems to have vanished from the esplora and electrum client. This is however very useful.

@andreasgriffin
Copy link
Contributor

The RPC client would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants