Upgrade dependencies for block processing offset option

This commit is contained in:
Prathamesh Musale 2024-06-10 16:25:29 +05:30
parent 6e1a2a7ee9
commit 230edd61d5
3 changed files with 55 additions and 52 deletions

View File

@ -92,6 +92,9 @@
subgraphEventsOrder = true subgraphEventsOrder = true
blockDelayInMilliSecs = 30000 blockDelayInMilliSecs = 30000
# Number of blocks by which block processing lags behind head
blockProcessingOffset = 16
# Boolean to switch between modes of processing events when starting the server. # Boolean to switch between modes of processing events when starting the server.
# Setting to true will fetch filtered events and required blocks in a range of blocks and then process them. # Setting to true will fetch filtered events and required blocks in a range of blocks and then process them.
# Setting to false will fetch blocks consecutively with its events and then process them (Behaviour is followed in realtime processing near head). # Setting to false will fetch blocks consecutively with its events and then process them (Behaviour is followed in realtime processing near head).

View File

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

View File

@ -199,10 +199,10 @@
binaryen "101.0.0-nightly.20210723" binaryen "101.0.0-nightly.20210723"
long "^4.0.0" long "^4.0.0"
"@cerc-io/cache@^0.2.96": "@cerc-io/cache@^0.2.97":
version "0.2.96" version "0.2.97"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcache/-/0.2.96/cache-0.2.96.tgz#93bdef1d1bc87cf0c52979f8a9aec3065db5e1bc" resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcache/-/0.2.97/cache-0.2.97.tgz#996380c8cf842efd84ca1763720b4a4c97f2dd9f"
integrity sha512-Q+ESew2+qTxNrEcBnQiogCxI1UN6nDllAv8KFnxwD+C6oY/JjAMtDLbSHw+Er/OVwqhpMF0UUXzkIPI4qmGfDA== integrity sha512-O7qcuNt1+5ufRGFBeuWVALjFpu4oMn5OEqnhTqCLQuJ6FaosFArH7PFAYSyZfjYmE4UQRpAbzfpRj1EdhzU7Pg==
dependencies: dependencies:
canonical-json "^0.0.4" canonical-json "^0.0.4"
debug "^4.3.1" debug "^4.3.1"
@ -210,19 +210,19 @@
fs-extra "^10.0.0" fs-extra "^10.0.0"
level "^7.0.0" level "^7.0.0"
"@cerc-io/cli@^0.2.96": "@cerc-io/cli@^0.2.97":
version "0.2.96" version "0.2.97"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcli/-/0.2.96/cli-0.2.96.tgz#ffc44af774dfe7022f8d15e35dbc112c6e4a8b52" resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcli/-/0.2.97/cli-0.2.97.tgz#6aab38e5db520ea2f600fb6cd9f64566e80d3e81"
integrity sha512-ps7bmGwRQscQ8ZT7noId+KQdZA4l0SCa7jAGx/EoGF+KNTMVy1YsPpUSuccqjFRp4BzWj2ZOnE4WMJycVXWVMQ== integrity sha512-F9o1LTQx5fEHMLL4HShhplHtDGZ565+71NBwiIV1dnfqz8HOxXIRDffGRHKl56EBWWkdxNis2vMIcLz98r9RfA==
dependencies: dependencies:
"@apollo/client" "^3.7.1" "@apollo/client" "^3.7.1"
"@cerc-io/cache" "^0.2.96" "@cerc-io/cache" "^0.2.97"
"@cerc-io/ipld-eth-client" "^0.2.96" "@cerc-io/ipld-eth-client" "^0.2.97"
"@cerc-io/libp2p" "^0.42.2-laconic-0.1.4" "@cerc-io/libp2p" "^0.42.2-laconic-0.1.4"
"@cerc-io/nitro-node" "^0.1.15" "@cerc-io/nitro-node" "^0.1.15"
"@cerc-io/peer" "^0.2.96" "@cerc-io/peer" "^0.2.97"
"@cerc-io/rpc-eth-client" "^0.2.96" "@cerc-io/rpc-eth-client" "^0.2.97"
"@cerc-io/util" "^0.2.96" "@cerc-io/util" "^0.2.97"
"@ethersproject/providers" "^5.4.4" "@ethersproject/providers" "^5.4.4"
"@graphql-tools/utils" "^9.1.1" "@graphql-tools/utils" "^9.1.1"
"@ipld/dag-cbor" "^8.0.0" "@ipld/dag-cbor" "^8.0.0"
@ -243,16 +243,16 @@
typeorm "0.2.37" typeorm "0.2.37"
yargs "^17.0.1" yargs "^17.0.1"
"@cerc-io/graph-node@^0.2.96": "@cerc-io/graph-node@^0.2.97":
version "0.2.96" version "0.2.97"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fgraph-node/-/0.2.96/graph-node-0.2.96.tgz#d7f372f8487c87527e14131fb1d71590054c3ef0" resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fgraph-node/-/0.2.97/graph-node-0.2.97.tgz#31b49709123a513dbb043cbb05d60958973a72c0"
integrity sha512-NOx+kKK+OKZjElYupRPBbyKNQ2l6avobXUDh6cZtYxPWTkpbFyDgyTi5N97OdCNqTY0x788MMxTA6VQBkhTViw== integrity sha512-v7PK2M4f41Z8ESm0QNaP3arGZdpMGO+Z4z3jp3+vISlzPkDdiY/Vmjzv8Sl5kI0LBm3ifziCRPxnBYJeLMj6GA==
dependencies: dependencies:
"@apollo/client" "^3.3.19" "@apollo/client" "^3.3.19"
"@cerc-io/assemblyscript" "0.19.10-watcher-ts-0.1.2" "@cerc-io/assemblyscript" "0.19.10-watcher-ts-0.1.2"
"@cerc-io/cache" "^0.2.96" "@cerc-io/cache" "^0.2.97"
"@cerc-io/ipld-eth-client" "^0.2.96" "@cerc-io/ipld-eth-client" "^0.2.97"
"@cerc-io/util" "^0.2.96" "@cerc-io/util" "^0.2.97"
"@types/json-diff" "^0.5.2" "@types/json-diff" "^0.5.2"
"@types/yargs" "^17.0.0" "@types/yargs" "^17.0.0"
bn.js "^4.11.9" bn.js "^4.11.9"
@ -269,14 +269,14 @@
typeorm-naming-strategies "^2.0.0" typeorm-naming-strategies "^2.0.0"
yargs "^17.0.1" yargs "^17.0.1"
"@cerc-io/ipld-eth-client@^0.2.96": "@cerc-io/ipld-eth-client@^0.2.97":
version "0.2.96" version "0.2.97"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fipld-eth-client/-/0.2.96/ipld-eth-client-0.2.96.tgz#5baa23fdf24cd502a636ce794221070acf8a48a3" resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fipld-eth-client/-/0.2.97/ipld-eth-client-0.2.97.tgz#1ba6a774b6ee944bb6dea9977ad11b35e17a1a3e"
integrity sha512-g8e1voATy4BsG0tJ65kv4+HwSBve3sNv0Qw9PlBFHp3bz4N8ra2fW55vH1cWd0aXxhH+L9FXYO/UGDnhzDLvGQ== integrity sha512-AuH//S/IPJ1NQ2zfizBLLDHv6HEbpSliTkR+SgexzECtAZwRmbmZ9x+4fdN5EnRMS1W7LJ1FmcyXjarRBCBAiA==
dependencies: dependencies:
"@apollo/client" "^3.7.1" "@apollo/client" "^3.7.1"
"@cerc-io/cache" "^0.2.96" "@cerc-io/cache" "^0.2.97"
"@cerc-io/util" "^0.2.96" "@cerc-io/util" "^0.2.97"
cross-fetch "^3.1.4" cross-fetch "^3.1.4"
debug "^4.3.1" debug "^4.3.1"
ethers "^5.4.4" ethers "^5.4.4"
@ -429,10 +429,10 @@
unique-names-generator "^4.7.1" unique-names-generator "^4.7.1"
yargs "^17.0.1" yargs "^17.0.1"
"@cerc-io/peer@^0.2.96": "@cerc-io/peer@^0.2.97":
version "0.2.96" version "0.2.97"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fpeer/-/0.2.96/peer-0.2.96.tgz#3de10d2f4792a358baa122a2acc6f6758595e087" resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fpeer/-/0.2.97/peer-0.2.97.tgz#6b386a53220bb4b026337eb2ef4246b3eeb947f9"
integrity sha512-OKoFhDmFVYWOCUHBBmNYVKdBHUEC15nnKPQQ/kG+LQbS/Dg1FYC0sO7GQWrHApa1B6yXS8RLwoGjaXuoJhpt+A== integrity sha512-ylJslts/q6uGVlHS27GiHKYVpTTTv/4vryexxqDPA45YJRk0vCleqRDPehRQr40kCgBQjG9W92Uwcwr7HcSQxQ==
dependencies: dependencies:
"@cerc-io/libp2p" "^0.42.2-laconic-0.1.4" "@cerc-io/libp2p" "^0.42.2-laconic-0.1.4"
"@cerc-io/prometheus-metrics" "1.1.4" "@cerc-io/prometheus-metrics" "1.1.4"
@ -471,23 +471,23 @@
it-stream-types "^1.0.4" it-stream-types "^1.0.4"
promjs "^0.4.2" promjs "^0.4.2"
"@cerc-io/rpc-eth-client@^0.2.96": "@cerc-io/rpc-eth-client@^0.2.97":
version "0.2.96" version "0.2.97"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Frpc-eth-client/-/0.2.96/rpc-eth-client-0.2.96.tgz#ec0fa853839c73df6d2959a2f84fb4bad181f5e0" resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Frpc-eth-client/-/0.2.97/rpc-eth-client-0.2.97.tgz#b854a4ac3eaeeb8b67cb79963b32230c1a3f56db"
integrity sha512-ejDV/OlvYrhL98njSMVkyXHxYBMm5LOoMEeS1RiawR/yPYvVJgpaWdWnm607uPYQiqBxdYwq9PNZr49Lt4ZfhQ== integrity sha512-b9FbiuKKYWYaDDwfABiqItazNqkXi7YdWFmJ2mLTPGfnUT7OVKFji8LcWAsmubjTQb1mVhyHPz1y+bqAvhyxHA==
dependencies: dependencies:
"@cerc-io/cache" "^0.2.96" "@cerc-io/cache" "^0.2.97"
"@cerc-io/ipld-eth-client" "^0.2.96" "@cerc-io/ipld-eth-client" "^0.2.97"
"@cerc-io/util" "^0.2.96" "@cerc-io/util" "^0.2.97"
chai "^4.3.4" chai "^4.3.4"
ethers "^5.4.4" ethers "^5.4.4"
left-pad "^1.3.0" left-pad "^1.3.0"
mocha "^8.4.0" mocha "^8.4.0"
"@cerc-io/solidity-mapper@^0.2.96": "@cerc-io/solidity-mapper@^0.2.97":
version "0.2.96" version "0.2.97"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fsolidity-mapper/-/0.2.96/solidity-mapper-0.2.96.tgz#d51ff5ee8922b5271038ac127186005845ea62f9" resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fsolidity-mapper/-/0.2.97/solidity-mapper-0.2.97.tgz#a7f666b00ce7a8867746a855d92575b09f1ca5eb"
integrity sha512-bISnByQJhlNQgP7KTDQAlWvyjBJlcNHSg2d3XuvZeloxoLjtmQXD2WgZhyeQ6iS2FVKAmeRJQKGdpQmxhNk4xA== integrity sha512-hUdqZ20NYa1NpbFs7z2AiInVGxjtAznE31uydRg1A20EN9csKUJ8+FP2C7ilFnB/UdB1qFVecB3QSw9Zc7TlUg==
dependencies: dependencies:
dotenv "^10.0.0" dotenv "^10.0.0"
@ -496,15 +496,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" 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== integrity sha512-2jFICUSyffuZ+8+qRhXuLSJq4GJ6Y02wxiXoubH0Kzv2lIKkJtWICY1ZQQhtXAvP0ncAQB85WJHqtqwH8l7J3Q==
"@cerc-io/util@^0.2.96": "@cerc-io/util@^0.2.97":
version "0.2.96" version "0.2.97"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Futil/-/0.2.96/util-0.2.96.tgz#231f8a01cee04baf9e09e6233caca07ca6233dc6" resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Futil/-/0.2.97/util-0.2.97.tgz#5bc0865cfda68660215d59604cf42fb6c5b74352"
integrity sha512-sm5m6sn0/QsWpabShafx4SBZStcOpOXS+TaNZndiUELoyNinMM2ZfG8ABYAawySGOz4bwhBEoqBJ9cAxjmqW4w== integrity sha512-wtpffWlXyc3+iEgX6bSD4+fWDTVqu9ryiD8mYtb+eTcK7/gA+VsGqzeDBD7tvEa6+cLpW6PqIc8ZpsMS62dASQ==
dependencies: dependencies:
"@apollo/utils.keyvaluecache" "^1.0.1" "@apollo/utils.keyvaluecache" "^1.0.1"
"@cerc-io/nitro-node" "^0.1.15" "@cerc-io/nitro-node" "^0.1.15"
"@cerc-io/peer" "^0.2.96" "@cerc-io/peer" "^0.2.97"
"@cerc-io/solidity-mapper" "^0.2.96" "@cerc-io/solidity-mapper" "^0.2.97"
"@cerc-io/ts-channel" "1.0.3-ts-nitro-0.1.1" "@cerc-io/ts-channel" "1.0.3-ts-nitro-0.1.1"
"@ethersproject/properties" "^5.7.0" "@ethersproject/properties" "^5.7.0"
"@ethersproject/providers" "^5.4.4" "@ethersproject/providers" "^5.4.4"