Skip to content

Commit

Permalink
Merge pull request #21 from Tezsure/dev
Browse files Browse the repository at this point in the history
Tezster_dart version 2.1.1 release
  • Loading branch information
yoyodefi authored Feb 25, 2021
2 parents 083dc62 + c636aac commit e1ac068
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.1.1]

* Deploy contract
* Call contract
* Operation confirmation
* Activating a fundraiser account
* Reveal an account

# [2.1.1-beta.2]

* Activating a fundraiser account
Expand Down
9 changes: 1 addition & 8 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ class MyApp extends StatefulWidget {
}

class _MyAppState extends State<MyApp> {
testActivationAndRevel() async {
const server = 'https://testnet.tezster.tech';

// [, , ]
}

tezosWalletUtil() async {
//Generate mnemonic
String mnemonic = TezsterDart
Expand Down Expand Up @@ -257,8 +251,7 @@ class _MyAppState extends State<MyApp> {
@override
void initState() {
super.initState();
// tezosWalletUtil();
testActivationAndRevel();
tezosWalletUtil();
}

@override
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.1.1-beta.2"
version: "2.1.1"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: tezster_dart
description: A flutter package which provides the functionalities to play around
with tezos dApps
version: 2.1.1-beta.2
version: 2.1.1
homepage: https://github.com/Tezsure/tezster_dart
repository: https://github.com/Tezsure/tezster_dart
issue_tracker: https://github.com/Tezsure/tezster_dart/issues
Expand Down

0 comments on commit e1ac068

Please sign in to comment.