Compare commits

..

No commits in common. "main" and "release-v0.1.4" have entirely different histories.

3 changed files with 61 additions and 61 deletions

View File

@ -39,11 +39,11 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cli": "^0.2.106",
"@cerc-io/ipld-eth-client": "^0.2.106",
"@cerc-io/solidity-mapper": "^0.2.106",
"@cerc-io/util": "^0.2.106",
"@cerc-io/graph-node": "^0.2.106",
"@cerc-io/cli": "^0.2.104",
"@cerc-io/ipld-eth-client": "^0.2.104",
"@cerc-io/solidity-mapper": "^0.2.104",
"@cerc-io/util": "^0.2.104",
"@cerc-io/graph-node": "^0.2.104",
"@ethersproject/providers": "^5.4.4",
"debug": "^4.3.1",
"decimal.js": "^10.3.1",

View File

@ -1632,14 +1632,14 @@ type User {
id: ID!
createdAt: BigInt!
transactionCount: BigInt!
transactions (where: Transaction_filter, orderBy: Transaction_orderBy, orderDirection: OrderDirection, first: Int = 100, skip: Int = 0): [Transaction!]!
transactions: [Transaction!]!
orderCount: BigInt!
orders (where: Order_filter, orderBy: Order_orderBy, orderDirection: OrderDirection, first: Int = 100, skip: Int = 0): [Order!]!
orders: [Order!]!
liquidationCount: BigInt!
liquidations (where: Liquidation_filter, orderBy: Liquidation_orderBy, orderDirection: OrderDirection, first: Int = 100, skip: Int = 0): [Liquidation!]!
liquidations: [Liquidation!]!
transferCount: BigInt!
transfers (where: Transfer_filter, orderBy: Transfer_orderBy, orderDirection: OrderDirection, first: Int = 100, skip: Int = 0): [Transfer!]!
deposits (where: Deposit_filter, orderBy: Deposit_orderBy, orderDirection: OrderDirection, first: Int = 100, skip: Int = 0): [Deposit!]!
transfers: [Transfer!]!
deposits: [Deposit!]!
}
type Order {
@ -1657,7 +1657,7 @@ type Order {
lendingMarket: LendingMarket!
isPreOrder: Boolean!
type: OrderType!
transactions (where: Transaction_filter, orderBy: Transaction_orderBy, orderDirection: OrderDirection, first: Int = 100, skip: Int = 0): [Transaction!]!
transactions: [Transaction!]!
isCircuitBreakerTriggered: Boolean!
createdAt: BigInt!
blockNumber: BigInt!
@ -1669,10 +1669,10 @@ type LendingMarket {
currency: Bytes!
maturity: BigInt!
isActive: Boolean!
transactions (where: Transaction_filter, orderBy: Transaction_orderBy, orderDirection: OrderDirection, first: Int = 100, skip: Int = 0): [Transaction!]!
orders (where: Order_filter, orderBy: Order_orderBy, orderDirection: OrderDirection, first: Int = 100, skip: Int = 0): [Order!]!
transactions: [Transaction!]!
orders: [Order!]!
volume: BigInt!
dailyVolume (where: DailyVolume_filter, orderBy: DailyVolume_orderBy, orderDirection: OrderDirection, first: Int = 100, skip: Int = 0): [DailyVolume!]!
dailyVolume: [DailyVolume!]!
openingUnitPrice: BigInt!
lastLendUnitPrice: BigInt!
lastBorrowUnitPrice: BigInt!

View File

@ -194,10 +194,10 @@
binaryen "101.0.0-nightly.20210723"
long "^4.0.0"
"@cerc-io/cache@^0.2.106":
version "0.2.106"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcache/-/0.2.106/cache-0.2.106.tgz#00075d50433421af71639e527d7d6af1320b0150"
integrity sha512-vIHhkKLSaAq9EZp14fTWkb/kbervdt3FDxY3+WOP2qwSvppxiJk8Mvyyt5wmc4Yu0SHWKmdKpRohsF1vrH1DYg==
"@cerc-io/cache@^0.2.104":
version "0.2.104"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcache/-/0.2.104/cache-0.2.104.tgz#834c9201a7fc2185b2b2db0206c9e9c46e2897e3"
integrity sha512-lJaEMNSO0AN+zU7AfAY/94sS9IiGK4puVlx6SeUv7O9boolUdYFJybpoE2E7XoJC9wC5199Yx7u8PWhWYB+EVw==
dependencies:
canonical-json "^0.0.4"
debug "^4.3.1"
@ -205,19 +205,19 @@
fs-extra "^10.0.0"
level "^7.0.0"
"@cerc-io/cli@^0.2.106":
version "0.2.106"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcli/-/0.2.106/cli-0.2.106.tgz#4711979a23e6a1ab371a76072c1e607b624d0657"
integrity sha512-a9HcukYuW73dCdLaGejjSL84u2h/xVkNCVlAYCkFMEY/CZ171lh5OloVkSUaogrQpng+/IinaXP1UXdnM58aQA==
"@cerc-io/cli@^0.2.104":
version "0.2.104"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcli/-/0.2.104/cli-0.2.104.tgz#646204fc8ffeeb1abb3c9f23877c6a9b5a092e5e"
integrity sha512-VsuSKnOdcRT6vaT4q8OrqdWyelqiPi8E5sH7L7OBgMkvi3a6ZpwW6fVX9zYK1Ql3fKIloHf9E2YTo5XcKFFlPw==
dependencies:
"@apollo/client" "^3.7.1"
"@cerc-io/cache" "^0.2.106"
"@cerc-io/ipld-eth-client" "^0.2.106"
"@cerc-io/cache" "^0.2.104"
"@cerc-io/ipld-eth-client" "^0.2.104"
"@cerc-io/libp2p" "^0.42.2-laconic-0.1.4"
"@cerc-io/nitro-node" "^0.1.15"
"@cerc-io/peer" "^0.2.106"
"@cerc-io/rpc-eth-client" "^0.2.106"
"@cerc-io/util" "^0.2.106"
"@cerc-io/peer" "^0.2.104"
"@cerc-io/rpc-eth-client" "^0.2.104"
"@cerc-io/util" "^0.2.104"
"@ethersproject/providers" "^5.4.4"
"@graphql-tools/utils" "^9.1.1"
"@ipld/dag-cbor" "^8.0.0"
@ -238,16 +238,16 @@
typeorm "0.2.37"
yargs "^17.0.1"
"@cerc-io/graph-node@^0.2.106":
version "0.2.106"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fgraph-node/-/0.2.106/graph-node-0.2.106.tgz#ad78cad7808803612df1ece681d3f543a095dc20"
integrity sha512-T5WuAuFUZP+EMVG7B22YgUHXxQzxCByU1u6gpvESVZsPOQIUn75/4LQpAvVfw/l71DDDHTCrG0KfadTvCnCz+A==
"@cerc-io/graph-node@^0.2.104":
version "0.2.104"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fgraph-node/-/0.2.104/graph-node-0.2.104.tgz#89add23dee5ca6eb9fcf8592e42e6d297e3b523f"
integrity sha512-cLPPxM5H9vT393j/k2TZ9nF4ExAdWv77FhvF9eE3jFVj6hFIbYf3fKlKMBEIXRa9j6jZS2mtaoSTGJ8D2RYgXg==
dependencies:
"@apollo/client" "^3.3.19"
"@cerc-io/assemblyscript" "0.19.10-watcher-ts-0.1.2"
"@cerc-io/cache" "^0.2.106"
"@cerc-io/ipld-eth-client" "^0.2.106"
"@cerc-io/util" "^0.2.106"
"@cerc-io/cache" "^0.2.104"
"@cerc-io/ipld-eth-client" "^0.2.104"
"@cerc-io/util" "^0.2.104"
"@types/json-diff" "^0.5.2"
"@types/yargs" "^17.0.0"
bn.js "^4.11.9"
@ -264,14 +264,14 @@
typeorm-naming-strategies "^2.0.0"
yargs "^17.0.1"
"@cerc-io/ipld-eth-client@^0.2.106":
version "0.2.106"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fipld-eth-client/-/0.2.106/ipld-eth-client-0.2.106.tgz#fa48bfa20ed89f0e462676b69f14aff5e612f53f"
integrity sha512-YVGfnyu3dQRLJZvk7zKt/DAB8N5oYpSTizwTY4rrPIY/F5Www/XEEGb2s95JpWtkGc3qqw9EhWYYTGn7FMmXRQ==
"@cerc-io/ipld-eth-client@^0.2.104":
version "0.2.104"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fipld-eth-client/-/0.2.104/ipld-eth-client-0.2.104.tgz#ba3d6ca6aefb0f87564e44aeeb358e11f2d19353"
integrity sha512-LAi5ZHZi/H9H0oFWdhFztqS9BZ0uQPLg5xvCV3KcnleM7ulvNbhRllgHG6+wico9A2/q/1ySE3RIT3e4XTA22g==
dependencies:
"@apollo/client" "^3.7.1"
"@cerc-io/cache" "^0.2.106"
"@cerc-io/util" "^0.2.106"
"@cerc-io/cache" "^0.2.104"
"@cerc-io/util" "^0.2.104"
cross-fetch "^3.1.4"
debug "^4.3.1"
ethers "^5.4.4"
@ -394,10 +394,10 @@
lodash "^4.17.21"
uint8arrays "^4.0.3"
"@cerc-io/peer@^0.2.106":
version "0.2.106"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fpeer/-/0.2.106/peer-0.2.106.tgz#be00031cfda26995299229f93217d124204fdb1a"
integrity sha512-RGGZZJSgOjHTtdpcB78S/Vdv8gbJsuB8JbXAB38ujpitVHq/vX2V0aRoaBZl248DuGUxLN0lMMeJiYqEFNvtjA==
"@cerc-io/peer@^0.2.104":
version "0.2.104"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fpeer/-/0.2.104/peer-0.2.104.tgz#f8757e42d4e730c183408f0e906e7008a04d0459"
integrity sha512-9ryGrstqpswq6fyy8pXGjcZdEhNNBMpHZJRzysPMbjYK2b1XG+VU9B8SiwLuaDbj65iHnePLVSJiw7GkOh7gKw==
dependencies:
"@cerc-io/libp2p" "^0.42.2-laconic-0.1.4"
"@cerc-io/prometheus-metrics" "1.1.4"
@ -466,23 +466,23 @@
it-stream-types "^1.0.4"
promjs "^0.4.2"
"@cerc-io/rpc-eth-client@^0.2.106":
version "0.2.106"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Frpc-eth-client/-/0.2.106/rpc-eth-client-0.2.106.tgz#c9c506c43f2865020bb93acec77fb512689648bc"
integrity sha512-/M9U1e2Wjm97bQyNYHsQrapNKA7KUzIFQQx/A8cN/wblMC3Ihe4rcV5eqdfT+ucKT47KoE4JVpCy1wKdJxRPVg==
"@cerc-io/rpc-eth-client@^0.2.104":
version "0.2.104"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Frpc-eth-client/-/0.2.104/rpc-eth-client-0.2.104.tgz#d0ac2497f8ce8471fc34498dcbea2bb796e73347"
integrity sha512-BsNtikVhTi30aUTBYRLUHcY1hpeLBcQ2NE7Id6FNrVPKG1PhnHeSIQQHk3vJiFW9m1oh4LLndvg4ws8B8nNCDA==
dependencies:
"@cerc-io/cache" "^0.2.106"
"@cerc-io/ipld-eth-client" "^0.2.106"
"@cerc-io/util" "^0.2.106"
"@cerc-io/cache" "^0.2.104"
"@cerc-io/ipld-eth-client" "^0.2.104"
"@cerc-io/util" "^0.2.104"
chai "^4.3.4"
ethers "^5.4.4"
left-pad "^1.3.0"
mocha "^8.4.0"
"@cerc-io/solidity-mapper@^0.2.106":
version "0.2.106"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fsolidity-mapper/-/0.2.106/solidity-mapper-0.2.106.tgz#758afe7c2b0f207d618ad05a2419cc2e4e1f967e"
integrity sha512-yhiOaozk52pFlpejUFjwk8wGrcFo8naJ4cMdYNVAjjnc2T1ANRVR1zOi07g3ylZI+lr86+c+sm5ySac5CCMT3Q==
"@cerc-io/solidity-mapper@^0.2.104":
version "0.2.104"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fsolidity-mapper/-/0.2.104/solidity-mapper-0.2.104.tgz#287a022ac2121b37cbce5809953bde65a7e12d07"
integrity sha512-VXm9dD78a3RT/FTLq1da84GEYTUnUU4maSZtNQspxX9jE88UEW2syg6Xq28shcl0Diu86iTUXzlT/E4lpEEvEA==
dependencies:
dotenv "^10.0.0"
@ -491,15 +491,15 @@
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fts-channel/-/1.0.3-ts-nitro-0.1.1/ts-channel-1.0.3-ts-nitro-0.1.1.tgz#0768781313a167295c0bf21307f47e02dc17e936"
integrity sha512-2jFICUSyffuZ+8+qRhXuLSJq4GJ6Y02wxiXoubH0Kzv2lIKkJtWICY1ZQQhtXAvP0ncAQB85WJHqtqwH8l7J3Q==
"@cerc-io/util@^0.2.106":
version "0.2.106"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Futil/-/0.2.106/util-0.2.106.tgz#65265c0b4b6078ca9bc765584f701ee52df71dc4"
integrity sha512-OgcdveALMLDmt7uK9btim7UrHapw5uAS6p/uJKFaXxdfXI7NFnAW+Vz1YD6M25qoGkbxFsdLWorccTnvUuoqtw==
"@cerc-io/util@^0.2.104":
version "0.2.104"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Futil/-/0.2.104/util-0.2.104.tgz#e8b6d2214182b9c20d2ad455bd7403efe347dd83"
integrity sha512-2uDbLQaYs9yg3/0SYFYEVNvEfeiU1FgH73FurQvoyy5woG11LI5bd77cpVPdrydbIrv3eE72k1D+FSKCY6QoVA==
dependencies:
"@apollo/utils.keyvaluecache" "^1.0.1"
"@cerc-io/nitro-node" "^0.1.15"
"@cerc-io/peer" "^0.2.106"
"@cerc-io/solidity-mapper" "^0.2.106"
"@cerc-io/peer" "^0.2.104"
"@cerc-io/solidity-mapper" "^0.2.104"
"@cerc-io/ts-channel" "1.0.3-ts-nitro-0.1.1"
"@ethersproject/properties" "^5.7.0"
"@ethersproject/providers" "^5.4.4"