Skip to content

Commit e17e8b7

Browse files
Merge pull request #109 from multiversx/workflows-30
Update tests configuration, bump version
2 parents 0f98bf3 + 66e2925 commit e17e8b7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

systemtests/mesh_cli_config/testnet-construction-custom.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"privkey": "3e4e89e501eb542c12403fb15c52479e8721f2f4dedc3b3ef0f3b47b37de006c",
2424
"curve_type": "edwards25519",
2525
"currency": {
26-
"symbol": "ROSETTA-1d349b",
26+
"symbol": "ROSETTA-4b5aa2",
2727
"decimals": 4
2828
}
2929
},

systemtests/mesh_cli_config/testnet-construction-custom.ros

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
transfer(1){
22
transfer{
33
transfer.network = {"network":"untitled", "blockchain":"MultiversX"};
4-
custom_currency = {"symbol":"ROSETTA-1d349b", "decimals":4};
4+
custom_currency = {"symbol":"ROSETTA-4b5aa2", "decimals":4};
55
sender = {
66
"account_identifier": {
77
"address": "erd1ldjsdetjvegjdnda0qw2h62kq6rpvrklkc5pw9zxm0nwulfhtyqqtyc4vq"
88
},
99
"currency": {
10-
"symbol": "ROSETTA-1d349b",
10+
"symbol": "ROSETTA-4b5aa2",
1111
"decimals": 4
1212
}
1313
};
@@ -24,7 +24,7 @@ transfer(1){
2424
"address": "erd1xtslmt67utuewwv8jsx729mxjxaa8dvyyzp7492hy99dl7hvcuqq30l98v"
2525
},
2626
"currency": {
27-
"symbol": "ROSETTA-1d349b",
27+
"symbol": "ROSETTA-4b5aa2",
2828
"decimals": 4
2929
}
3030
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"symbol": "ROSETTA-1d349b",
3+
"symbol": "ROSETTA-4b5aa2",
44
"decimals": 4
55
}
66
]

version/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ const (
77

88
var (
99
// RosettaMiddlewareVersion is the version of this package (application)
10-
RosettaMiddlewareVersion = "v0.4.4"
10+
RosettaMiddlewareVersion = "v0.5.1"
1111
)

0 commit comments

Comments
 (0)