-
Notifications
You must be signed in to change notification settings - Fork 407
Conversation
Changes wall to wallet
* Set placeholder contract's pragma version using Mist-API * add comment * improvements * add further conditions
* 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
* Error handling for previous versions of Mist * Better checking of Mist object
I'm inferring from #118 that address parameters need quotes.
* make correction to fr translation * meteor: add ES6 support
* Adding out of sync warning to EN and PT * Adding etherscan button on sidebar * Translations * added german
Changed http:// to https:// on one link in README.md
* fix contract ordering * check if function payable * remove console log
* Adding two more currencies to price ticker * updating ethereum:tools package to 0.7.0
* Updating coinbase success message Signed-off-by: Everton Fraga <[email protected]> * Updating coinbase success message
* remove disabled wallets * removed disabled wallets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the build files done correctly and added and the old ones removed?
app/client/templates/views/send.html
Outdated
@@ -1,7 +1,5 @@ | |||
<template name="views_send"> | |||
|
|||
{{reactiveData}} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this removed??
This was necessary to trigger reactivity in the respective function
|
||
// Deploy contract | ||
if(FlowRouter.getRouteName() === 'deployContract') { | ||
TemplateVar.set('selectedAction', 'deploy-contract'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only setting this here. Doesn't make itvreactive for token changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frozeman Are the build files done correctly and added and the old ones removed?
Yes, they are.
No description provided.