-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from proximax-storage/development
update version 0.0.3+1
- Loading branch information
Showing
80 changed files
with
1,242 additions
and
1,887 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## 0.0.3+1 | ||
|
||
- Initial version, created by Eleazar Garrido. | ||
|
||
### New Features | ||
[ADD] Get Account MultiSig Info. | ||
|
||
[ADD] Get Account MultiSign Graph Info. | ||
|
||
[ADD] Get Transaction Status. | ||
|
||
[ADD] Get Transactions Statuses. | ||
|
||
### Updates | ||
[UPDATE] Documentation fixes. | ||
|
||
[UPDATE] Reformat style. | ||
|
||
[UPDATE] dependencies. | ||
|
||
[UPDATE] examples. | ||
|
||
### Fixed bugs | ||
[FIXED] Undefined name 'HEX'. | ||
|
||
[DELETED] removed unused functions. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
include: package:pedantic/analysis_options.yaml | ||
linter: | ||
rules: | ||
- always_declare_return_types | ||
- camel_case_types | ||
- empty_constructor_bodies | ||
- annotate_overrides | ||
- avoid_init_to_null | ||
- constant_identifier_names | ||
- one_member_abstracts | ||
- slash_for_doc_comments | ||
- sort_constructors_first | ||
- unnecessary_brace_in_string_interps | ||
- prefer_generic_function_type_aliases | ||
- unnecessary_const | ||
- unnecessary_new |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Examples | ||
|
||
this directory contains some basic examples of Dart's xpx-chain-SDK | ||
|
||
a) example for get info: [example_account.dart](https://github.com/proximax-storage/dart-xpx-chain-sdk/blob/master/example/example_account.dart) | ||
|
||
b) example for announces transactions: [example_transfer.dart](https://github.com/proximax-storage/dart-xpx-chain-sdk/blob/master/example/announces/example_transfer.dart) | ||
|
||
* For more information, see the [wiki](https://github.com/proximax-storage/dart-xpx-chain-sdk/wiki) section of the package. | ||
|
||
* For use cases consult: [Xpx-Dart-Flutter](https://github.com/proximax-storage/xpx-dart-flutter-example) | ||
|
||
## Contributing | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
Please make sure to update tests as appropriate. | ||
|
||
## Copyright | ||
Copyright (c) 2019 ProximaX Limited |
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
example/announces/example_ create_mosaic_aggregate_complete.dart
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.