Skip to content

Commit df5aa87

Browse files
committed
bump v
1 parent 0b884a0 commit df5aa87

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dabl-meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
catalog:
22
name: da-marketplace
3-
version: 0.3.0-rc.1
3+
version: 0.3.0-rc.2
44
short_description: DA Marketplace
55
description: A marketplace for issuing and trading digital tokens.
66
release_date: 2020-10-14
@@ -14,4 +14,4 @@ subdeployments:
1414
- da-marketplace-0.3.0.dar
1515
- da-marketplace-triggers-0.3.0.dar
1616
- da-marketplace-exberry-adapter-0.3.0.tar.gz
17-
- da-marketplace-ui-0.3.0-rc.1.zip
17+
- da-marketplace-ui-0.3.0-rc.2.zip

docs/damlhub_deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Under the deployments tab, click on "Upload File":
4040

4141
![3_upload_file](https://user-images.githubusercontent.com/71082197/98857330-ec817480-242c-11eb-8b07-4b0f88d3a39f.png)
4242

43-
Upload the packaged `da-marketplace-0.3.0-rc.1.dit` file.
43+
Upload the packaged `da-marketplace-0.3.0-rc.2.dit` file.
4444

4545
Click "Launch" for both the UI and the Model:
4646

@@ -69,7 +69,7 @@ In your marketplace repo:
6969
$ ./scripts/create_ledger_parties.py path/to/participants.json ledger_parties.json
7070

7171
# runs a Daml Script that adds all relevant information to the project ledger
72-
$ daml script --participant-config participants.json --json-api --dar .daml/dist/da-marketplace-0.3.0-rc.1.dar --script-name Setup:doSetup --input-file ledger-parties.json
72+
$ daml script --participant-config participants.json --json-api --dar .daml/dist/da-marketplace-0.3.0-rc.2.dar --script-name Setup:doSetup --input-file ledger-parties.json
7373
```
7474

7575
If you would like to boostrap the marketplace with your own data, you can either change the `doSetup` function in `daml/Setup.daml`, or create your own setup function and change the `--script-name` to `MyModule:myFunction`.
@@ -129,6 +129,6 @@ Next, in deployments, click on the Integration and configure it with your Exberr
129129

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

132-
Finally, deploy an instance of `da-marketplace-exberry-adapter-0.3.0-rc.1.tar.gz` and launch the automation as `Exchange`.
132+
Finally, deploy an instance of `da-marketplace-exberry-adapter-0.3.0-rc.2.tar.gz` and launch the automation as `Exchange`.
133133

134134
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.

docs/local_development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Alternatively, to only build the DAR file and regenerate the TypeScript bindings
3232

3333
```sh
3434
$ daml build
35-
$ daml codegen js .daml/dist/da-marketplace-0.3.0-rc.1.dar -o daml.js
35+
$ daml codegen js .daml/dist/da-marketplace-0.3.0-rc.2.dar -o daml.js
3636
$ cd ui
3737
$ yarn install --force --frozen-lockfile
3838
```

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "da-marketplace-ui",
3-
"version": "0.3.0-rc.1",
3+
"version": "0.3.0-rc.2",
44
"private": true,
55
"dependencies": {
66
"@daml.js/da-marketplace": "file:../daml.js/da-marketplace-0.3.0",

0 commit comments

Comments
 (0)