libethsync/CHANGELOG.md

8.6 KiB

0.1.0-develop.33 (2023-07-13)

0.1.0-develop.32 (2023-07-13)

Features

  • add getCurrentBlock and getLastBlock methods (661e146)

0.1.0-develop.31 (2023-07-13)

0.1.0-develop.30 (2023-07-13)

0.1.0-develop.29 (2023-07-13)

0.1.0-develop.28 (2023-07-13)

Bug Fixes

  • add optimisticUpdateCallback to client factory (c3b47e6)
  • add optimisticUpdateCallback to options (464fb21)
  • pass client to prover after creating client in factory. don't try to parse thr messages (481757e)
  • simplify logic and use LightClientUpdate.fromJson (17cb002)
  • use _client not client (76e22fa)

0.1.0-develop.27 (2023-07-12)

Bug Fixes

0.1.0-develop.26 (2023-07-12)

0.1.0-develop.25 (2023-07-12)

0.1.0-develop.24 (2023-07-11)

Bug Fixes

  • syncFromGenesis was a no-op (822b0b4)

0.1.0-develop.23 (2023-07-11)

Reverts

  • Revert "fix: ensure @ethereumjs/util matches the version required by @ethereumjs/evm" (bad87ac)

0.1.0-develop.22 (2023-07-11)

Bug Fixes

  • ensure @ethereumjs/util matches the version required by @ethereumjs/evm (0949e8d)

0.1.0-develop.21 (2023-07-11)

Bug Fixes

0.1.0-develop.20 (2023-07-11)

0.1.0-develop.19 (2023-07-11)

Features

  • add getter for provider (b85e177)

0.1.0-develop.18 (2023-07-11)

Bug Fixes

  • update ProverRequestCallback type to return a promise (0884030)

0.1.0-develop.17 (2023-07-11)

Bug Fixes

  • beacon url is not used on the client side (f353b3e)

0.1.0-develop.16 (2023-07-11)

Bug Fixes

  • fix reference to isValidLightClientHeader (0f8746d)

0.1.0-develop.15 (2023-07-11)

Bug Fixes

  • implement isValidLightClientHeader (6f07421)

0.1.0-develop.14 (2023-07-11)

Bug Fixes

  • further chainConfig fixes (8b11911)

0.1.0-develop.13 (2023-07-11)

Bug Fixes

  • use call to getDefaultClientConfig to get chain config (948d4d6)

0.1.0-develop.12 (2023-07-11)

Bug Fixes

  • fix usage of deserializeSyncCommittee (80fdc45)

0.1.0-develop.11 (2023-07-11)

Bug Fixes

  • return data property from update (a5c0153)

0.1.0-develop.10 (2023-07-11)

0.1.0-develop.9 (2023-07-11)

Bug Fixes

  • getConsensusOptimisticUpdate does not return (67827c3)

0.1.0-develop.8 (2023-07-11)

0.1.0-develop.7 (2023-07-11)

Bug Fixes

0.1.0-develop.6 (2023-07-11)

0.1.0-develop.5 (2023-07-11)

Bug Fixes

  • add missing methods to IStore interface (52aca21)

0.1.0-develop.4 (2023-07-11)

Bug Fixes

  • add getter for store in baseclient (3a48a52)

0.1.0-develop.3 (2023-07-11)

Bug Fixes

0.1.0-develop.2 (2023-07-11)

Bug Fixes

0.1.0-develop.1 (2023-07-11)

Bug Fixes

  • add missing repository to package.json (127b1aa)
  • export createDefaultClient (5d1bdec)

Features