poanetwork / poa-popa

DApp for proof of physical address (PoPA) attestation for validators of POA Network
https://popa.poa.network
GNU General Public License v3.0
24 stars 18 forks source link

(Bug) Address registration error #51

Closed phahulin closed 6 years ago

phahulin commented 6 years ago

Error seems to be in this sequence of promises https://github.com/poanetwork/poa-popa/blob/master/web-dapp/routes/notify_reg_tx.js#L23

  1. there is no method getAddressTxBn exported by notifyRegTxController
  2. if this method is replaced by an existing getAddressIndex method, another error happens somewhere in https://github.com/poanetwork/poa-popa/blob/master/web-dapp/server-lib/get_address_details.js