Kirill Fedoseev
a973e23a9e
Use UserRequestForInformation as starting block for InformationRetrieved search
2021-07-13 11:32:51 +03:00
Kirill Fedoseev
a1e258f424
Add extra validation for already processed information requests
2021-07-13 02:05:13 +03:00
Kirill Fedoseev
e976dac616
Update block,tx,receipt seriailizer methods to include more fields
2021-07-12 21:46:53 +03:00
Kirill Fedoseev
6e1f57493a
Refactor oracle configuration ( #584 )
2021-07-08 09:38:55 +03:00
Kirill Fedoseev
ffbca8b941
Oracle watcher for AMB async calls ( #509 )
2021-05-09 07:34:19 -06:00
Kirill Fedoseev
0228fc7d5f
Support of manual lane in the AMB oracle ( #483 )
2020-10-31 21:02:56 +03:00
Kirill Fedoseev
611b8c539d
Improve workflow with several RPC URLs in oracle ( #476 )
2020-10-28 14:20:50 +03:00
Alexander Kolotov
d17ea2ad2b
One point of handling all collected signatures requests ( #457 )
2020-10-02 19:44:05 +03:00
Kirill Fedoseev
dc377aeb9b
Possibility to allow/block specific addresses in erc-to-native mode ( #442 )
2020-09-28 14:54:03 +03:00
Gerardo Nardelli
bea91c0e6e
Remove half duplex erc20 token support from oracle ( #413 )
2020-08-11 23:37:47 +03:00
Kirill Fedoseev
1eb8a8b1dc
Use requestGasLimit parameter in AMB oracle in estimateGas ( #415 )
2020-08-06 16:15:51 +03:00
Kirill Fedoseev
d17e9e0eea
Support of multiple AMB requests in one transaction ( #315 )
2020-05-21 23:29:56 +03:00
Kirill Fedoseev
8650ba4d21
Updated oracle watchers to use blob version of execute signatures ( #269 )
2020-01-21 00:11:26 +03:00
Gerardo Nardelli
0829c95561
Move tokenState file to utils
2019-12-05 13:50:55 -03:00
Gerardo Nardelli
3cd53f7bda
Update watcher to be able to skip events
2019-12-04 17:18:14 -03:00
Gerardo Nardelli
ab2c0ea120
Log block timestamp
2019-12-03 17:17:27 -03:00
Gerardo Nardelli
1360c79e69
Fix half duplex transfer watcher
2019-12-02 17:19:28 -03:00
Gerardo Nardelli
c19f48ef3f
Add swap-tokens worker
2019-11-28 16:31:27 -03:00
Gerardo Nardelli
eb8de323ee
Add half duplex transfer watcher
2019-11-26 17:00:56 -03:00
Alexander Kolotov
ecf613954a
Changes in initialization of array to iterate getting signatures ( #240 )
2019-11-19 16:47:02 +03:00
Gerardo Nardelli
346fa1e732
Support token migration ( #224 )
...
* Filter transfer event in token swap in Oracle
* Support token swap in monitor
2019-11-06 22:49:01 +03:00
Gerardo Nardelli
7a54e584d5
Support alternative receiver in Oracle ( #221 )
...
* Add transfer watcher
* Filter userRequestForAffirmation events in Transfer events
* Add extended oracle composer file
2019-10-29 17:55:47 +03:00
Gerardo Nardelli
d577a71096
Add support for AMB contracts ( #199 )
2019-09-18 22:45:13 +03:00
Przemyslaw Rzad
8b010f887d
Consistent variable naming ( #198 )
...
* Add console.table
* First steps in validate script
* env rename
* Added parameter names
* Descriptions
* Print and configuration
* Added more parameters
* Rename gas oracle to gas supplier
* More changes
* Removed env examples for now
* RPC rename
* Bridge address rename
* More changes
* jobs
* Renames
* Typo
* jobs
* Changes
* jobs
* Changes
* Monitor changes
* jovs
* Typo
* Changes
* REACT_APP_ env prefix
* Typo
* Rollback changes
* Oracle deployment
* Defaults
* Monitor
* Naming
* Typo
* Typo
* Envs
* ui deployment
* ALl jobs
* Vars in ultimate
* Lint
* Lint
* Lint
* Another way to add REACT_APP prefixing
* Unnecessary mapping
* No output timeout
* No output timeout
* Got rid of ERC20_TOKEN_ADDRESS
* Configuration readme
* Configuration
* Prefixes
* timeout
* Docs
* Docs
* docs
* docs
* docs
* Roll back ERC20_TOKEN_ADDRESS for erc-to-erc
* Typo
* lint
* Rollback
* ROllback validator
* Rollback yarn.lock
* dai and wetc update
* Rollback ERC20_TOKEN_ADDRESS
* erc to native
* examples
* all jobs
* roll back
* roll back ERC20_TOKEN_ADDRESS: "0xdbeE25CbE97e4A5CC6c499875774dc7067E9426B"
* ui env example
* typo
* Allow rpc for ultimate
* Test
* ERC20_TOKEN_ADDRESS rollback
* Specify port
* React port
* All jobs
* cosmetics
* Values
* Restore erc20 token
* Rearrange example for easier comparision
* Rearrange ultimate for easier comparision
* Rearrange for easier comparision
* Refactor
* Conditional app styles
* Loading environment variables in react app
* Add missing vars for UI in wetc and dai
* Bring back test parameters readme
* Readme for monitor vars
* Reading environment variables in e2e-commons (#207 )
2019-09-13 09:11:38 +02:00
Przemyslaw Rzad
40be5a5f8e
Extend line width to 120 ( #174 )
...
* Extend line width to 120
* Lint fixes
2019-08-01 15:10:22 +02:00
Przemyslaw Rzad
2e89d7724a
Oracle using commons ( #144 )
2019-07-12 14:37:41 +02:00
rzadp
9285ac534e
Introduced new way of getting env variables
2019-06-07 13:19:12 +02:00
Przemyslaw Rzad
f5ff33d21f
Oracle & Monitor - Compiled ABI's ( #71 )
...
* 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
2019-05-27 09:22:08 +02:00
rzadp
52684a30fd
Lint
2019-05-24 09:54:13 +02:00
Przemyslaw Rzad
d656025378
Update the token-bridge sub-repo ( #19 )
...
* 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>
2019-05-07 16:52:44 +02:00