* Update monitor to support changes from alternative receiver
* Add monitor event processing unit tests
* update chrome version used en e2e tests
* update chromedriver version
* Started monitor-e2e rewrite
* axios
* Implemented tests
* Monitor start
* First deploy
* Wait for monitor
* Removed redundant files
* Tests.
* TODO
* Links to minitor in constants
* Typo.
* [PR-into-PR] Monitor E2E rewrite - balance (#191)
* Test run for more monitor-e2e tests
* macos/docker
* timeout
* Little refactor
* Trying to test balances in other types of bridges.
* Utils.
* test
* check all
* erc to erc try
* Final tests
* typo
* All jobs
* Lint
* Roll back docker in docker
* WaitUntil
* Axios version
* New validator checks (#192)
* Moved selenium to ui-e2e dev dependencies
* Cosmetics
* Removed compiling contracts from build and from test
* Introduced initialize job; Moved cover job to the main workflow
* Build, lint, test and cover jobs using initialize cache
* Yarn install not needed for oracle-e2e. Enable docker caching. Frozen lockfile
* Use docker layer caching and yarn cache for ui-e2e
* Trying to save npm install log as artifact
* More caching.
* Force ln to mitigate error when postinstall is repeated
* Update readme
* Using yarn in place of npm run
* Changed env order - home first
* Removed gh-pages UI deploy
* Readme cosmetics
* Removed duplicate bridge overview
* Update readme
* Update repository address
* Update readme
* Changed NPM to Yarn everywhere
* Update readme
* Using tokenbridge monorepo in deployment instead of token-bridge
* Update ui/README.md
Co-Authored-By: Andrew Gross <andogro@gmail.com>
* Revert and/or change as per @akolotov explanation
* Removed checkWorker3 that was used in legacy bridge-rust-v1-native-to-erc
* Update deployment/oracle/README.md
Co-Authored-By: Alexander Kolotov <alexandr.kolotov@gmail.com>
* Apply suggestions from code review
Co-Authored-By: Alexander Kolotov <alexandr.kolotov@gmail.com>
* Update root readme and Update sub-repo readmes to point to root monorepository initialization.
* Removed obsolete GET /stuckTransfers
* Remove stuckTransfers
* Use shell instead of unmaintained docker_service module. Update naming in templates.
* Oracle abi taken from compilation.
Moved project setup from dockerfile to package.json scripts
* Use compile:contracts script instead of repeated command
* Update imports to root contracts instead of copying
* Rule for importing unpublished. Lint fix
* Remove prepare:contracts and import:contracts
* Disabled ModuleScopePlugin in order to be able to import contracts outside src dir
* Fix for rm removing . and .. on linux
* Extracted common eslint devDependencies
* Applied prettier fixes for ui
* Extracted common mocha dependency
* Remove unused eslint plugins
* Prettier fix
* Updated dependency according to yarn audit
* Re-added eslint plugins
* Eslint plugins in one place
* Update dependencies failing on ci
* Commented out package-lock.json
* Moved over changes from https://github.com/poanetwork/bridge-ui/pull/217
* Brought back package-lock.json used in e2e.
* Edited postinstall to work for sub-repo npm install
* Using local oracle
* Moved ui/e2e-script to ui-e2e
* Introduced ui-e2e workspace.
* Updated paths,. removed bridge dockerfile.
* Updated e2e script after extracting.
* Introduced ui-e2e into CI
* Disabled ui-e2e
* Updated readme.
* Moved oracle/e2e to oracle-e2e
* Update build path in docker-compose
* Update link to e2e in oracle
* Introduce oracle-e2e workspace.
* Updated script and readme
* Integrated oracle-e2e into CI.
* Moved audit to root directory.
* Moved code of conduct, contributing and licence files.
* Removed travis config and badge.
* Updated repository links in CONTRIBUTING.
* Moved Gitter badge to main readme. Updated links to contributing and licence.
* Updated main readme.
* Moved references to main readme.
* Renamed token-bridge to oracle.
* Update README.md
Co-Authored-By: rzadp <rzadp@student.mini.pw.edu.pl>