Commit Graph

42 Commits

Author SHA1 Message Date
ligi
92c4d5acea Check for unused explorer icons 2023-03-13 11:04:03 +01:00
ligi
e02117bd96 Detect unused icons 2023-03-13 10:14:10 +01:00
ligi
d639854843
Make sure icon is json (#2245)
One slipped as seen in #2243

MUST be merged after #2243
2023-02-08 18:59:54 +01:00
ligi
42f367558c
Website submodule fixup (#2178)
* Add the old files to website

* f

* f
2023-01-23 08:02:07 +01:00
ligi
36997bcead Add RPC check for changed chains 2023-01-11 08:47:54 +01:00
ligi
c5b12da402 Fix width<>height problem 2023-01-04 22:35:00 +01:00
ligi
49cefee645 Check for Strings that are blank or have leading/trailing spaces 2022-12-12 02:35:54 +01:00
ligi
ba442eaadb Do not shadow chainId 2022-12-12 02:35:54 +01:00
ligi
275fe11351 Improve faucet checks 2022-11-30 11:31:51 +01:00
ligi
5accff5810 Check RPC schemas 2022-11-27 10:16:17 +01:00
ligi
b542d3745c Use isBlank() instead of isEmpty() 2022-11-27 10:16:17 +01:00
ligi
dc63324d9a
Prevent empty RPC (#1944)
closes #173
2022-11-26 22:07:25 +01:00
ligi
82d08c1377
Introduce features - closes #1901 (#1928) 2022-11-23 22:11:33 +01:00
ligi
2898285b5b
Reduce character set names can use (#1924)
context #1912
2022-11-23 03:25:51 +01:00
ligi
230dc83066
Use imageio 3.9.4 (#1922) 2022-11-23 02:07:24 +01:00
ligi
a7cd0b6871 Check chainID from RPC matches json 2022-11-18 16:23:34 +01:00
ligi
01480709e9 Check icon sizes in iconDownload 2022-11-18 02:49:47 +01:00
ligi
3418667a05
Test to cover this case (#1833)
* Test to cover this case

* Fail in case of leading zero(es)
2022-11-05 20:33:05 +01:00
ligi
b2bc4c4635 Be non verbose by default
With so many chains now - sometimes seeing an error in CI takes scrolling. So not be so verbose by default
2022-11-04 02:24:42 +01:00
ligi
5783b49464 Cleanup 2022-11-04 02:24:42 +01:00
ligi
9c89bcbd2f Allow explorers starting with http:// :-(
it's sad - but can't really force them to use https://
2022-11-04 02:24:42 +01:00
ligi
3101f173af Use moshi 1.14 2022-11-03 22:33:46 +01:00
Ashutosh Kumar
7020019ca9
Generate Icon list JSON in build (#1524) 2022-08-31 01:58:16 +02:00
ligi
02a3e91b01
Support redFlags - context #1499 (#1511) 2022-08-28 15:12:35 +02:00
ligi
a3cd16b7a7
Remove network completely (#1506)
follow up of #1500
2022-08-28 12:25:12 +02:00
ligi
cd5e3233e4 Check if icons are referenced
also remove one unreferenced icon
2022-08-20 15:23:24 +02:00
ligi
4ba4ca129c
Normalize names and shortNames (#1412) 2022-08-04 12:50:58 +02:00
dependabot[bot]
ea012ec593
Bump okhttp from 4.9.3 to 4.10.0 (#1258)
Bumps [okhttp](https://github.com/square/okhttp) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-4.10.0)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-14 07:50:43 +02:00
ligi
7c083df45f
Not always chainId field when parsing 2022-06-13 10:28:45 +02:00
ligi
2f24c402a6
Skip errors on copy (e.g. already exists) (#1255) 2022-06-13 08:55:31 +02:00
ligi
9e35cab9b0
Add ability to download icons (#1253) 2022-06-13 06:53:43 +02:00
ligi
f761550d62
Copy icons and raw chains - closes 1186 2022-06-13 06:42:41 +02:00
ligi
956e7bd0db Add status field and remove deprecated field 2022-05-19 18:34:35 +02:00
ligi
f4fbdbefb5 Improve symbol checks and shorten symbols to <7 chars
closes #1069
2022-04-11 14:37:18 +02:00
ligi
822e66fd28
Improve deprecation (#1022)
* Use gradle 7.4.1

* Improve deprecation of chains

closes #1003
2022-03-30 15:41:24 +02:00
dependabot[bot]
a478050008
Bump klaxon from 5.5 to 5.6 (#966)
Bumps [klaxon](https://github.com/cbeust/klaxon) from 5.5 to 5.6.
- [Release notes](https://github.com/cbeust/klaxon/releases)
- [Changelog](https://github.com/cbeust/klaxon/blob/master/RELEASE_NOTES.txt)
- [Commits](https://github.com/cbeust/klaxon/compare/5.5...5.6)

---
updated-dependencies:
- dependency-name: com.beust:klaxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-12 08:08:17 +01:00
ligi
12d2c2f878
Normalize explorer URLs 2022-01-14 21:12:06 +01:00
ligi
8ca754031a
Prevent shortName '*' (#750)
closes #734
2022-01-10 21:26:18 +01:00
ligi
1f02ea7293
Deprecate the 'network' field 2021-12-31 09:48:32 +01:00
ligi
02b0a54d6e
Introduce title field (#722)
Mainly to make name shorter - needs more BackFilling
2021-12-31 09:44:17 +01:00
ligi
70f175e5e1
Move to moshi ksp codegen instead of reflection
and DRY up gradle files
2021-12-30 08:06:07 +01:00
ligi
dfba60a7b8
Split out the model to extra module 2021-12-30 07:38:32 +01:00