* Common gas price normalization.
* only e2e jobs
* One func
* More extraction.
* Fixed the tests
* skip gasPriceWithinLimits
* test fix
* tos tring
* boundaries
* Extracted fetching gas price from contract
* Refactored oracle gas price
* lint
* lint
* Commentary
* Using common gas price from oracle in ui
* Fix lint
* lint
* Log
* Using common gas price in monitor
* cosmetics
* all jobs
* lint
* lint
* tests
* more tests
* incljdes
* Tests in oracle
* Tests in commons
* Lint
* moved tests from ui to commons
* chai
* Changed order of fetching gas price
* Stopped silently swallowing errors
* getTokenType in commons
* Oracle using getTokenType from commons
* Moved the getTokenType tests from ui to commons
* Using getTokenType in ui and oracle
* Revert "Stopped silently swallowing errors"
fc92c0af9dc7cb4e59a7f1779afc8da8d9c33ecf
* using common getTokenType in monitor.
* Lint.
* Support other oracle's gas price values in Oracle
* Add default gas price factor in Oracle
* Support other oracle's gas price values in UI
* Support other oracle's gas price values in Monitor
* 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
* 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>