Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
0.9.6 update (#301)
Browse files Browse the repository at this point in the history
* Tests passing

* Test transaction signature

* Fixed linter

* Updated .clidocs

* Fixed docs

* Updated clidocs

* 096 search (#303)

* Added base search

* Added search commands
  • Loading branch information
dgarcia360 authored Jun 29, 2020
1 parent 779dd05 commit 8524c3e
Show file tree
Hide file tree
Showing 151 changed files with 2,397 additions and 1,427 deletions.
21 changes: 9 additions & 12 deletions .clidocs
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,15 @@
"title":"account",
"commands":[
"info",
"generate",
"transactions",
"unconfirmed",
"aggregatebonded",
"incoming",
"outgoing"
"generate"
]
},
{
"title":"block",
"commands":[
"header",
"receipts",
"transactions"
"search",
"info",
"receipts"
]
},
{
Expand Down Expand Up @@ -63,6 +58,7 @@
{
"title":"mosaic",
"commands":[
"search",
"info"
]
},
Expand Down Expand Up @@ -104,14 +100,17 @@
{
"title":"transaction",
"commands":[
"search",
"info",
"status",
"uri",
"accountaddressrestriction",
"accountkeylink",
"accountmetadata",
"accountmosaicrestriction",
"accountoperationrestriction",
"addressalias",
"cosign",
"info",
"mosaic",
"mosaicaddressrestriction",
"mosaicalias",
Expand All @@ -125,9 +124,7 @@
"persistentharvestdelegation",
"secretlock",
"secretproof",
"status",
"transfer",
"uri",
"votingkeylink",
"vrfkeylink"
]
Expand Down
101 changes: 74 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"prompts": "^2.1.0",
"rxjs": "^6.5.3",
"symbol-hd-wallets": "^0.11.0",
"symbol-sdk": "^0.19.2",
"symbol-uri-scheme": "^0.4.5",
"symbol-sdk": "^0.20.2",
"symbol-uri-scheme": "^0.4.6",
"update-notifier": "^4.1.0"
},
"devDependencies": {
Expand Down
57 changes: 0 additions & 57 deletions src/commands/account/aggregatebonded.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/commands/account/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { MnemonicPassPhrase } from 'symbol-hd-wallets';
import { Account } from 'symbol-sdk';

import { AccountCredentialsTable, CreateProfileCommand } from '../../interfaces/create.profile.command';
import { CreateProfileOptions } from '../../interfaces/createProfile.options';
import { CreateProfileOptions } from '../../interfaces/create.profile.options';
import { ImportType } from '../../models/importType.enum';
import { Profile } from '../../models/profile.model';
import { ProfileCreationBase } from '../../models/profileCreation.types';
Expand Down
57 changes: 0 additions & 57 deletions src/commands/account/incoming.ts

This file was deleted.

Loading

0 comments on commit 8524c3e

Please sign in to comment.