eosdac / eosdactoolkit

DEPRECATED The DAC toolkit for building and running DACs
MIT License
10 stars 13 forks source link

Msigproposals #175

Closed ghost closed 5 years ago

ghost commented 5 years ago

wip manage proposals and wip add eosdac to vote list.

lukestokes commented 5 years ago

Hmm... I think the issue i'm seeing with JSON parsing has something to do with this:

Error: Abi 'dacelections' is not cached action.data transaction.actions
    at Object.abi (abi-cache.js?63d5:68)
    at structLookup (structs.js?93b7:41)
    at actionDataFromObject (structs.js?93b7:751)
    at Object.fromObject (struct.js?8009:148)
    at Object.fromObject (types.js?0001:387)
    at Object.fromObject (struct.js?8009:151)
    at transaction$ (write-api.js?5472:800)
    at tryCatch (runtime.js?96cf:62)
    at Generator.invoke [as _invoke] (runtime.js?96cf:288)
    at Generator.prototype.(anonymous function) [as next] (webpack-internal:///./node_modules/regenerator-runtime/runtime.js:114:21)

I just got this error trying to register:

transaction.vue?21be:185 Uncaught (in promise) SyntaxError: Unexpected token E in JSON at position 0
    at JSON.parse (<anonymous>)
    at VueComponent.parseError (transaction.vue?21be:185)
    at VueComponent._callee2$ (transaction.vue?21be:172)
    at tryCatch (runtime.js?96cf:62)
    at Generator.invoke [as _invoke] (runtime.js?96cf:288)
    at Generator.prototype.(anonymous function) [as throw] (webpack-internal:///./node_modules/regenerator-runtime/runtime.js:114:21)
    at asyncGeneratorStep (asyncToGenerator.js?c973:5)
    at _throw (asyncToGenerator.js?c973:31)

I'm running this locally, so it's possible the issues I'm seeing are due to a different version of webpack or something.

lukestokes commented 5 years ago

Yeah, after refreshing, the error went away, so this may just be something I'm seeing locally with quasar builds. When I click approve on the existing multisigs, nothing seems to happen though, and I don't see anything in the logs. Is that still being developed?

lukestokes commented 5 years ago

I think this work will be covered elsewhere, so I'm closing this out for now. Please reopen as needed.