Commit Graph

206 Commits

Author SHA1 Message Date
catenocrypt
ef3b56756f External Updates 2020-08-27 07:16:41 +00:00
catenocrypt
824340015d External Updates 2020-08-26 19:15:44 +00:00
Adam R
b5384bb9e6
[internal] Infra for errors and warnings. (#3590)
* Infra for errors and warnings.

* Most allowlist/denylist consistency errors are warnings only.

* Adapt danger to errors+wranings.

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2020-08-24 17:06:21 +02:00
Matthias Kretschmann
f161a2708c
update OCEAN contract address (#3542) 2020-08-23 04:34:31 -07:00
catenocrypt
efe14ea7fc External Updates 2020-08-22 07:16:08 +00:00
vikmeup
620290e632 Fixes (sanity and consistency, auto) 2020-08-22 01:36:40 +00:00
Viktor Radchenko
a4a1525b87 Add Polkadot price mapping 2020-08-21 18:35:35 -07:00
catenocrypt
f87653b1e0 External Updates 2020-08-21 07:15:53 +00:00
catenocrypt
6a1845ae0f External Updates 2020-08-20 19:14:46 +00:00
catenocrypt
8b17d37f80 External Updates 2020-08-20 07:16:16 +00:00
EnoRage
678e001480 Fixes (sanity and consistency, auto) 2020-08-19 16:01:01 +00:00
Nick Kozlov
6cfb7aec14
Add DOT to cmc mapping (#3481) 2020-08-19 18:59:55 +03:00
catenocrypt
5c8b6edeb4 External Updates 2020-08-19 07:16:25 +00:00
catenocrypt
e440d7fefe External Updates 2020-08-18 19:14:41 +00:00
catenocrypt
6f8a7709ab External Updates 2020-08-18 07:15:38 +00:00
Adam R
4f487cd054
[internal] Black/whitelist rename (#3424)
* Rename white/black* to allow/deny*.

* White/black to allow/deny renames.

* Duplicate new allowlist.json/denylist.json files under the old names

* Fix allowed-files check

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2020-08-18 08:50:32 +02:00
catenocrypt
7a05a01409 External Updates 2020-08-17 19:15:07 +00:00
Adam R
78eef8eabc
CMC mapping: merge exceptions on every commit, retrieve from CMC and merge on Update runs. (#3406)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2020-08-17 17:31:08 +02:00
Catenocrypt
d310074554 Revert "CMC mapping: merge exceptions on every commit, retrieve from CMC and merge on Update runs."
This reverts commit 4f035dae0f.
2020-08-17 17:24:14 +02:00
Catenocrypt
4f035dae0f CMC mapping: merge exceptions on every commit, retrieve from CMC and merge on Update runs. 2020-08-17 17:16:44 +02:00
catenocrypt
160262a4d5 External Updates 2020-08-17 07:15:50 +00:00
EnoRage
aa75bb2cd4 External Updates 2020-08-16 08:20:14 +00:00
Nick Kozlov
8ebaf3f065
Add SNX legacy token for pricing (#3383) 2020-08-16 10:49:39 +03:00
catenocrypt
17ab26d3fe External Updates 2020-08-16 07:15:42 +00:00
catenocrypt
e44ad06848 External Updates 2020-08-15 07:15:12 +00:00
Adam R
c9107ba907
External update, manual. (#3347)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2020-08-14 21:29:38 +02:00
catenocrypt
2c10ccc211 External Updates 2020-08-13 19:14:09 +00:00
catenocrypt
8d75fc745b External Updates 2020-08-13 07:15:29 +00:00
catenocrypt
7894bf2ae8 External Updates 2020-08-12 19:14:45 +00:00
catenocrypt
0c013b91ac External Updates 2020-08-12 07:15:34 +00:00
catenocrypt
7438260528 External Updates 2020-08-11 19:14:15 +00:00
catenocrypt
39b13ffc17 External Updates 2020-08-11 07:15:21 +00:00
catenocrypt
1ea6e65325 External Updates 2020-08-10 19:14:23 +00:00
catenocrypt
0b23424738 External Updates 2020-08-10 15:10:27 +00:00
catenocrypt
b9b628c5dc External Updates 2020-08-10 10:47:04 +00:00
Adam R
294d8bcb5d
[internal] Fixes and Checks: separate into consistency and sanity (#3197)
* rename to sanityFix
* Infra for consistency checks and Fixes.
* Whitelist check moved to consistency check only.

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2020-08-10 10:56:41 +02:00
catenocrypt
c2807fad5b External Updates 2020-08-10 07:15:21 +00:00
catenocrypt
81cfa58619 External Updates 2020-08-09 19:14:27 +00:00
catenocrypt
e22495ecc3 External Updates 2020-08-08 19:13:54 +00:00
catenocrypt
cb84a500c5 External Updates 2020-08-08 07:14:19 +00:00
catenocrypt
922f760f08 External Updates 2020-08-07 19:13:43 +00:00
catenocrypt
cfb4f49f80 External Updates 2020-08-07 07:14:59 +00:00
Adam R
102f2b88d4
[Internal] New infra for runnig checks (not as jest tests) (#2938)
* CMC mapping update.

* New check infrastructure, move root folder test to new infra.

* Move list of allowed files to config.

* Include new check in other tests.

* More generic way to call checks.

* Organize fix and update actions behind interfaces.

* Organize checks into steps, multiple steps per action.

* Simplify checkStep class/instance creation.

* Migrate chain logo checks.

* Migrate asset folder check.

* Migrate further chain checks.

* Migrate eth fork folder checks.

* Migrate binance chain check.

* Extra output.

* Output improvements.

* Async fix.

* Migrate Tron check.

* Add Tron check.

* Remove Tron check from old.

* White/blacklist check in new intra, combined with fix.

* Refine ETH checks.

* Remove from old infra.

* Migrate CMC check to new infra.

* Migrate validator tests to new check infra.

* Migrate Json files validity check to new check infra.

* Whitelist check fix.

* Cleanup helpers.ts.

* Move helpers.ts.

* Cleanup of models.ts.

* Move models.ts.

* Move index.test.ts.

* Update with BEP8 support.

* Descriptive names for jobs within the builds.

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2020-08-06 21:17:38 +02:00
catenocrypt
4390942c1b External Updates 2020-08-06 19:17:10 +00:00
catenocrypt
802555cef0 External Updates 2020-08-06 07:17:54 +00:00
catenocrypt
0ccc0075b7 External Updates 2020-08-05 19:16:44 +00:00
catenocrypt
6ea72373b1 External Updates 2020-08-05 07:17:44 +00:00
catenocrypt
fc33d3e4af External Updates 2020-08-04 19:16:51 +00:00
catenocrypt
110abd5ed1 External Updates 2020-08-04 07:18:09 +00:00
catenocrypt
4f46ff532e External Updates 2020-08-03 19:16:32 +00:00