Skip to content

Commit e1ac068

Browse files
authored
Merge pull request #21 from Tezsure/dev
Tezster_dart version 2.1.1 release
2 parents 083dc62 + c636aac commit e1ac068

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [2.1.1]
2+
3+
* Deploy contract
4+
* Call contract
5+
* Operation confirmation
6+
* Activating a fundraiser account
7+
* Reveal an account
8+
19
# [2.1.1-beta.2]
210

311
* Activating a fundraiser account

example/lib/main.dart

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ class MyApp extends StatefulWidget {
1717
}
1818

1919
class _MyAppState extends State<MyApp> {
20-
testActivationAndRevel() async {
21-
const server = 'https://testnet.tezster.tech';
22-
23-
// [, , ]
24-
}
25-
2620
tezosWalletUtil() async {
2721
//Generate mnemonic
2822
String mnemonic = TezsterDart
@@ -257,8 +251,7 @@ class _MyAppState extends State<MyApp> {
257251
@override
258252
void initState() {
259253
super.initState();
260-
// tezosWalletUtil();
261-
testActivationAndRevel();
254+
tezosWalletUtil();
262255
}
263256

264257
@override

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ packages:
218218
path: ".."
219219
relative: true
220220
source: path
221-
version: "2.1.1-beta.2"
221+
version: "2.1.1"
222222
typed_data:
223223
dependency: transitive
224224
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tezster_dart
22
description: A flutter package which provides the functionalities to play around
33
with tezos dApps
4-
version: 2.1.1-beta.2
4+
version: 2.1.1
55
homepage: https://github.com/Tezsure/tezster_dart
66
repository: https://github.com/Tezsure/tezster_dart
77
issue_tracker: https://github.com/Tezsure/tezster_dart/issues

0 commit comments

Comments
 (0)