Skip to content

Tags: superfluid-finance/protocol-monorepo

Tags

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[sdk-core] new Operation types and ETH value forwarding (#2042)

* add operation codes

* convert to structs

* simplify operation handling

* simplify operation handling

* simplify operation handling

* make test pass

* add git to nix flakes

* forward ETH value

* remove .only

* bump versions

* update yarn.lock

* move browserify into devDependencies

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update flake inputs (#2038)

* [ETHEREUM-CONTRACTS] small update to the diagrams
* workflows: use setup-node@v4

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ETHEREUM-CONTRACTS] payable macro forwarder (#2025)

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ETHEREUM-CONTRACTS] payable macro forwarder (#2025)

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update token list (#2026)

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[subgraph] feat: use balance deltas over RPC calls (#1948)

* feat: use balance deltas over rpc calls

* feat: track when balance was last updated from rpc

- be smart when to query from rpc again
- avoid double rpc calling in the same block

* use more balance deltas

* use balance delta only for accounts without any cfa, gda, ida income

* add TODO

* add logging when balance from delta doesnt match

* dont log when it could be a failure anyway with high likelihood

* account for gda pool admins for isLiquidationEstimateOptimistic

* prefer looking at stream inflow and outflow separately

* fix missing mapping

* dont always log

* handle PR comments

* prepare 2.2.0 release

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added macroForwarder, updated batchLiquidator (#2015)

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated metadata, undo hardcoded gas settings for eth-mainnet (#2000)

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI] Fix sdk core workflow (#1999)

* gov-upgrade-super-token-logic: auto-include tokens using the previous canonical logic

* fix multisig detection

* disable FlowNFT hooks

* remove unused imports

* ?

* don't update IDA, don't update FlowNFTs, remove bad test code

* remove obsolete tests

* fix deploy script for tests

* updated CHANGELOG

* not in this PR

* flowNFT purging

* more removal, changing subgraph too. WIP

* fix tests & devcontainer

* fetch newest schema and fix sdk-core build

* bump sdk-redux version

* remove from verification script

* appease linter

* remove ApprovalForAllEvent

* one more

* github runner switched to docker compose v2

* removed MetadataUpdate event, bumped versions, updated metadata, updated CHANGELOG files

* fix deploy script

* fix code path with pre-existing DMZForwarder

* more removal

* fix workflow

---------

Co-authored-by: Kaspar Kallas <[email protected]>

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI] Fix sdk core workflow (#1999)

* gov-upgrade-super-token-logic: auto-include tokens using the previous canonical logic

* fix multisig detection

* disable FlowNFT hooks

* remove unused imports

* ?

* don't update IDA, don't update FlowNFTs, remove bad test code

* remove obsolete tests

* fix deploy script for tests

* updated CHANGELOG

* not in this PR

* flowNFT purging

* more removal, changing subgraph too. WIP

* fix tests & devcontainer

* fetch newest schema and fix sdk-core build

* bump sdk-redux version

* remove from verification script

* appease linter

* remove ApprovalForAllEvent

* one more

* github runner switched to docker compose v2

* removed MetadataUpdate event, bumped versions, updated metadata, updated CHANGELOG files

* fix deploy script

* fix code path with pre-existing DMZForwarder

* more removal

* fix workflow

---------

Co-authored-by: Kaspar Kallas <[email protected]>