Skip to content

Commit cd8ca72

Browse files
Merge pull request #88 from ElrondNetwork/v0_10_1
version 0.10.1 patches, fixes, missing features
2 parents b0b20cd + a11cfe5 commit cd8ca72

File tree

55 files changed

+580
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+580
-46
lines changed

contracts/benchmarks/str-repeat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "str-repeat"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

contracts/benchmarks/str-repeat/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "str-repeat-wasm"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

contracts/examples/adder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "adder"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

contracts/examples/adder/abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "adder-abi"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

contracts/examples/adder/debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "adder-debug"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

contracts/examples/adder/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "adder-wasm"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

contracts/examples/crowdfunding-egld/abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crowdfunding-egld-abi"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

contracts/examples/crowdfunding-erc20/abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crowdfunding-erc20-abi"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

contracts/examples/crowdfunding-esdt/abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crowdfunding-esdt-abi"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

contracts/examples/crypto-bubbles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crypto-bubbles"
33
version = "0.0.0"
4-
authors = ["andrei-marinica <andrei.marinica@elrond.com>"]
4+
authors = ["Andrei Marinica <andrei.marinica@elrond.com>"]
55
edition = "2018"
66
publish = false
77

0 commit comments

Comments
 (0)