Skip to content

Commit

Permalink
Merge pull request #253 from aeternity/release/0.0.23
Browse files Browse the repository at this point in the history
Release 0.0.23
  • Loading branch information
mradkov authored Apr 30, 2020
2 parents 5e3cb5b + cbc23b7 commit 1ce7c54
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 520 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.superhero.cordova" version="0.0.22" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.superhero.cordova" version="0.0.23" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Superhero</name>
<description>Superhero wallet</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superhero-wallet",
"version": "0.0.22",
"version": "0.0.23",
"description": "Superhero wallet",
"author": "Superhero",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/popup/router/pages/Names.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ import UserAvatar from '../components/UserAvatar';
import Badge from '../components/Badge';
export default {
props: ['activateName'],
components: {
Input,
Button,
Expand Down Expand Up @@ -282,7 +281,6 @@ export default {
},
},
created() {
if (this.activateName) this.tab = 'registered';
this.loading = true;
this.polling = setInterval(async () => {
if (!this.middleware) {
Expand Down Expand Up @@ -342,6 +340,7 @@ export default {
tx: {
name,
recipientId: '',
type: 'NamePreclaimTx',
},
type: 'namePreClaim',
};
Expand All @@ -365,6 +364,7 @@ export default {
name,
claim: { id, name, pointers },
...options,
type: 'NameUpdateTx',
},
type: 'nameUpdate',
nameUpdateType: type,
Expand Down
Loading

1 comment on commit 1ce7c54

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.