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

[RELEASE] 0.13.0 #589

Merged
merged 43 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
2f8c065
Merge branch 'master' into develop
aziolek Nov 14, 2024
c64c551
Merge branch 'master' into develop
aziolek Nov 14, 2024
80f7750
[CI/CD] Update uat.env contracts
housekeeper-bot Nov 18, 2024
6105fea
OCT-2177: Fixing multisig on patron mode toggle (#547)
adam-gf Nov 19, 2024
3d01d3d
OCT-2195: Add redis cache for localenv (#558)
kgarbacinski Nov 20, 2024
f663881
[CI/CD] Update uat.env contracts
housekeeper-bot Nov 26, 2024
05c3463
OCT-2055: Add caching for antisybil (#559)
kgarbacinski Nov 27, 2024
fad7242
OCT-2095: Improve test (#562)
kgarbacinski Nov 28, 2024
33675d5
OCT-1746: Add caching for GQL methods (#565)
kgarbacinski Nov 29, 2024
dbdc2be
OCT-2219: Allocations/ endpoints migration to FastAPI (#569)
adam-gf Dec 3, 2024
592e3fc
OCT-2240: Initial setup for FactoryBoy (#574)
kgarbacinski Dec 5, 2024
acd8aca
OCT-2251: Rewrite existing tests using Factory Boy (#576)
kgarbacinski Dec 6, 2024
a76985b
OCT-2246: Migrate logic for /epochs
kgarbacinski Dec 9, 2024
0ab8e34
[SYNC] master => develop (#578)
kgarbacinski Dec 9, 2024
7190bbd
Update Sablier's details for testnet (#580)
kgarbacinski Dec 9, 2024
e5176f8
[CI/CD] Update uat.env contracts
housekeeper-bot Dec 9, 2024
84cf834
cr: alignements
kgarbacinski Dec 10, 2024
99ee7d5
merge: with conflicts
aziolek Dec 10, 2024
7d5437d
merge: client conflicts resolved
aziolek Dec 10, 2024
285f603
wip: prepare base structure
kgarbacinski Dec 10, 2024
102d3d8
Resolve BE conflicts
kgarbacinski Dec 10, 2024
7a9168a
[SYNC] master => develop (#583)
aziolek Dec 11, 2024
534b1ed
OCT-2244: Add Unit Tests for /epochs
kgarbacinski Dec 11, 2024
122bbe9
OCT-2246: Migrate logic for /epochs (#579)
aziolek Dec 11, 2024
621bd47
Merge remote-tracking branch 'origin/develop' into kacper/tests/oct-2…
kgarbacinski Dec 11, 2024
84e7856
cr: self-review
kgarbacinski Dec 11, 2024
c8a8862
test: client E2E from master
aziolek Dec 11, 2024
2bacc77
OCT-2269: Fix bug for moving deposit from Sablier between epochs
kgarbacinski Dec 13, 2024
e1a2f5e
tests: alignement
kgarbacinski Dec 13, 2024
1ac31f1
refactor
kgarbacinski Dec 13, 2024
c987885
OCT-2269: Fix bug for moving deposit from Sablier between epochs (#588)
aziolek Dec 16, 2024
9125967
[CI/CD] Update uat.env contracts
housekeeper-bot Dec 16, 2024
cb701ad
Merge branch 'master' into develop
aziolek Dec 16, 2024
cf81b9e
[CI/CD] Update uat.env contracts
housekeeper-bot Dec 16, 2024
95cb606
Fixing the issue with variable names in schema objects for fast api
adam-gf Dec 16, 2024
01d3e3c
fk up
adam-gf Dec 16, 2024
0a7adad
Merge remote-tracking branch 'origin/quickfix-schema-format' into kac…
kgarbacinski Dec 17, 2024
09b6548
fix: change camel_case to snakeCase
kgarbacinski Dec 17, 2024
2c165ff
OCT-2244: Add unit tests for /epochs (#587)
aziolek Dec 17, 2024
fbe159b
[CI/CD] Update uat.env contracts
housekeeper-bot Dec 17, 2024
95d249f
OCT-2282: Lowering the db connection pool size & adding settings for …
adam-gf Dec 18, 2024
62e3b10
Merge branch 'master' into develop
aziolek Dec 19, 2024
579b2b7
Merge branch 'master' into develop
aziolek Dec 20, 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
Prev Previous commit
Next Next commit
refactor
kgarbacinski committed Dec 13, 2024
commit 1ac31f1681eed7eaea4beef10c64ebeb9c756602
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
type=EventType.LOCK,
timestamp=2,
amount=1000,
deposit_before=500, # must be <= than the deposit_before from the first event
deposit_before=500, # must be <= than the deposit_before from the first event
source=DepositSource.SABLIER,
),
],
@@ -161,7 +161,7 @@
type=EventType.LOCK,
timestamp=2,
amount=1000,
deposit_before=500, # must be <= than the deposit_before from the first event
deposit_before=500, # must be <= than the deposit_before from the first event
source=DepositSource.SABLIER,
),
DepositEvent(