@lodestar/validator 1.41.0-dev.be5acbb8f7 → 1.41.0-dev.c11b797bd6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/lib/buckets.js +2 -1
  2. package/lib/buckets.js.map +1 -1
  3. package/lib/genesis.js.map +1 -1
  4. package/lib/metrics.d.ts +1 -1
  5. package/lib/metrics.d.ts.map +1 -1
  6. package/lib/metrics.js +4 -2
  7. package/lib/metrics.js.map +1 -1
  8. package/lib/repositories/metaDataRepository.d.ts.map +1 -1
  9. package/lib/repositories/metaDataRepository.js.map +1 -1
  10. package/lib/services/attestation.d.ts +0 -20
  11. package/lib/services/attestation.d.ts.map +1 -1
  12. package/lib/services/attestation.js.map +1 -1
  13. package/lib/services/attestationDuties.d.ts +0 -20
  14. package/lib/services/attestationDuties.d.ts.map +1 -1
  15. package/lib/services/attestationDuties.js.map +1 -1
  16. package/lib/services/block.d.ts +0 -8
  17. package/lib/services/block.d.ts.map +1 -1
  18. package/lib/services/block.js.map +1 -1
  19. package/lib/services/blockDuties.d.ts +0 -31
  20. package/lib/services/blockDuties.d.ts.map +1 -1
  21. package/lib/services/blockDuties.js.map +1 -1
  22. package/lib/services/chainHeaderTracker.d.ts.map +1 -1
  23. package/lib/services/chainHeaderTracker.js.map +1 -1
  24. package/lib/services/doppelgangerService.d.ts.map +1 -1
  25. package/lib/services/doppelgangerService.js +2 -1
  26. package/lib/services/doppelgangerService.js.map +1 -1
  27. package/lib/services/emitter.d.ts +1 -3
  28. package/lib/services/emitter.d.ts.map +1 -1
  29. package/lib/services/emitter.js +2 -1
  30. package/lib/services/emitter.js.map +1 -1
  31. package/lib/services/externalSignerSync.js.map +1 -1
  32. package/lib/services/indices.d.ts +0 -2
  33. package/lib/services/indices.d.ts.map +1 -1
  34. package/lib/services/indices.js.map +1 -1
  35. package/lib/services/prepareBeaconProposer.js.map +1 -1
  36. package/lib/services/syncCommittee.d.ts +0 -19
  37. package/lib/services/syncCommittee.d.ts.map +1 -1
  38. package/lib/services/syncCommittee.js.map +1 -1
  39. package/lib/services/syncCommitteeDuties.d.ts +0 -20
  40. package/lib/services/syncCommitteeDuties.d.ts.map +1 -1
  41. package/lib/services/syncCommitteeDuties.js.map +1 -1
  42. package/lib/services/syncingStatusTracker.d.ts.map +1 -1
  43. package/lib/services/syncingStatusTracker.js.map +1 -1
  44. package/lib/services/utils.js.map +1 -1
  45. package/lib/services/validatorStore.d.ts +1 -1
  46. package/lib/services/validatorStore.d.ts.map +1 -1
  47. package/lib/services/validatorStore.js +2 -1
  48. package/lib/services/validatorStore.js.map +1 -1
  49. package/lib/slashingProtection/attestation/attestationByTargetRepository.d.ts.map +1 -1
  50. package/lib/slashingProtection/attestation/attestationByTargetRepository.js.map +1 -1
  51. package/lib/slashingProtection/attestation/attestationLowerBoundRepository.d.ts.map +1 -1
  52. package/lib/slashingProtection/attestation/attestationLowerBoundRepository.js.map +1 -1
  53. package/lib/slashingProtection/attestation/errors.js +2 -1
  54. package/lib/slashingProtection/attestation/errors.js.map +1 -1
  55. package/lib/slashingProtection/attestation/index.d.ts.map +1 -1
  56. package/lib/slashingProtection/attestation/index.js.map +1 -1
  57. package/lib/slashingProtection/block/blockBySlotRepository.d.ts.map +1 -1
  58. package/lib/slashingProtection/block/blockBySlotRepository.js.map +1 -1
  59. package/lib/slashingProtection/block/errors.js +2 -1
  60. package/lib/slashingProtection/block/errors.js.map +1 -1
  61. package/lib/slashingProtection/block/index.d.ts.map +1 -1
  62. package/lib/slashingProtection/block/index.js.map +1 -1
  63. package/lib/slashingProtection/index.d.ts.map +1 -1
  64. package/lib/slashingProtection/index.js.map +1 -1
  65. package/lib/slashingProtection/interchange/errors.js +2 -1
  66. package/lib/slashingProtection/interchange/errors.js.map +1 -1
  67. package/lib/slashingProtection/interchange/formats/completeV4.d.ts +1 -1
  68. package/lib/slashingProtection/interchange/formats/completeV4.d.ts.map +1 -1
  69. package/lib/slashingProtection/interchange/formats/completeV4.js.map +1 -1
  70. package/lib/slashingProtection/interchange/formats/v5.js.map +1 -1
  71. package/lib/slashingProtection/interchange/parseInterchange.js.map +1 -1
  72. package/lib/slashingProtection/interchange/serializeInterchange.js.map +1 -1
  73. package/lib/slashingProtection/minMaxSurround/distanceStoreRepository.d.ts.map +1 -1
  74. package/lib/slashingProtection/minMaxSurround/distanceStoreRepository.js.map +1 -1
  75. package/lib/slashingProtection/minMaxSurround/errors.js +2 -1
  76. package/lib/slashingProtection/minMaxSurround/errors.js.map +1 -1
  77. package/lib/slashingProtection/minMaxSurround/minMaxSurround.d.ts.map +1 -1
  78. package/lib/slashingProtection/minMaxSurround/minMaxSurround.js.map +1 -1
  79. package/lib/slashingProtection/utils.d.ts +1 -1
  80. package/lib/slashingProtection/utils.d.ts.map +1 -1
  81. package/lib/slashingProtection/utils.js.map +1 -1
  82. package/lib/util/batch.js.map +1 -1
  83. package/lib/util/clock.d.ts +0 -6
  84. package/lib/util/clock.d.ts.map +1 -1
  85. package/lib/util/clock.js +2 -1
  86. package/lib/util/clock.js.map +1 -1
  87. package/lib/util/difference.js.map +1 -1
  88. package/lib/util/externalSignerClient.js +2 -1
  89. package/lib/util/externalSignerClient.js.map +1 -1
  90. package/lib/util/format.js.map +1 -1
  91. package/lib/util/logger.js.map +1 -1
  92. package/lib/util/params.js.map +1 -1
  93. package/lib/util/url.js.map +1 -1
  94. package/lib/validator.d.ts +1 -1
  95. package/lib/validator.d.ts.map +1 -1
  96. package/lib/validator.js.map +1 -1
  97. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/validator",
