Skip to content

Commit

Permalink
fix failing checks (trustwallet#27560)
Browse files Browse the repository at this point in the history
* fix failing checks

* fix some more checks failing - unsupported fields
  • Loading branch information
nikoskarakostas authored Mar 7, 2024
1 parent 144dbf8 commit 512d820
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 62 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

# - name: Run check
# run: make check
#
# - name: Unit Test
# run: make test
#
# - name: Lint
# run: make lint
- name: Run check
run: make check

- name: Unit Test
run: make test

- name: Lint
run: make lint
8 changes: 4 additions & 4 deletions blockchains/bitcoin/assets/rats/info.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ordi",
"symbol": "ORDI",
"name": "rats",
"symbol": "RATS",
"type": "BRC20",
"decimals": 18,
"description": "-",
"website": "https://unisat.io",
"explorer": "https://unisat.io/brc20/ordi",
"explorer": "https://unisat.io/brc20/rats",
"status": "active",
"id": "ordi"
"id": "rats"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ICE Token",
"website": "https://icetoken.io/",
"website": "https://ice.io",
"description": "Ice represents the next generation of digital currency, mineable on any mobile device. At its core, Ice Network fosters a trusted community, proliferating the belief that digital currencies can maintain value across diverse use cases. Membership is initiated through invitations, enabling new users to earn and build micro-communities immediately.",
"explorer": "https://etherscan.io/token/0x79F05c263055BA20EE0e814ACD117C20CAA10e0c",
"type": "ERC20",
Expand All @@ -22,8 +22,8 @@
"url": "https://t.me/iceblockchain"
},
{
"name": "website",
"url": "https://ice.io/"
"name": "whitepaper",
"url": "https://ice.io/whitepaper"
},
{
"name": "reddit",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "DevvE",
"website": "https://www.devve.io",
"description": " DevvE is a next-gen cryptocurrency that is 1/3bn energy use of Bitcoin, 1/10M cost of Ethereum, 8M tps with patents around fraud, theft, loss, privacy and regulatory compliance.",
"description": "DevvE is a next-gen cryptocurrency that is 1/3bn energy use of Bitcoin, 1/10M cost of Ethereum, 8M tps with patents around fraud, theft, loss, privacy and regulatory compliance.",
"explorer": "https://etherscan.io/token/0x8248270620aa532e4d64316017be5e873e37cc09",
"type": "EFC20",
"type": "ERC20",
"symbol": "DEVVE",
"decimals": 18,
"status": "active",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
"status": "active",
"id": "0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0",
"links": [
{
"name": "website",
"url": "https://centrifuge.io"
},
{
"name": "twitter",
"url": "https://twitter.com/centrifuge"
Expand All @@ -28,10 +24,6 @@
{
"name": "coingecko",
"url": "https://coingecko.com/en/coins/centrifuge"
},
{
"name": "bridge",
"url": "https://bridge.centrifuge.io/"
}
],
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/trustwallet/assets-go-libs v0.3.7
github.com/trustwallet/go-libs v0.7.3
github.com/trustwallet/go-primitives v0.1.18
github.com/trustwallet/go-primitives v0.1.22
)

require (
Expand Down
38 changes: 2 additions & 36 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -240,42 +240,8 @@ github.com/trustwallet/assets-go-libs v0.3.7 h1:i33k7eD1DFG+0mRFkXhB3qjTJPb87KkB
github.com/trustwallet/assets-go-libs v0.3.7/go.mod h1:4BokTTw6UBPEsyXv8jHmX07bKECLcDbzX8YnIBNrCg8=
github.com/trustwallet/go-libs v0.7.3 h1:X5KTj2/582Iv/3Pbm9AKPABBlwGE0tLGbQir66jD6U0=
github.com/trustwallet/go-libs v0.7.3/go.mod h1:5TQECBJo2ZUhGvB4pTKtyYeclGhzlYooVv/EufU4Axk=
github.com/trustwallet/go-primitives v0.1.8 h1:WjZ80+nJW93PDkbb8401JBOMgU/jJ7C8y9TrMBysICM=
github.com/trustwallet/go-primitives v0.1.8/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.12-0.20231205173723-b19b6694d765 h1:MA/DPJJz2X9o5qlB3cFQFixcMCsAv8Jng2wNOayiyJ0=
github.com/trustwallet/go-primitives v0.1.12-0.20231205173723-b19b6694d765/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.12-0.20231206071933-fb4bd0c05a2a h1:rfN3xznjfhy2M98vLgyJHTo2gXU2N4UBiNaLhkjCObo=
github.com/trustwallet/go-primitives v0.1.12-0.20231206071933-fb4bd0c05a2a/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.12-0.20231206072309-6db95197a341 h1:93l81vW2iNvuJbTXuA3YUUdlimQ/YPMYWSWm3Rjk0rs=
github.com/trustwallet/go-primitives v0.1.12-0.20231206072309-6db95197a341/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.12-0.20231206072940-1b46bb0a7643 h1:JWue5tpVirh1ifLagruhqHVdeR7u1WcTd05Q6ailmns=
github.com/trustwallet/go-primitives v0.1.12-0.20231206072940-1b46bb0a7643/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.12 h1:5qgmAIdHKpE/bWfxy6ChOyD7oO9g7M/coR6FNvJ9fAc=
github.com/trustwallet/go-primitives v0.1.12/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.13-0.20231211164812-c3b990aaab77 h1:w5gjOoVT9KdFvHxUMVvcLNC1g6gqdIhAsHmtA8aAYLY=
github.com/trustwallet/go-primitives v0.1.13-0.20231211164812-c3b990aaab77/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.13 h1:EexDb15ciCDPAS7mPtxWaP1AGbGb04JnlH8SYhelHGk=
github.com/trustwallet/go-primitives v0.1.13/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.14-0.20231222091413-3a6249d416a7 h1:9lW8d4rSqWhqdNr14qfuEtyhJImM7yxp9k0igUvpTws=
github.com/trustwallet/go-primitives v0.1.14-0.20231222091413-3a6249d416a7/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.14 h1:9bm0mYOLwu8hANivb1p/aV7f34AAENkvtHlyBhvY4Qk=
github.com/trustwallet/go-primitives v0.1.14/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.16-0.20240109124104-7cbe07e453d4 h1:sYKUy4mHbbJesUl0XS0IVXrUEjkAyAfAfif0PCgNQRA=
github.com/trustwallet/go-primitives v0.1.16-0.20240109124104-7cbe07e453d4/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.16 h1:vpHVXlAYYK0o7GpWYadbauY+H4GOJ0bKVp/k6gZbH6I=
github.com/trustwallet/go-primitives v0.1.16/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.17-0.20240112104809-d94379365003 h1:0XkIncqfu2hBCkkhMrVw7hx/lraoyZ+G1BENh+CFtVA=
github.com/trustwallet/go-primitives v0.1.17-0.20240112104809-d94379365003/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.17-0.20240112110133-ea920360531b h1:akbAfXaD987dDl5nbQbCiBSRP65pIWZdg9SNqY/pkfY=
github.com/trustwallet/go-primitives v0.1.17-0.20240112110133-ea920360531b/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.17-0.20240112111413-aca39bd29cc2 h1:3tt6/BPEtZWpQlagvqEoGz9Z53Jx0vrU+uPtxT/lCWg=
github.com/trustwallet/go-primitives v0.1.17-0.20240112111413-aca39bd29cc2/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.17 h1:X0vVRbJZoDcrQJTQ2vi5gubPfXEn43M9mpxkfRg/Fok=
github.com/trustwallet/go-primitives v0.1.17/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.18-0.20240119140343-8fca65d6dd62 h1:Vtcxre3ihqZrPkEFg2nVSRnUavJsR+3A9K1O+2SpcNQ=
github.com/trustwallet/go-primitives v0.1.18-0.20240119140343-8fca65d6dd62/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.18 h1:T3g3ewbDkXZrbRwgmhaeCAywXD2+1bL75t2+6VU0UFY=
github.com/trustwallet/go-primitives v0.1.18/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.22 h1:wjKuEfsu9vyIW314592AjMShBt0SSKrrg54BTf0+BIc=
github.com/trustwallet/go-primitives v0.1.22/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 512d820

Please sign in to comment.