-
Notifications
You must be signed in to change notification settings - Fork 40
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
Premium #264
base: master
Are you sure you want to change the base?
Premium #264
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0dfd47 - Browse repository at this point
Copy the full SHA e0dfd47View commit details -
swap: adds premium functionality to peerswap
This commit adds protocol update and impl of premium. * Swap In * Responder/Taker requests Premium, Maker adds it to Opening Tx (Taker collects Premium in Claim tx) * Swap Out * Responder/Maker requests Premium and Taker tops it up on Claim invoice (Maker collects Premium on Claim invoice)
Configuration menu - View commit details
-
Copy full SHA for bf35e96 - Browse repository at this point
Copy the full SHA bf35e96View commit details -
poll: enable to check the premium rate
This commit includes the premium rate in the poll message so that the premium set for each peer can be confirmed.
Configuration menu - View commit details
-
Copy full SHA for d236f4b - Browse repository at this point
Copy the full SHA d236f4bView commit details -
swap: adds premium options for commands
This commit adds premium options. Also, the sample settings and document have been updated accordingly.
Configuration menu - View commit details
-
Copy full SHA for 620abd2 - Browse repository at this point
Copy the full SHA 620abd2View commit details
Commits on Oct 6, 2024
-
test: integration tests for premium
This commit is to modify and add integration tests for the addition of premium.
Configuration menu - View commit details
-
Copy full SHA for 7886c2e - Browse repository at this point
Copy the full SHA 7886c2eView commit details -
cln: added display logic for PREMIUM
Add item to peerSwapPeer to display Premium Rate Ppm. Set the value retrieved from the poll so that it can be checked with the ListPeers command.
Configuration menu - View commit details
-
Copy full SHA for a1fe0b1 - Browse repository at this point
Copy the full SHA a1fe0b1View commit details -
swap: correction of swapout in CheckPremiumAmount
Corrected where to get premium limit at swapout in CheckPremiumAmount and OnSwapOutRequestReceived. Also, unit tests for CheckPremiumAmount have been added.
Configuration menu - View commit details
-
Copy full SHA for 9b1d0b0 - Browse repository at this point
Copy the full SHA 9b1d0b0View commit details -
cln: rearranged the order of commands
I rearranged the order of commands for swapin.
Configuration menu - View commit details
-
Copy full SHA for 2b52ca9 - Browse repository at this point
Copy the full SHA 2b52ca9View commit details -
policy: show premium rate when reloadpolicy
When the reload policy was done, the configuration values were updated, but they were not displayed. Definitions are being added so that they are displayed.
Configuration menu - View commit details
-
Copy full SHA for 638736d - Browse repository at this point
Copy the full SHA 638736dView commit details
Commits on Oct 13, 2024
-
multi: enable per-peer premium configuration
Allow setting different premium values for BTC and LBTC. This change also enables users to configure individual premiums for each peer, providing more granular control over pricing and liquidity. - Added separate premium fields for BTC and LBTC. - Implemented logic to apply peer-specific premiums.
Configuration menu - View commit details
-
Copy full SHA for 2e68c35 - Browse repository at this point
Copy the full SHA 2e68c35View commit details