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

Update rust-lightning and bitcoin dependencies #10

Merged
merged 12 commits into from
Oct 12, 2024
Merged

Update rust-lightning and bitcoin dependencies #10

merged 12 commits into from
Oct 12, 2024

Conversation

jjyr
Copy link
Collaborator

@jjyr jjyr commented Oct 9, 2024

Update dependencies

  • update rust-lightning to 0.0.124
  • update bitcoin to 0.32.2
  • update bdk
  • update rust toolchain to nightly-2024-09-19

Changes

  • fee uses u64 instead of f32, We need to update the JS binding type @duanyytop

@jjyr jjyr requested review from duanyytop and EthanYuan October 9, 2024 10:13
@jjyr jjyr changed the base branch from master to develop October 9, 2024 10:13
@duanyytop
Copy link
Collaborator

duanyytop commented Oct 12, 2024

fee uses u64 instead of f32, We need to update the JS binding type?

We don't use the estimate_tx_fee function of the mutiny node now, so this feature does not affect us.

@jjyr jjyr merged commit 864865c into develop Oct 12, 2024
9 checks passed
@jjyr jjyr deleted the update-deps branch October 12, 2024 09:56
Comment on lines +18 to +23
lightning-background-processor = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-types = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-invoice = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-rapid-gossip-sync = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-transaction-sync = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jjyr jjyr mentioned this pull request Oct 14, 2024
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

Successfully merging this pull request may close these issues.

4 participants