Denis Davidyuk

Results 182 comments of Denis Davidyuk

the problem is not in circular dependencies (we had it before), but in imports of cjs modules from mjs in `webpack@4` with default configuration. For example, because of this problem...

@sadiqevani Please do not confuse [Externals](https://webpack.js.org/configuration/externals/) and [Tree Shaking](https://webpack.js.org/guides/tree-shaking/) features of Webpack. In #120 you have set up `externals`, but actual bundle doesn't based on ES6 imports/exports. They are necessary...

This build process should be used in the current and future versions of the components package.

I don't have time to continue developing this feature. But this branch contains some stuff that can be useful for someone who will continue it. Also, this PR is not...

@johnsnewby we need this feature in Base app as well

didn't it already implemented? can we close this issue?

Maybe just to define filter? I don't think that changes in components are necessary: ```vue {{ 'test' | encodeBase58Check }} import { Crypto } from '@aeternity/aepp-sdk/es'; export default { filters:...

> The problem is not to encode the address, but to decode it You have not mentioned it, can you just use `decodeBase58Check` instead? > verify that the address is...

> A revoked name is only blocked for a period of time I was thinking that it is forever, but protocol says it is revoked only for 4 days. >...