Skip to content

Commit 3f8756c

Browse files
committed
release: 5.6.0
use @daimo/pay 1.17.3 support paying with Porto and World
1 parent d38e5df commit 3f8756c

32 files changed

Lines changed: 669 additions & 381 deletions

pretix_eth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.5.1-dev"
1+
__version__ = "5.6.0-dev"

pretix_eth/signals.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def checkout_add_csp(sender, request, response, **kwargs):
2525
"blob: data:",
2626
"https://daimo.com",
2727
"https://*.daimo.com",
28-
"https://assets.coingecko.com"
28+
"https://assets.coingecko.com",
29+
"https://*.gemini.com"
2930
],
3031
'script-src': [
3132
# unsafe-inline/eval required for webpack bundles (we cannot know names in advance).
@@ -37,7 +38,8 @@ def checkout_add_csp(sender, request, response, **kwargs):
3738
],
3839
'frame-src': [
3940
'https://verify.walletconnect.org',
40-
'https://verify.walletconnect.com'
41+
'https://verify.walletconnect.com',
42+
'https://*.porto.sh'
4143
],
4244
# Chrome correctly errors out without this CSP
4345
'connect-src': [

pretix_eth/static/daimo_pay_inject/dist/pretix-eth-5-Porto-Y3WEDJRV.js

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pretix_eth/static/daimo_pay_inject/dist/pretix-eth-5-basic-NDDPEYGW.js renamed to pretix_eth/static/daimo_pay_inject/dist/pretix-eth-5-basic-ZNMD6HIS.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pretix_eth/static/daimo_pay_inject/dist/pretix-eth-5-ccip-J75WHY3B.js renamed to pretix_eth/static/daimo_pay_inject/dist/pretix-eth-5-ccip-OCHIZ4WN.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pretix_eth/static/daimo_pay_inject/dist/pretix-eth-5-chunk-4MF42RWC.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

pretix_eth/static/daimo_pay_inject/dist/pretix-eth-5-chunk-5HE44PJF.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pretix_eth/static/daimo_pay_inject/dist/pretix-eth-5-chunk-CNTG3N2I.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)