-
Notifications
You must be signed in to change notification settings - Fork 1.7k
refactor parity-dapps-glue crate #8405
Comments
Closing because UI is moving. |
I think we probably still need to keep this issue open for a while. Currently |
What is the glue still used for? As a workaround we can just hardcode the generated code instead of rewriting it. |
@tomusdrw For our current code we're only using the No matter what we do, this will eventually be fixed when Parity UI takes over all dapps functionalities and we should then be able to remove the js-glue crate. |
Ping @axelchalon this might be something semi-related to what you're working on and of interest for you to look at? |
Hey, I don't think parity-dapps-glue is used for anything anymore. Built-in dapps are now completely handled by Parity UI. I was thinking that as soon as the Parity UI network dapps PR is reviewed and merged, we can remove the whole dapps crate (incl. parity-dapps-glue) and dapps-related cli/config options in one fell swoop. |
parity-dapps-glue removed in #9017 |
Currently
parity-dapps-glue
usesquasi
, which is no longer maintained - serde-deprecated/quasi. Let's use refactor it to useproc-macro
,syn
andquote
insteadcc @tomusdrw
The text was updated successfully, but these errors were encountered: