-
Notifications
You must be signed in to change notification settings - Fork 17
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
LSPS1: Update message format and get client working #140
base: main
Are you sure you want to change the base?
Commits on Jul 1, 2024
-
Add (commented-out) path to local LDK packages
.. to make it easier to switch back-and-forth when testing.
Configuration menu - View commit details
-
Copy full SHA for a11f2c4 - Browse repository at this point
Copy the full SHA a11f2c4View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f65b378 - Browse repository at this point
Copy the full SHA f65b378View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e57703c - Browse repository at this point
Copy the full SHA e57703cView commit details
Commits on Aug 8, 2024
-
LSPS0: Advertise supported protocols
We previously didn't advertise the supported protocols, even if the corresponding service handlers were available.
Configuration menu - View commit details
-
Copy full SHA for 97d6150 - Browse repository at this point
Copy the full SHA 97d6150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce2675 - Browse repository at this point
Copy the full SHA 6ce2675View commit details -
Configuration menu - View commit details
-
Copy full SHA for d29d75f - Browse repository at this point
Copy the full SHA d29d75fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 649bcbc - Browse repository at this point
Copy the full SHA 649bcbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f4bcce - Browse repository at this point
Copy the full SHA 4f4bcceView commit details
Commits on Aug 14, 2024
-
LSPS1: Simplify and align client logic
.. we tremendously simplify the client logic, also dropping any state tracking for now (possibly to be re-added in the future). We also get the LSPS1 API closer to LSPS2 and make sure the API/docs is more consistent.
Configuration menu - View commit details
-
Copy full SHA for 564320e - Browse repository at this point
Copy the full SHA 564320eView commit details -
De-/Serialize addresses assuming their network isn't bogus
.. as we have no real way to check the network at the point of deserialzation, and we want to handle `bitcoin::Addresses`, not uncheck addresses, in particular when it comes to serialization.
Configuration menu - View commit details
-
Copy full SHA for b014a08 - Browse repository at this point
Copy the full SHA b014a08View commit details -
Account for missing
refund_onchain_address
fieldWe allow de/serializing if the field is absent.
Configuration menu - View commit details
-
Copy full SHA for ca3c923 - Browse repository at this point
Copy the full SHA ca3c923View commit details