Skip to content

Tags: cowprotocol/bff

Tags

v0.14.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow to pretty-print in production (#109)

* feat: allow to pretty-print in production

* chore: changen env name to LOG_FORMAT

v0.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove console log (#106)

v0.13.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: tag gas as optional on success of simulate bundle (#104)

* fix: change tenderly tranasction type to optional on tenderly simulation

* fix: mark gas as optional on sucess of simulate bundle

v0.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add pg to api deps (#101)

* chore: add pg to api deps

* chore: fix main

v0.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update pg version (#100)

v0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(base): add support for Base (#96)

* feat: add base support

* chore: update generated types

* fix: unit tests

* chore: skip goldrush tests since the free trial is over and a paid plan is required

* chore: limit moralis owners to only 2

* chore: bump cow-sdk to latest

* Add comment for skipped test

* docs: update the auto-generated types

---------

Co-authored-by: Anxo Rodriguez <[email protected]>

v0.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add public link on tenderly simulations (#95)

v0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Integrate with moralis for top token holder finding (#94)

* feat: add token holder moralis repository

* refactor: substitute goldrush to moralis

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Simulate bundle error message (#90)

* fix: simulate bundle error message

* change error code to 400

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Test slippage calculation with real data (#85)

* Remove test-data

* Add test using realistic data to help the slippage match our expectations

* Make it easier to test in local