3
- "version": "1.41.0-dev.be5acbb8f7",
3
+ "version": "1.41.0-dev.c11b797bd6",
4
4
  "description": "A Typescript implementation of the validator client",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "Apache-2.0",
@@ -23,11 +23,11 @@
23
23
  ],
24
24
  "scripts": {
25
25
  "clean": "rm -rf lib && rm -f *.tsbuildinfo",
26
- "build": "tsc -p tsconfig.build.json",
26
+ "build": "tsgo -p tsconfig.build.json",
27
27
  "build:release": "pnpm clean && pnpm run build",
28
28
  "build:watch": "pnpm run build --watch",
29
29
  "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
30
- "check-types": "tsc",
30
+ "check-types": "tsgo",
31
31
  "lint": "biome check src/ test/",
32
32
  "lint:fix": "pnpm run lint --write",
33
33
  "test:unit": "vitest run --project unit --project unit-minimal",
@@ -50,21 +50,21 @@
50
50
  "dependencies": {
51
51
  "@chainsafe/blst": "^2.2.0",
52
52
  "@chainsafe/ssz": "^1.2.2",
53
- "@lodestar/api": "^1.41.0-dev.be5acbb8f7",
54
- "@lodestar/config": "^1.41.0-dev.be5acbb8f7",
55
- "@lodestar/db": "^1.41.0-dev.be5acbb8f7",
56
- "@lodestar/params": "^1.41.0-dev.be5acbb8f7",
57
- "@lodestar/state-transition": "^1.41.0-dev.be5acbb8f7",
58
- "@lodestar/types": "^1.41.0-dev.be5acbb8f7",
59
- "@lodestar/utils": "^1.41.0-dev.be5acbb8f7",
53
+ "@lodestar/api": "^1.41.0-dev.c11b797bd6",
54
+ "@lodestar/config": "^1.41.0-dev.c11b797bd6",
55
+ "@lodestar/db": "^1.41.0-dev.c11b797bd6",
56
+ "@lodestar/params": "^1.41.0-dev.c11b797bd6",
57
+ "@lodestar/state-transition": "^1.41.0-dev.c11b797bd6",
58
+ "@lodestar/types": "^1.41.0-dev.c11b797bd6",
59
+ "@lodestar/utils": "^1.41.0-dev.c11b797bd6",
60
60
  "strict-event-emitter-types": "^2.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@lodestar/logger": "^1.41.0-dev.be5acbb8f7",
64
- "@lodestar/spec-test-util": "^1.41.0-dev.be5acbb8f7",
65
- "@lodestar/test-utils": "^1.41.0-dev.be5acbb8f7",
63
+ "@lodestar/logger": "^1.41.0-dev.c11b797bd6",
64
+ "@lodestar/spec-test-util": "^1.41.0-dev.c11b797bd6",
65
+ "@lodestar/test-utils": "^1.41.0-dev.c11b797bd6",
66
66
  "@vekexasia/bigint-buffer2": "^1.1.0",
67
67
  "rimraf": "^4.4.1"
68
68
  },
69
- "gitHead": "daf32e31b38dd272b28016e37de0d0419ce72864"
69
+ "gitHead": "f14e9a059bf337bca53b01b7c8deb1e8a0b3b827"
70
70
  }