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

DEV > MAIN #322

Merged
merged 38 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
a3d7469
feat: [sc-15610] Cron Job to Save the Points (#252)
jakubswierczek May 22, 2024
fc977c1
Add database connection strings to GitHub workflows (#278)
jakubswierczek May 22, 2024
b6ff997
Separate GH secret for `DEBANK_API_URL` in staging (#279)
cristidas May 22, 2024
e8bb13a
Separate GH secret for `DEBANK_API_URL` in prod (#280)
cristidas May 22, 2024
b70c98a
feat: Aave + Spark Protocol Plugins for refinance (#258)
robercano May 22, 2024
73af6bf
chore: update migration and swaps handling (#282)
halaprix May 22, 2024
b04bb0c
Added protocol plugins reexports (#283)
piotrwitek May 22, 2024
b01a251
feat: convert action builders to classes (#266)
robercano May 22, 2024
3b6bd1c
fix: refinance simulation debt calculation (#284)
robercano May 22, 2024
0c2f8c7
feat: handle closed position swap points (#286)
halaprix May 23, 2024
937d4ac
fix: support weth for aavelike borrow (#287)
robercano May 23, 2024
e3927c2
feat: add migration points check (#288)
halaprix May 23, 2024
2c8cfab
fix: update sql operators (#291)
halaprix May 23, 2024
9d643bc
Update npm packages build and publish npm packages (#285)
piotrwitek May 24, 2024
16ca1c3
feat: Group and chunk user points for efficient processing (#292)
halaprix May 24, 2024
d8fa7f2
feat: Implement atomic transactions in SummerPointsService using Kyse…
halaprix May 24, 2024
eb0c646
fix: fix eligibility checks (#296)
halaprix May 24, 2024
b032f66
chore: cap max value for calcualtions at 10mln (#297)
halaprix May 24, 2024
d5a93af
Added new SDK stack (#300)
piotrwitek May 27, 2024
33b422b
Add missing package scripts (#302)
piotrwitek May 27, 2024
25861b1
feat: add `rays-leaderboard` endpoint and db migration (#303)
halaprix May 27, 2024
0169a26
chore: update-points-start-timestamp (#304)
halaprix May 27, 2024
135ed25
feat: operation definitions tool (#294)
robercano May 27, 2024
41d579c
chore: change point accrual function timeout to 300 seconds (#305)
halaprix May 27, 2024
b3c3877
feat: accept skippable actions in order planner (#298)
robercano May 27, 2024
39f7370
feat: add leaderboard position to user (#306)
halaprix May 27, 2024
27fc950
fix: use flashloan amount for borrowing (#308)
robercano May 28, 2024
292d6dd
fix: fx mutliple issues (#310)
halaprix May 28, 2024
804bbe4
fix: oracle spot price interface (#311)
robercano May 28, 2024
a7bbfbb
fix: spark payback action wrapper (#313)
robercano May 28, 2024
258f679
Bump packages and revert to new npm org (#315)
piotrwitek May 29, 2024
79cdeda
feat: add referral handling in point accrual (#316)
halaprix May 29, 2024
35eefa9
chore: add manual deploy (#317)
halaprix May 29, 2024
f62724e
fix: add missing tokens (#318)
robercano May 30, 2024
e7d53f0
fix: skip send action with correct flags (#319)
robercano May 31, 2024
4a86a6a
chore: bump dma-library to `0.6.6` in setup trigger (#320)
halaprix Jun 3, 2024
e6f5e35
Bump packages and revert to new npm org (#321)
piotrwitek Jun 3, 2024
d8f846f
Merge branch 'main' into dev
piotrwitek Jun 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/sdk-client/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@summer_fi/summerfi-sdk-client",
"version": "0.2.7",
"version": "0.2.8",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"packageManager": "yarn@1.22.21",
Expand Down
2 changes: 1 addition & 1 deletion sdk/sdk-common/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@summer_fi/summerfi-sdk-common",
"version": "0.2.6",
"version": "0.2.7",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"packageManager": "yarn@1.22.21",
Expand Down
Loading