* feat: improve proposal types, add faucet for trading asset
* chore: yarn lock update
* fix: capsule tests to avoid jsx import
* chore: throw error so that ethereum setup failure is caught
* chore: org files and add logging
* chore: revert current trading-e2e .env file
* chore: add .env.capsule for trading tests on capsule
* chore: remove unused nx command
* chore: remove try catchs and allow errors to be caught by cypress
* chore: add slow tag for capsule test
* feat: move create market setup to libs/cypress
* chore: clearly separate vars meant for capsule with vars meant for non-capsule
* feat: remove hardcoded urls and use config obj
* chore: fix missing comma in genesis.tmpl
* chore: added limit order edit price test
* chore: remove encoding of transaction, update proposal tx trigger ratio to string
* chore: fix date and add date verification for update order
* chore: formatting fix
* chore: adjust trading app tests and workflows to be run in capsule in ci (#2574)
* chore: adjust trading app tests and workflows to be run in capsule in ci
* chore: fix token tests
* chore: increase timeout as it fails in ci
* chore: move market check to before function
* chore: add capsule logs to trading
* chore: increase proposal close time, also break up script for better debugging
* chore: bump up ethereum account setup timeout
* chore: suppress fetch logs to help with debugging
* chore: revert cy wraps now with suppressed logging
* chore: decrease tick amount
* chore: promise with timeout for better debugging
* chore: bump individual timeouts
* chore: bump timeout for tx wait promises
* chore: minor fix
* fix: leave Promise<any>
* fix: leave Promise<any>
* chore: fix home fail
Co-authored-by: Joe <joe@vega.xyz>
Co-authored-by: Dariusz Majcherczyk <dariusz.majcherczyk@gmail.com>
Co-authored-by: Radosław Szpiech <szpiechrados@gmail.com>
Co-authored-by: Madalina Raicu <madalina@raygroup.uk>
* feat: handle lost connection with wallet during order setting
* Update libs/deal-ticket/src/components/deal-ticket/deal-ticket-manager.tsx
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
* feat: handle lost connection with wallet during order setting - adjust wording
* feat: handle lost connection with wallet during order setting - adjust wording
* feat: handle lost connection with wallet during order setting - adjust wording
* fix: handle lost connection with wallet add print vega version
* fix: handle lost connection with wallet add print vega version
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
* chore: addd lint_pr workflow
* ci: add workflow for commitlint on pr title
* ci: install and use config-conventional
* ci: add npx so command is found
* ci: update action name
* chore: update add issues to project action
chore: update add issues to project action
The GitHub projects API has been replaced with ProjectsV2. This PR corrects the add issues to project action.
* style: fix formatting
Co-authored-by: Dexter <dexter.edwards93@gmail.com>
* chore: add skip-nx-cache flag to manual flow
* chore: set --skip-nx-cache flag
* chore: set --skip-nx-cache flag
* chore: set --skip-nx-cache flag
* chore: remove log
* test: change night run to use headless chrome to address memory issues
* test: update manual for non-smoke
* test: remove headless flag since depreciated
* test: update browser for cypress
* chore: add step that makes sure that Cypress bins are installed correctly
* chore: missing working directory
* chore: update remaining flows
Co-authored-by: Rado <szpiechrados@gmail.com>
* chore: add similar way to speed up tests that is used in capsule-cypress
* chore: fix typo
* chore: fix the fix
* fix: add network import
* fix: add home
* fix: another fix bites the dust
* fix: use fairground network for vega wallet if capsule is not run
* fix: this fix should fix the fix
* fix: add import fairground network
* fix: home paths added to vega wallet
* chore: disable video record for token e2e
* chore: disable videos in all tests
* fix: change main-branch-name to base-ref
* chore: disable capsule being run when not necessary
* fix: missing true
* chore: fix typo
* chore: fix if contruction
* chore: fix env
* chore: fix envs
* chore: try to fix develop ref
* test: initial commit
* test: commit
* test: extra tests and references added also new tag 0.55.0 for builds
* test: lint
* test: back to 0.54 for capsule cypress until tests fixed
* test: skip two tests since wallet name no longer shown soon to be fixed
* test: couple more tests to fulfill ACs
* test: lint
* test: more tests
* test: lint
* test: extra check within test
* test: lint
* test: minor
* test: improve test flake and skip test bugs outstanding
* test: lint and increase epoch length by second
* test: more tests
* test: lint
* test: lint
* test: lint
* test: teardown functionality
* test: lint
* test: epoch speed up and network restart stuff
* test: lint
* test: change epoch duration
* test: timing tweaks due to failures in CI
* test: lint
* test: more timing tweaks
* test: lint
* test: timing tweak
* test: lint
* test: lint
* test: config changes
* test: initial commit
* test: commit
* test: extra tests and references added also new tag 0.55.0 for builds
* test: lint
* test: back to 0.54 for capsule cypress until tests fixed
* test: skip two tests since wallet name no longer shown soon to be fixed
* test: update market info tests
* test: update withdrawal test to include new info
* chore: re add withdrawal mock
* chore: wait for mock
* chore: change cypress browser to electron
* chore: resolved pr comments
* ci: improve GitHub Action to build and publish docker image
* ci: increase the timeout for yarn steps
* ci: fix build-args
* ci: merge build GitHub Workflows into one
* ci: add more logging
* ci: Pack locally built dist into nginx container
* ci: build actual app
* ci: setup correct node version
* ci: include dist in context
* ci: use correct path to determine node version
* ci: push images
* ci: publish image
* ci: login always to the hub
* ci: remove debugging conditions
Co-authored-by: Mikołaj Młodzikowski <mikolaj.mlodzikowski@gmail.com>
* fix: change test command for night run
* chore: try command in capsule run
* chore: correct command
* chore: change checkout to master
* chore: revert changes
* chore: fix typo
* test: maybe passing true as string would work
* test: lets just create copy of nightly run but with manual trigger
* test: change to boolean true
* test: just remove old flows and create new ones - monkey would be better dev than me if it works
* test: forgot to delete workflows:
* test: yeah remove all of workflows because github does not differentiate removing from renaming
Co-authored-by: Rado <rado@vegaprotocol.io>
* test: maybe passing true as string would work
* test: lets just create copy of nightly run but with manual trigger
Co-authored-by: Rado <rado@vegaprotocol.io>
* chore: first pass at config file
* ci: pass app version
* ci: remove workflows that take a while to run to not waste build mins
* ci: run all steps all the time
* ci: correct tags
* ci: correct output syntax
* ci: use quotes
* ci: fix build platform
* ci: only build amd as PoC
* ci: add push true to step
* ci: publish trading and token containers
* fix: use correct environement variable names
* feat: separate dockerfiles for CRA based apps and next apps
* chore: correct path
* fix: incorrect asset path
* ci: build for both platforms
* ci: publish
* ci: add missing deps
* ci: rename pipelines
* ci: rename
* ci: publish on tag only
* ci: remove additional vs
* Revert "ci: remove workflows that take a while to run to not waste build mins"
This reverts commit 7054367ba0.
* chore: remove comment
* chore: revert accientally committed change