Eigensdk

Latest version: v0.0.3

Safety actively analyzes 714860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.1.3

What's Changed
* fix outdated logs and comments in operatorpubkeys service by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/150
* cleaned all the old baggage in crypto/bls by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/151
* Remove signer from txn manager by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/152
* [Hotwallet] Return sender address & set gas fee by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/154
* Few fixes on `Wallet` implementation by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/155
* Add holesky asset ID for Fireblocks client by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/156


**Full Changelog**: https://github.com/Layr-Labs/eigensdk-go/compare/v0.1.2...v0.1.3

0.1.2

What's Changed
* fix outdated/innaccurate comments by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/118
* added GetOperatorID function by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/122
* [HotWallet] Add Fireblocks client by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/123
* Enhance description of egnaddrs utility for better clarity by DanielBoye in https://github.com/Layr-Labs/eigensdk-go/pull/119
* Improved key generation with factory pattern by DanielBoye in https://github.com/Layr-Labs/eigensdk-go/pull/120
* [HotWallet] Add `txsender` by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/124
* [HotWallet] Rename `txsender` to `wallet` by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/132
* make contracts struct in privatekey-txsender constructor by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/135
* Replace `EthBackend` to `eth.Client` in `txmgr` by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/133
* [HotWallet] Handle Transaction Replacement at Fireblock Wallet by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/134
* Fix panic on send tx by uri-lightblocks in https://github.com/Layr-Labs/eigensdk-go/pull/139
* Updates to slog to make it the default feature-full logger by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/127
* Bump go.uber.org/zap from 1.26.0 to 1.27.0 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/128
* Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/137
* remove hardcoded chainid in clients builder by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/145
* Update mocks by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/147
* Add basic types with slog logvalues by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/146
* Bump go.uber.org/mock from 0.3.0 to 0.4.0 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/93
* image-type-error-msg-spacing-fix by cd-sigma in https://github.com/Layr-Labs/eigensdk-go/pull/148
* Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/149
* Bump github.com/ethereum/go-ethereum from 1.13.12 to 1.13.14 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/138
* Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.29.1 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/140

New Contributors
* uri-lightblocks made their first contribution in https://github.com/Layr-Labs/eigensdk-go/pull/139
* cd-sigma made their first contribution in https://github.com/Layr-Labs/eigensdk-go/pull/148

**Full Changelog**: https://github.com/Layr-Labs/eigensdk-go/compare/v0.1.1...v0.1.2

0.1.1

Important Notes
We deployed a new set of contracts to goerli which had some breaking changes. We updated the bindings to use those from the [testnet](https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/testnet) middleware release. Still having issues with consistent tags/releases across repos internally, but we're working on it!

What's Changed
* Refactoring and updating documentation links and formatting by DanielBoye in https://github.com/Layr-Labs/eigensdk-go/pull/110
* add slog implementation by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/107
* Bump github.com/google/uuid from 1.5.0 to 1.6.0 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/105
* update avsregistrywriter mock by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/111
* Testnet release by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/112
* added error logs for avs reader/writer clients by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/115
* we were printing tx hash of half-built transactions, which was pointless by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/114
* Bump github.com/ethereum/go-ethereum from 1.13.8 to 1.13.12 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/113

New Contributors
* DanielBoye made their first contribution in https://github.com/Layr-Labs/eigensdk-go/pull/110

**Full Changelog**: https://github.com/Layr-Labs/eigensdk-go/compare/v0.1.0...v0.1.1

0.1.0

Notable changes
* A lot of smart contract binding upgrades which will break existing integrations from v0.0.9

What's Changed
* update errors and tests by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/98
* updated bindings to use m2-mainnet contracts and fixed all broken dependencies by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/91
* Fix isOperatorRegistered by MaanavKhaitan in https://github.com/Layr-Labs/eigensdk-go/pull/102
* just changes name and added comment to explaining registering stuff by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/103

New Contributors
* MaanavKhaitan made their first contribution in https://github.com/Layr-Labs/eigensdk-go/pull/102

**Full Changelog**: https://github.com/Layr-Labs/eigensdk-go/compare/v0.0.9...v0.1.0

0.0.9

What's Changed
* Samlaf/update contracts to eigenlayer middleware repo by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/72
* Fix typos by omahs in https://github.com/Layr-Labs/eigensdk-go/pull/74
* validate bls key file contents by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/81
* return better error for image extension mismatch by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/77
* update contribution guideline by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/85
* refactor chainio clients by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/73
* tx mgr for onchain transactions by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/75
* remove coverage flag from test command in makefile by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/87
* Bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/84
* add actual images for tests and check mimetype by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/89
* Bump github.com/google/uuid from 1.4.0 to 1.5.0 by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/88

New Contributors
* omahs made their first contribution in https://github.com/Layr-Labs/eigensdk-go/pull/74

**Full Changelog**: https://github.com/Layr-Labs/eigensdk-go/compare/v0.0.8...v0.0.9

0.0.8

What's Changed
* [EgnKey] Generate ECDSA and BLS keys with both-key-type by siddimore in https://github.com/Layr-Labs/eigensdk-go/pull/61
* updated metrics and nodeapi readme by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/65
* added egnaddrs binary by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/50
* implemented store command for ecdsa by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/68
* updated nodeapi by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/71
* skip metrics collection when oeprator has not registered yet by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/70

New Contributors
* siddimore made their first contribution in https://github.com/Layr-Labs/eigensdk-go/pull/61

**Full Changelog**: https://github.com/Layr-Labs/eigensdk-go/compare/v0.0.7...v0.0.8

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.