create account

RE: Let Zappl Clerify some things. FUD Correction by inertia

View this thread on: hive.blogpeakd.comecency.com

Viewing a response to: @zappl/re-inertia-re-zappl-re-inertia-re-reggaemuffin-re-inertia-re-zappl-let-zappl-clerify-some-things-fud-correction-20180213t000617578z

· @inertia · (edited)
Is this commit (`f83e31`) active on zappl.com?  It contains the code I'm talking about in Issue #5:

```javascript
data = {
  token: token,
  activeWif: transferActiveWif,
  to: transferTo,
  amount: transferAmount
}
```

Which submits the wif to a zappl api.

```javascript
this.postWithdrawSteem = function(data){
  var response = $http.post("/api/postWithdrawSteem", data);
  return response;
}
```
properties (22)
authorinertia
permlinkre-zappl-re-inertia-re-zappl-re-inertia-re-reggaemuffin-re-inertia-re-zappl-let-zappl-clerify-some-things-fud-correction-20180213t001726426z
categoryzappl
json_metadata{"tags":["zappl"],"app":"steemit/0.1"}
created2018-02-13 00:17:27
last_update2018-02-13 00:31:42
depth7
children8
last_payout2018-02-20 00:17:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length401
author_reputation346,568,901,399,561
root_title"Let Zappl Clerify some things. FUD Correction"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,061,367
net_rshares0
@zappl ·
Ah what your referring to is transaction being handled on the server and not in the browser.

So i would assume everyone just wants transaction processed via the browser on everything?

These are the only thing that are handled by a db:
https://github.com/Zappl/Zappl/blob/f83e3130b005008317e73748da82b08fb01c0204/server/db/connect.js
properties (22)
authorzappl
permlinkre-inertia-re-zappl-re-inertia-re-zappl-re-inertia-re-reggaemuffin-re-inertia-re-zappl-let-zappl-clerify-some-things-fud-correction-20180213t003249874z
categoryzappl
json_metadata{"tags":["zappl"],"links":["https://github.com/Zappl/Zappl/blob/f83e3130b005008317e73748da82b08fb01c0204/server/db/connect.js"],"app":"steemit/0.1"}
created2018-02-13 00:32:51
last_update2018-02-13 00:32:51
depth8
children7
last_payout2018-02-20 00:32:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length334
author_reputation41,244,449,218,741
root_title"Let Zappl Clerify some things. FUD Correction"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,064,141
net_rshares0
@inertia ·
First there this ...

![](https://steemitimages.com/DQmcQhgbUYF88j8tA8RSSs1YDZ6fgFruB583wG4vsNJYYqQ/image.png)

Then you said ...

> If you look at the tickets we have closed tickets with out commenting ...
> # but the fix had still been put in.

Ok, so the fix had still been put in.  Then you said ...

> Ah what your referring to is transaction being handled on the server and not in the browser.

So is there a fix currently in GitHub or not?
properties (22)
authorinertia
permlinkre-zappl-re-inertia-re-zappl-re-inertia-re-zappl-re-inertia-re-reggaemuffin-re-inertia-re-zappl-let-zappl-clerify-some-things-fud-correction-20180213t004103510z
categoryzappl
json_metadata{"tags":["zappl"],"image":["https://steemitimages.com/DQmcQhgbUYF88j8tA8RSSs1YDZ6fgFruB583wG4vsNJYYqQ/image.png"],"app":"steemit/0.1"}
created2018-02-13 00:41:03
last_update2018-02-13 00:41:03
depth9
children5
last_payout2018-02-20 00:41:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length446
author_reputation346,568,901,399,561
root_title"Let Zappl Clerify some things. FUD Correction"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,065,556
net_rshares0
@ridhosafwan ·
When I trying using zappl, it so perfectly app
So I hope this can fast get solution, I will trying to help if you need
👍  
properties (23)
authorridhosafwan
permlinkre-inertia-2018214t22144639z
categoryzappl
json_metadata{"tags":"zappl","app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2018-02-13 19:21:48
last_update2018-02-13 19:21:48
depth10
children0
last_payout2018-02-20 19:21:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation113,761,409,575
root_title"Let Zappl Clerify some things. FUD Correction"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,284,754
net_rshares586,805,086
author_curate_reward""
vote details (1)
@zappl ·
We don't save keys, that data is sent and signed in the server.

The connection.js file shows how zappl handles data. That we do save, What your referring to is me talking about the how we handle tickets.

We don't capture keys in a database, What we do is sign transaction via the server. Which it appears people don't agree with. We were already aware of this since you brought it up to @thedegensloth in discord before.

There is an update to browserfiy transaction for this is already in the works, since before this issue showed up in this posts. 

Zappl is not capturing your keys and storing them. It is signing transaction via the server though instead of the browser. Which will be corrected since people seem to disagree with the method being used.

Please feel free to see how the server handles things here: https://github.com/Zappl/Zappl/tree/master/server
properties (22)
authorzappl
permlinkre-inertia-re-zappl-re-inertia-re-zappl-re-inertia-re-zappl-re-inertia-re-reggaemuffin-re-inertia-re-zappl-let-zappl-clerify-some-things-fud-correction-20180213t005916497z
categoryzappl
json_metadata{"tags":["zappl"],"users":["thedegensloth"],"links":["https://github.com/Zappl/Zappl/tree/master/server"],"app":"steemit/0.1"}
created2018-02-13 00:59:15
last_update2018-02-13 00:59:15
depth10
children3
last_payout2018-02-20 00:59:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length869
author_reputation41,244,449,218,741
root_title"Let Zappl Clerify some things. FUD Correction"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,068,784
net_rshares0
@zan-zhu-zeng ·
ok
properties (22)
authorzan-zhu-zeng
permlinkre-zappl-2018214t103924310z
categoryzappl
json_metadata{"tags":["zappl"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-02-14 03:39:30
last_update2018-02-14 03:39:30
depth9
children0
last_payout2018-02-21 03:39:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2
author_reputation105,719,718,834
root_title"Let Zappl Clerify some things. FUD Correction"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,372,559
net_rshares0