-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to new middleware, bug fixes and maintenance #1435
Conversation
fixes a bug in 3e29f3f
src/pages/aens/NameList.vue
Outdated
:key="bid.name" | ||
:name="bid.name" | ||
:balance="bid.nameFee" | ||
:address="(bid.auction ?? bid.info).lastBid.tx.accountId" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
despite that nullish coalescing doesn't seems to parse, but a lot of sdk files are using it which results in
Module parse failed: Unexpected token (87:44) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.
"test:e2e": "vue-cli-service test:e2e", | ||
"test:unit": "vue-cli-service test:unit", | ||
"i18n:report": "vue-i18n-extract report --vueFiles './src/**/*.?(js|vue)' --languageFiles './src/locales/**/*.json'" | ||
}, | ||
"dependencies": { | ||
"@aeternity/aepp-sdk": "^8.1.0", | ||
"@aeternity/aepp-sdk": "github:aeternity/aepp-sdk-js#develop", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like an idea to depend from the develop branch.
Also the installed package from the develop branch doesn't have a lot of prebuild files inside es
folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not compatible with Windows, but it is the fastest way to make a release of Base aepp 🙃
found issues:
aeternity/ae_mdw#503
aeternity/ae_mdw#508
aeternity/ae_mdw#509
aeternity/ae_mdw#510
aeternity/ae_mdw#511
aeternity/ae_mdw#512
aeternity/aeternity#3852
superhero-com/superhero-wallet#1400
aeternity/mdw-frontend#162
#1436
#1437
closes #1421