Skip to content

Commit

Permalink
Merge pull request #1561 from aeternity/update-mdw
Browse files Browse the repository at this point in the history
ci: update middleware to 1.81.0
  • Loading branch information
davidyuk authored Feb 3, 2025
2 parents b5056de + ba7b765 commit 4906ce6
Show file tree
Hide file tree
Showing 41 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
middleware:
# TODO: use upstream after merging https://github.com/aeternity/ae_mdw/issues/1758
image: davidyuk/temp:mdw-dev-mode
image: davidyuk/temp:mdw-dev-mode-1.81.0
ports: [4000:4000, 4001:4001, 3013:3013, 3313:3313]
volumes:
- ./docker-compose/aeternity.yaml:/home/aeternity/aeternity.yaml
Expand Down
3 changes: 1 addition & 2 deletions src/store/plugins/initSdk.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { get, isEqual } from 'lodash-es';
import { handleUnknownError } from '../../lib/utils';
import { fetchJson } from '../utils';

export default (store) => {
const createSdk = async (network) => {
const [{
Ae, ChainNode, Transaction, Contract, Aens, genSwaggerClient, Node,
Ae, ChainNode, Transaction, Contract, Aens, Node,
}, {
default: WalletRPC,
}] = (await Promise.all([
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions tests/e2e/specs/browser/index.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ describe('Browser', () => {
.viewport('iphone-se2')
.visit('/browser', { login: true });
cy.get('.progress-fake').should('not.exist');
cy.getIframeBody()
.find('img')
.should('be.visible')
.and('length', 4)
.and(($imgs) => Array.from($imgs).forEach((img) => {
expect(img.naturalWidth).to.be.greaterThan(0);
}));
// TODO: enable after fixing https://docs.aeternity.com/aepp-base-home-page
// cy.getIframeBody()
// .find('img')
// .should('be.visible')
// .and('length', 4)
// .and(($imgs) => Array.from($imgs).forEach((img) => {
// expect(img.naturalWidth).to.be.greaterThan(0);
// }));
cy.matchImage();
});
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/specs/settings/__image_snapshots__/Settings opens #0.png

0 comments on commit 4906ce6

Please sign in to comment.