Denis Davidyuk
Denis Davidyuk
State channels support smart contracts, but currently, there is no glue between them and contract instances (generated by Aeternity Contract Interface JSON)
I don't think that we need new designs for that. This task is technically complex, but it should be doable. Most probable it required some Vuex refactoring, setting a syncing...
- e2e tests - cover basic use cases - unit tests - increate test coverage by more than 10 percents
@ifaouibadi ran into this problem when he tried to pass `ttl` parameter into AeSdk constructor options
Yep, currently, we are using `standard-version` that is less automated. https://github.com/conventional-changelog/standard-version#how-is-standard-version-different-from-semantic-release https://www.npmjs.com/package/semantic-release vs https://www.npmjs.com/package/standard-version `semantic-release` seems to be more popular, interesting to try this, but we may have problems with...
To run an outdated project, you must correspondingly run an outdated node and wallet. You can pick up an old version of Superhero Wallet from the previous releases: https://github.com/superhero-com/superhero-wallet/releases. You...
I think it should be fixed on Capacitor level
Are there publicly-available nodes running by third parties? We may add them to the wallet to improve decentralisation
The node is required to run a network, it is kind of a front project. Without this, the network maintainer would need to run something else to store the network...
> in case 1 you are obliged to keep track of the state yourself Not really, the state is provided by the node on connection. And in the 2 case,...