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

Contract creation: parameters don't work!? #118

Closed
SteffenIvanhoe opened this issue Mar 13, 2016 · 2 comments
Closed

Contract creation: parameters don't work!? #118

SteffenIvanhoe opened this issue Mar 13, 2016 · 2 comments

Comments

@SteffenIvanhoe
Copy link

To become familiar with the contract publishing in the wallet I tried to load the default wallet.sol contract. It seems to work but although I gave two owners screen shot the contract shows after creation
owners
No error message was given. Did I make a syntax error in specifying the address array in the ownersfield or is there a bug in the code?

@frozeman
Copy link
Contributor

You should use quotes i guess: ["0x1344...", "0x234656..."]

@SteffenIvanhoe
Copy link
Author

Yes, this works! Now I see 3 owners although I have only given 2. But that seems to be a "problem" of the wallet code. It automatically adds the wallet creater as owner. It might make sense to check that this owner is not again delivered a second time as owner parameter. At least that would make such a widely used contract a bit more memory and computation efficient, or?

@ghost ghost mentioned this issue Feb 27, 2017
@luclu luclu closed this as completed Feb 27, 2017
alexvandesande pushed a commit that referenced this issue Apr 5, 2017
I'm inferring from #118 that address parameters need quotes.
evertonfraga pushed a commit that referenced this issue Jul 11, 2017
I'm inferring from #118 that address parameters need quotes.
evertonfraga added a commit that referenced this issue Jul 12, 2017
* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files
evertonfraga pushed a commit that referenced this issue Jul 12, 2017
* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* Release fixes (#411)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixed ENS
evertonfraga added a commit that referenced this issue Nov 20, 2017
* Updating production wallet (#407)

* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixing grammar/whitespace on token transfer (#413)

* Catalan language support. (#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (#420)

* Fix stuck creating wallets on LES (#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update
evertonfraga added a commit that referenced this issue Nov 22, 2017
* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* Release fixes (#411)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixed ENS

* removed uncencesary brace

* fixing grammar/whitespace on token transfer (#413)

* Catalan language support. (#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (#420)

* Fix stuck creating wallets on LES (#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update

* Updates to master (#430)

* Updating production wallet (#407)

* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixing grammar/whitespace on token transfer (#413)

* Catalan language support. (#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (#420)

* Fix stuck creating wallets on LES (#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update

* Performing additional check

* Build for production
evertonfraga pushed a commit that referenced this issue Dec 1, 2017
* Fixes ENS account display (#412)

* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* Release fixes (#411)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixed ENS

* Updates to master (#430)

* Updating production wallet (#407)

* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from #118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixing grammar/whitespace on token transfer (#413)

* Catalan language support. (#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (#420)

* Fix stuck creating wallets on LES (#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update

* Delete duplicated 'and'

Signed-off-by: Sangwon Hong <qpakzk@gmail.com>
ptescher pushed a commit to OutThereLabs/meteor-dapp-wallet that referenced this issue Feb 28, 2018
* Fixes ENS account display (ethereum#412)

* added @frozeman's fix (ethereum#328)

* added @frozeman's fix (ethereum#328) (ethereum#329)

* updates for gh-pages (ethereum#331)

* updates for gh-pages (ethereum#332)

* added @frozeman's fix (ethereum#328)

* updates for gh-pages (ethereum#331)

* Update README (ethereum#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (ethereum#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (ethereum#338)

* added @frozeman's fix (ethereum#328)

* updates for gh-pages (ethereum#331)

* Update README (ethereum#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (ethereum#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (ethereum#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (ethereum#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (ethereum#348)

* Warning when trying to transfer a token to an empty recipient (ethereum#346)

* authorize accounts callback fix

* Add caret operator to contract example (ethereum#345)

* Addresses need quotes (ethereum#351)

I'm inferring from ethereum#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (ethereum#357)

* fix russian translation (ethereum#356)

* fix renaming bug (ethereum#358)

* update token contract link (ethereum#360)

* minor typo and other text corrections (ethereum#359)

* fixes token selection when sending via the zebra-token-list (ethereum#361)

* fix

* update deployContract

* fix (ethereum#362)

* initialize send view correctly when switching from deploy view (ethereum#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (ethereum#364)

* numeral.js: console.warn instead of console.error (ethereum#366)

* Add ES6 support; correction to fr translation (ethereum#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (ethereum#372)

* remove whitespaces from address on token.add() (ethereum#370)

* fix packages (ethereum#369)

* Adding out of sync warning (ethereum#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (ethereum#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (ethereum#383)

* build wallet

* Darken network info font (ethereum#388)

* Quick wallet fixes (ethereum#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (ethereum#385)

* Adding two more currencies to price ticker (ethereum#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (ethereum#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (ethereum#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (ethereum#395)

* Including file to prevent 404 error (ethereum#394)

* add reactive (ethereum#396)

* add ens support to input fields (ethereum#398)

* add ens support

* make regex case insensitive

* Creating travis file (ethereum#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (ethereum#405)

* Adding travis badge

* reverse ENS lookup (ethereum#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (ethereum#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (ethereum#348)

* Warning when trying to transfer a token to an empty recipient (ethereum#346)

* authorize accounts callback fix

* Addresses need quotes (ethereum#351)

I'm inferring from ethereum#118 that address parameters need quotes.

* Add caret operator to contract example (ethereum#345)

* [i18n] add missing meteor package; improve error message (ethereum#357)

* fix russian translation (ethereum#356)

* minor typo and other text corrections (ethereum#359)

* fix renaming bug (ethereum#358)

* update token contract link (ethereum#360)

* fixes token selection when sending via the zebra-token-list (ethereum#361)

* fix

* update deployContract

* fix (ethereum#362)

* initialize send view correctly when switching from deploy view (ethereum#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (ethereum#364)

* numeral.js: console.warn instead of console.error (ethereum#366)

* Add ES6 support; correction to fr translation (ethereum#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (ethereum#372)

* remove whitespaces from address on token.add() (ethereum#370)

* fix packages (ethereum#369)

* Adding out of sync warning (ethereum#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (ethereum#383)

* build wallet

* Changed http:// to https:// on one link (ethereum#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (ethereum#388)

* Quick wallet fixes (ethereum#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (ethereum#385)

* Adding two more currencies to price ticker (ethereum#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (ethereum#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (ethereum#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (ethereum#395)

* Including file to prevent 404 error (ethereum#394)

* add reactive (ethereum#396)

* add ens support to input fields (ethereum#398)

* add ens support

* make regex case insensitive

* Creating travis file (ethereum#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (ethereum#405)

* Adding travis badge

* reverse ENS lookup (ethereum#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (ethereum#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet ethereum#2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (ethereum#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet ethereum#2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* Release fixes (ethereum#411)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet ethereum#2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixed ENS

* Updates to master (ethereum#430)

* Updating production wallet (ethereum#407)

* added @frozeman's fix (ethereum#328)

* added @frozeman's fix (ethereum#328) (ethereum#329)

* updates for gh-pages (ethereum#331)

* updates for gh-pages (ethereum#332)

* added @frozeman's fix (ethereum#328)

* updates for gh-pages (ethereum#331)

* Update README (ethereum#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (ethereum#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (ethereum#338)

* added @frozeman's fix (ethereum#328)

* updates for gh-pages (ethereum#331)

* Update README (ethereum#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (ethereum#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (ethereum#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (ethereum#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (ethereum#348)

* Warning when trying to transfer a token to an empty recipient (ethereum#346)

* authorize accounts callback fix

* Add caret operator to contract example (ethereum#345)

* Addresses need quotes (ethereum#351)

I'm inferring from ethereum#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (ethereum#357)

* fix russian translation (ethereum#356)

* fix renaming bug (ethereum#358)

* update token contract link (ethereum#360)

* minor typo and other text corrections (ethereum#359)

* fixes token selection when sending via the zebra-token-list (ethereum#361)

* fix

* update deployContract

* fix (ethereum#362)

* initialize send view correctly when switching from deploy view (ethereum#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (ethereum#364)

* numeral.js: console.warn instead of console.error (ethereum#366)

* Add ES6 support; correction to fr translation (ethereum#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (ethereum#372)

* remove whitespaces from address on token.add() (ethereum#370)

* fix packages (ethereum#369)

* Adding out of sync warning (ethereum#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (ethereum#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (ethereum#383)

* build wallet

* Darken network info font (ethereum#388)

* Quick wallet fixes (ethereum#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (ethereum#385)

* Adding two more currencies to price ticker (ethereum#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (ethereum#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (ethereum#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (ethereum#395)

* Including file to prevent 404 error (ethereum#394)

* add reactive (ethereum#396)

* add ens support to input fields (ethereum#398)

* add ens support

* make regex case insensitive

* Creating travis file (ethereum#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (ethereum#405)

* Adding travis badge

* reverse ENS lookup (ethereum#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (ethereum#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (ethereum#348)

* Warning when trying to transfer a token to an empty recipient (ethereum#346)

* authorize accounts callback fix

* Addresses need quotes (ethereum#351)

I'm inferring from ethereum#118 that address parameters need quotes.

* Add caret operator to contract example (ethereum#345)

* [i18n] add missing meteor package; improve error message (ethereum#357)

* fix russian translation (ethereum#356)

* minor typo and other text corrections (ethereum#359)

* fix renaming bug (ethereum#358)

* update token contract link (ethereum#360)

* fixes token selection when sending via the zebra-token-list (ethereum#361)

* fix

* update deployContract

* fix (ethereum#362)

* initialize send view correctly when switching from deploy view (ethereum#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (ethereum#364)

* numeral.js: console.warn instead of console.error (ethereum#366)

* Add ES6 support; correction to fr translation (ethereum#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (ethereum#372)

* remove whitespaces from address on token.add() (ethereum#370)

* fix packages (ethereum#369)

* Adding out of sync warning (ethereum#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (ethereum#383)

* build wallet

* Changed http:// to https:// on one link (ethereum#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (ethereum#388)

* Quick wallet fixes (ethereum#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (ethereum#385)

* Adding two more currencies to price ticker (ethereum#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (ethereum#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (ethereum#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (ethereum#395)

* Including file to prevent 404 error (ethereum#394)

* add reactive (ethereum#396)

* add ens support to input fields (ethereum#398)

* add ens support

* make regex case insensitive

* Creating travis file (ethereum#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (ethereum#405)

* Adding travis badge

* reverse ENS lookup (ethereum#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (ethereum#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet ethereum#2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (ethereum#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet ethereum#2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixing grammar/whitespace on token transfer (ethereum#413)

* Catalan language support. (ethereum#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (ethereum#420)

* Fix stuck creating wallets on LES (ethereum#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (ethereum#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (ethereum#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update

* Delete duplicated 'and'

Signed-off-by: Sangwon Hong <qpakzk@gmail.com>
ptescher pushed a commit to OutThereLabs/meteor-dapp-wallet that referenced this issue Feb 28, 2018
* Updating production wallet (ethereum#407)

* added @frozeman's fix (ethereum#328)

* added @frozeman's fix (ethereum#328) (ethereum#329)

* updates for gh-pages (ethereum#331)

* updates for gh-pages (ethereum#332)

* added @frozeman's fix (ethereum#328)

* updates for gh-pages (ethereum#331)

* Update README (ethereum#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (ethereum#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (ethereum#338)

* added @frozeman's fix (ethereum#328)

* updates for gh-pages (ethereum#331)

* Update README (ethereum#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (ethereum#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (ethereum#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (ethereum#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (ethereum#348)

* Warning when trying to transfer a token to an empty recipient (ethereum#346)

* authorize accounts callback fix

* Add caret operator to contract example (ethereum#345)

* Addresses need quotes (ethereum#351)

I'm inferring from ethereum#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (ethereum#357)

* fix russian translation (ethereum#356)

* fix renaming bug (ethereum#358)

* update token contract link (ethereum#360)

* minor typo and other text corrections (ethereum#359)

* fixes token selection when sending via the zebra-token-list (ethereum#361)

* fix

* update deployContract

* fix (ethereum#362)

* initialize send view correctly when switching from deploy view (ethereum#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (ethereum#364)

* numeral.js: console.warn instead of console.error (ethereum#366)

* Add ES6 support; correction to fr translation (ethereum#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (ethereum#372)

* remove whitespaces from address on token.add() (ethereum#370)

* fix packages (ethereum#369)

* Adding out of sync warning (ethereum#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (ethereum#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (ethereum#383)

* build wallet

* Darken network info font (ethereum#388)

* Quick wallet fixes (ethereum#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (ethereum#385)

* Adding two more currencies to price ticker (ethereum#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (ethereum#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (ethereum#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (ethereum#395)

* Including file to prevent 404 error (ethereum#394)

* add reactive (ethereum#396)

* add ens support to input fields (ethereum#398)

* add ens support

* make regex case insensitive

* Creating travis file (ethereum#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (ethereum#405)

* Adding travis badge

* reverse ENS lookup (ethereum#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (ethereum#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (ethereum#348)

* Warning when trying to transfer a token to an empty recipient (ethereum#346)

* authorize accounts callback fix

* Addresses need quotes (ethereum#351)

I'm inferring from ethereum#118 that address parameters need quotes.

* Add caret operator to contract example (ethereum#345)

* [i18n] add missing meteor package; improve error message (ethereum#357)

* fix russian translation (ethereum#356)

* minor typo and other text corrections (ethereum#359)

* fix renaming bug (ethereum#358)

* update token contract link (ethereum#360)

* fixes token selection when sending via the zebra-token-list (ethereum#361)

* fix

* update deployContract

* fix (ethereum#362)

* initialize send view correctly when switching from deploy view (ethereum#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (ethereum#364)

* numeral.js: console.warn instead of console.error (ethereum#366)

* Add ES6 support; correction to fr translation (ethereum#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (ethereum#372)

* remove whitespaces from address on token.add() (ethereum#370)

* fix packages (ethereum#369)

* Adding out of sync warning (ethereum#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (ethereum#383)

* build wallet

* Changed http:// to https:// on one link (ethereum#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (ethereum#388)

* Quick wallet fixes (ethereum#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (ethereum#385)

* Adding two more currencies to price ticker (ethereum#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (ethereum#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (ethereum#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (ethereum#395)

* Including file to prevent 404 error (ethereum#394)

* add reactive (ethereum#396)

* add ens support to input fields (ethereum#398)

* add ens support

* make regex case insensitive

* Creating travis file (ethereum#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (ethereum#405)

* Adding travis badge

* reverse ENS lookup (ethereum#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (ethereum#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet ethereum#2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (ethereum#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet ethereum#2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixing grammar/whitespace on token transfer (ethereum#413)

* Catalan language support. (ethereum#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (ethereum#420)

* Fix stuck creating wallets on LES (ethereum#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (ethereum#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (ethereum#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update
davidsoft318 pushed a commit to davidsoft318/meteor-dapp-wallet that referenced this issue May 28, 2021
I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.
davidsoft318 pushed a commit to davidsoft318/meteor-dapp-wallet that referenced this issue May 28, 2021
I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.
davidsoft318 pushed a commit to davidsoft318/meteor-dapp-wallet that referenced this issue May 28, 2021
* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files
davidsoft318 pushed a commit to davidsoft318/meteor-dapp-wallet that referenced this issue May 28, 2021
* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* Release fixes (#411)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixed ENS
davidsoft318 pushed a commit to davidsoft318/meteor-dapp-wallet that referenced this issue May 28, 2021
* Updating production wallet (#407)

* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixing grammar/whitespace on token transfer (#413)

* Catalan language support. (#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (#420)

* Fix stuck creating wallets on LES (#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update
davidsoft318 pushed a commit to davidsoft318/meteor-dapp-wallet that referenced this issue May 28, 2021
* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* Release fixes (#411)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixed ENS

* removed uncencesary brace

* fixing grammar/whitespace on token transfer (#413)

* Catalan language support. (#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (#420)

* Fix stuck creating wallets on LES (#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update

* Updates to master (#430)

* Updating production wallet (#407)

* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixing grammar/whitespace on token transfer (#413)

* Catalan language support. (#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (#420)

* Fix stuck creating wallets on LES (#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update

* Performing additional check

* Build for production
davidsoft318 pushed a commit to davidsoft318/meteor-dapp-wallet that referenced this issue May 28, 2021
* Fixes ENS account display (#412)

* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* Release fixes (#411)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixed ENS

* Updates to master (#430)

* Updating production wallet (#407)

* added @frozeman's fix (#328)

* added @frozeman's fix (#328) (#329)

* updates for gh-pages (#331)

* updates for gh-pages (#332)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* Merge Develop (#338)

* added @frozeman's fix (#328)

* updates for gh-pages (#331)

* Update README (#335)

Changes wall to wallet

* Set placeholder contract's pragma version using Mist-API (#337)

* Set placeholder contract's pragma version using Mist-API

* add comment

* improvements

* add further conditions

* added missing 0x

* build

* reverted network id storage on accounts package

* re-build

* Error handling for previous versions of Mist (#342)

* Error handling for previous versions of Mist

* Better checking of Mist object

* rebuild

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Add caret operator to contract example (#345)

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* fix renaming bug (#358)

* update token contract link (#360)

* minor typo and other text corrections (#359)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* remove amount param from coinbase widget (#347)

* sticky bar is failing to stick. terrible sticky bar, fake sticky (#348)

* Warning when trying to transfer a token to an empty recipient (#346)

* authorize accounts callback fix

* Addresses need quotes (#351)

I'm inferring from ethereum/meteor-dapp-wallet#118 that address parameters need quotes.

* Add caret operator to contract example (#345)

* [i18n] add missing meteor package; improve error message (#357)

* fix russian translation (#356)

* minor typo and other text corrections (#359)

* fix renaming bug (#358)

* update token contract link (#360)

* fixes token selection when sending via the zebra-token-list (#361)

* fix

* update deployContract

* fix (#362)

* initialize send view correctly when switching from deploy view (#363)

* update TX link: testnet.etherscan.io -> ropsten.etherscan.io (#364)

* numeral.js: console.warn instead of console.error (#366)

* Add ES6 support; correction to fr translation (#365)

* make correction to fr translation

* meteor: add ES6 support

* update i18n string 'accountNote' (#372)

* remove whitespaces from address on token.add() (#370)

* fix packages (#369)

* Adding out of sync warning (#374)

* Adding out of sync warning to EN and PT

* Adding etherscan button on sidebar

* Translations

* added german

* update 'allow-deny' package to avert download timeout (#383)

* build wallet

* Changed http:// to https:// on one link (#384)

Changed http:// to https:// on one link in README.md

* Darken network info font (#388)

* Quick wallet fixes (#389)

* fix contract ordering

* check if function payable

* remove console log

* some typo fixes; adjust some of the supporting text (#385)

* Adding two more currencies to price ticker (#387)

* Adding two more currencies to price ticker

* updating ethereum:tools package to 0.7.0

* Update coinbase success message (#390)

* Updating coinbase success message

Signed-off-by: Everton Fraga <ev@ethereum.org>

* Updating coinbase success message

* Removed disabled wallets (#393)

* remove disabled wallets

* removed disabled wallets

* Temporarily removing ES6 support: fixing indexeddb driver bug (#395)

* Including file to prevent 404 error (#394)

* add reactive (#396)

* add ens support to input fields (#398)

* add ens support

* make regex case insensitive

* Creating travis file (#402)

* Creating travis file

* renaming travis file

* Specifying node version

* Debug 1

* Adding sudo: meteor installation

* Updating ethereum-elements; building for production (#405)

* Adding travis badge

* reverse ENS lookup (#403)

* add ens support

* make regex case insensitive

* fix dbissue

* update files

* do not pull etherscan or show currencies if on testnet

* fix block watch

* parenthesis

* Release fixes (#408)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* Release fixes (#409)

* fixes from the PR407 review

* makes header work in mist properly

* makes wallet header work in mist properly, only is small now in the wallet #2

* remove not existing reactiveData template helper

* Editor formatting

* Fixing token selection bug

* fixes token switching

* build files

* fixing grammar/whitespace on token transfer (#413)

* Catalan language support. (#423)

* Changed placeholder text for Token Symbol input from $ to Token Symbol on the AddToken.html modal (#420)

* Fix stuck creating wallets on LES (#427)

* Code legibility

* Catching up wallets stuck in creating stage

* Updating package version

* Reverting package version

* Complete Albanian translation (#424)

* Add Albanian language code

* Add app.sq.i18n.json

* Backup

* backup

* completed wallet.sq translation

* corrections

* Adds method visibility in placeholder contract (#429)

* Fixing JSON syntax error

* Up to date built wallet

* Reverting package update

* Delete duplicated 'and'

Signed-off-by: Sangwon Hong <qpakzk@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants