Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 4906312

Browse files
bump to 0.1.20 (#436)
1 parent 6ee29b2 commit 4906312

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ $(ui): $(dar) $(exberry_adapter)
212212

213213
.PHONY: clean
214214
clean: clean-ui
215-
rm -rf .daml triggers/.daml $(state_dir) $(trigger) $(trigger_build) $(exberry_adapter_dir) $(dar) $(ui) $(dabl_meta) $(target_dir)/${NAME}.dit
215+
rm -rf target .daml triggers/.daml $(state_dir) $(trigger) $(trigger_build) $(exberry_adapter_dir) $(dar) $(ui) $(dabl_meta) $(target_dir)/${NAME}.dit
216216

217217
clean-ui:
218218
rm -rf $(ui) daml.js ui/node_modules ui/build ui/yarn.lock

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This can be done by rebuilding the project using `make clean && make package`.
4141
Alternatively, to only build the DAR file and regenerate the TypeScript bindings:
4242
```
4343
daml build
44-
daml codegen js .daml/dist/da-marketplace-0.1.19.dar -o daml.js
44+
daml codegen js .daml/dist/da-marketplace-0.1.20.dar -o daml.js
4545
cd ui
4646
yarn install --force --frozen-lockfile
4747
```
@@ -213,6 +213,6 @@ Next, in deployments, click on the Integration and configure it with your Exberr
213213

214214
![13_click_exberry](https://user-images.githubusercontent.com/71082197/98867872-50139e00-243d-11eb-8448-479e46fd85df.png)
215215

216-
Finally, upload the `da-marketplace-exberry-adapter-0.0.2.tar.gz` file in the `target` folder and launch the automation as `Exchange`.
216+
Finally, upload the `da-marketplace-exberry-adapter-0.1.20.tar.gz` file in the `target` folder and launch the automation as `Exchange`.
217217

218218
If you would like to change which `SID` the Exberry adapter begins counting at for the `orderId` calls to Exberry, create a `Marketplace.Utils.ExberrySID` contract as the `Exchange` party _after_ launching the adapter.

dabl-meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
catalog:
22
name: da-marketplace
3-
version: 0.1.19
3+
version: 0.1.20
44
short_description: DA Marketplace
55
description: A marketplace for issuing and trading digital tokens.
66
release_date: 2020-10-14
@@ -10,7 +10,7 @@ catalog:
1010
tags: [ dabl-sample-app, application ]
1111
icon_file: marketplace.svg
1212
subdeployments:
13-
- da-marketplace-model-0.1.19.dar
14-
- da-marketplace-triggers-0.1.19.dar
15-
- da-marketplace-exberry-adapter-0.1.19.tar.gz
16-
- da-marketplace-ui-0.1.19.zip
13+
- da-marketplace-model-0.1.20.dar
14+
- da-marketplace-triggers-0.1.20.dar
15+
- da-marketplace-exberry-adapter-0.1.20.tar.gz
16+
- da-marketplace-ui-0.1.20.zip

daml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parties:
1414
- Exchange
1515
- Broker
1616
- Ccp
17-
version: 0.1.19
17+
version: 0.1.20
1818
dependencies:
1919
- daml-prim
2020
- daml-stdlib

exberry_adapter/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='marketplace-exchange-adapter',
4-
version='0.1.19',
4+
version='0.1.20',
55
description='Daml Marketplace Exchange Adapter',
66
author='Digital Asset',
77
url='daml.com',

exberry_adapter/test/daml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- daml-prim
2020
- daml-stdlib
2121
- daml-trigger
22-
- ../../.daml/dist/da-marketplace-0.1.19.dar
22+
- ../../.daml/dist/da-marketplace-0.1.20.dar
2323
sandbox-options:
2424
- --wall-clock-time
2525
build-options:

exberry_adapter/test/daml/Tests/Matching.daml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runMatchingTest lp@LedgerParties{userAdmin = operator; btcIssuer = issuer; ..} =
4848
with baseTokenId = testTokenId, baseType = TokenAsset, quoteTokenId = usdTokenId, quoteType = TokenAsset
4949
minQuantity = 0.01, maxQuantity = 10000.0, clearedMarket = False, defaultCCP = None
5050

51-
sleep (seconds 2)
51+
sleep (seconds 10)
5252

5353
debug "Setting up accounts..."
5454
aliceUsdId <- setupExchangeAccount lp usdTokenId 10000.0 alice

triggers/daml.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parties:
1111
- Public
1212
- Exchange
1313
- Broker
14-
version: 0.1.19
14+
version: 0.1.20
1515
# trigger-dependencies-begin
1616
dependencies:
1717
- daml-prim
@@ -20,6 +20,6 @@ dependencies:
2020
build-options:
2121
- --ghc-option=-Wno-deprecations
2222
data-dependencies:
23-
- ../.daml/dist/da-marketplace-0.1.19.dar
23+
- ../.daml/dist/da-marketplace-0.1.20.dar
2424
sandbox-options:
2525
- --wall-clock-time

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "da-marketplace",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"private": true,
55
"dependencies": {
6-
"@daml.js/da-marketplace": "file:../daml.js/da-marketplace-0.1.19",
6+
"@daml.js/da-marketplace": "file:../daml.js/da-marketplace-0.1.20",
77
"@daml/hub-react": "1.0.0-rc.3",
88
"@daml/ledger": "1.10.0",
99
"@daml/react": "1.10.0",

0 commit comments

Comments
 (0)