Skip to content

Commit

Permalink
Merge pull request #1242 from OriginTrail/prerelease/testnet
Browse files Browse the repository at this point in the history
OriginTrail Testnet Release v4.1.0
  • Loading branch information
djordjekovac committed Apr 21, 2020
2 parents 52f3867 + 53c1db1 commit 45ad305
Show file tree
Hide file tree
Showing 98 changed files with 8,053 additions and 1,391 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

## Expected behavior

## Actual behavior

## Steps to reproduce the problem

1.
2.
3.

## Specifications

- Node version:
- Platform:
- Node wallet:
- ERC725 identity:

## Contact details
- Email:

## Error logs


## Disclaimer

Please be aware that the issue reported on a public repository allows everyone to see your node logs, node details, and contact details. If you have any sensitive information, feel free to share it by sending an email to [tech@origin-trail.com](tech@origin-trail.com).
3 changes: 3 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"dh_min_stake_amount": "100000000000",
"dh_min_reputation": -50,
"latest_api_version" : "v2.0",
"default_data_price": "100000000000000000000",
"send_challenges_log" : true,
"database": {
"provider": "arangodb",
Expand Down Expand Up @@ -145,6 +146,7 @@
"dh_min_stake_amount": "100000000000",
"dh_min_reputation": -50,
"latest_api_version" : "v2.0",
"default_data_price": "100000000000000000000",
"send_challenges_log" : true,
"database": {
"provider": "arangodb",
Expand Down Expand Up @@ -259,6 +261,7 @@
"dh_min_stake_amount": "100000000000",
"dh_min_reputation": -50,
"latest_api_version" : "v2.0",
"default_data_price": "100000000000000000000",
"send_challenges_log" : true,
"database": {
"provider": "arangodb",
Expand Down
2 changes: 1 addition & 1 deletion importers/sample_files/DC1_02-sample_product_shipping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<id>urn:epc:id:sgln:0000000.22222.0</id>
</bizLocation>
<bizTransactionList>
<bizTransaction>sampleFarmAtDate12102019:0x475092045ff115c5eea7679d7edae8c97a64967c</bizTransaction>
<bizTransaction>sampleFarmAtDate12102019:0x9353a6c07787170a43c4eb23f59567811336a8f3</bizTransaction>
</bizTransactionList>

</ObjectEvent>
Expand Down
2 changes: 1 addition & 1 deletion importers/sample_files/DC2_01-sample_product_receiving.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<id>urn:epc:id:sgln:0000000.33333.0</id>
</bizLocation>
<bizTransactionList>
<bizTransaction>sampleFarmAtDate12102019:0xfc41a6e359ee40996fe08f2d2e8728d2bc204442</bizTransaction>
<bizTransaction>sampleFarmAtDate12102019:0x0dfa2ecdde11abb744e85aa7d7b57ee1b10548a4</bizTransaction>
</bizTransactionList>

</ObjectEvent>
Expand Down
2 changes: 1 addition & 1 deletion importers/sample_files/DC2_03-sample_batch_shipping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<id>urn:epc:id:sgln:0000000.55555.0</id>
</bizLocation>
<bizTransactionList>
<bizTransaction>sampleFarmAtDate14102019:0x75bd15b2f5a5f2ead02717973e1fdf1d4c8f914a</bizTransaction>
<bizTransaction>sampleFarmAtDate14102019:0xa452e4a445a2fd8a1aa5371122a7251286fd5dc4</bizTransaction>
</bizTransactionList>
</ObjectEvent>
</EventList>
Expand Down
2 changes: 1 addition & 1 deletion importers/sample_files/DC3_01-sample_batch_receiving.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<id>urn:epc:id:sgln:0000000.66666.0</id>
</bizLocation>
<bizTransactionList>
<bizTransaction>sampleFarmAtDate14102019:0x475092045ff115c5eea7679d7edae8c97a64967c</bizTransaction>
<bizTransaction>sampleFarmAtDate14102019:0x9353a6c07787170a43c4eb23f59567811336a8f3</bizTransaction>
</bizTransactionList>
</ObjectEvent>
</EventList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</bizLocation>
<bizTransactionList>
<bizTransaction>
connectionId:0xfc41a6e359ee40996fe08f2d2e8728d2bc204442
connectionId:0x0dfa2ecdde11abb744e85aa7d7b57ee1b10548a4
</bizTransaction>
</bizTransactionList>
<extension>
Expand Down
4 changes: 2 additions & 2 deletions importers/use_cases/connectors/02_Green_to_Pink_receipt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@
</bizLocation>
<bizTransactionList>
<bizTransaction>
connectionId:0xfc41a6e359ee40996fe08f2d2e8728d2bc204442
connectionId:0x0dfa2ecdde11abb744e85aa7d7b57ee1b10548a4
</bizTransaction>
</bizTransactionList>
<extension>
<quantityList>
<quantityElement>
<quantityElement>
<epcClass>urn:epc:id:sgtin:Batch_1</epcClass>
<quantity>10</quantity>
<uom>KG</uom>
Expand Down
Loading

0 comments on commit 45ad305

Please sign in to comment.