Eigensdk

Latest version: v0.0.3

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

Scan your dependencies

Page 1 of 5

0.2.0beta.1

What's Changed
* fix: generate am from delegation manager by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/425


**Full Changelog**: https://github.com/Layr-Labs/eigensdk-go/compare/v0.2.0-beta...v0.2.0-beta.1

0.2.0beta

Notable Changes
* Slashing and operator set upgrade
* Tracking eigenlayer middleware - https://github.com/Layr-Labs/eigenlayer-middleware/tree/feat/slashing-release-branch
* Tracking eigenlayer core - https://github.com/Layr-Labs/eigenlayer-contracts/releases/tag/v1.0.2

What's Changed
* chore: update to latest dev contracts by gpabst in https://github.com/Layr-Labs/eigensdk-go/pull/397
* feat: add ProcessClaims convenience method for batch claiming by gpabst in https://github.com/Layr-Labs/eigensdk-go/pull/399
* feat: methods to set and read operator avs split by gpabst in https://github.com/Layr-Labs/eigensdk-go/pull/401
* feat: convenience methods to get/set operator PI split by gpabst in https://github.com/Layr-Labs/eigensdk-go/pull/406
* Update go.mod by anupsv in https://github.com/Layr-Labs/eigensdk-go/pull/411
* feat: slashing by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/342

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

**Full Changelog**: https://github.com/Layr-Labs/eigensdk-go/compare/v0.1.13...v0.2.0-beta

v0.1.12-mainnet
Contracts
This release points to
* EigenLayer Middleware - https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/v0.4.3-mainnet-rewards
* EigenLayer Core Contracts - https://github.com/Layr-Labs/eigenlayer-contracts/releases/tag/v0.4.3-mainnet-rewards-foundation-incentives

What's Changed
* chore(deps): bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/346
* add fn for get claimed rewards by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/357
* ci: add merge group to CI by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/370
* Avoid panic in ReadStringFromSecretManager in secretmanager.go by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/344
* Remove unused code in utils.go by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/347
* add timeout to metrics server by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/368
* Add compliance tests by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/339
* Chaging data types to avoid dangerous conversions by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/348
* Change rand library for a a cryptographically secure random number generator one by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/349
* Cleaning file path before using it by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/353
* Remove panic in BuildAll by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/354
* Change the way exec.Command is called to sanitize parameters by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/356
* Documentation in NewBlsAggregatorService by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/358
* Add AvsRegistry tests by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/360
* Reduce permissions for file created according to CWE-276 by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/355
* Add ElContracts Reader tests by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/369
* Change the usage of the element in for loop to avoid memory aliasing by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/352
* Add Egnkey tests by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/377
* Add Signer tests by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/373
* Remove ReadFile util by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/376
* Get operator stake in quorums of operator at current block race condition by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/371
* chore: clean up elcontracts to take context by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/383
* Add Instrumented Client tests by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/372
* Add ElContracts Writer tests by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/361
* Add BLS Aggregation window waiting after quorum by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/386
* chore: remove unused methods by gpabst in https://github.com/Layr-Labs/eigensdk-go/pull/387
* Update to mainnet rewards v0.4.3 by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/407

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

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

0.1.13

What's Changed
* chore(deps): bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible by dependabot in https://github.com/Layr-Labs/eigensdk-go/pull/346
* add fn for get claimed rewards by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/357
* ci: add merge group to CI by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/370
* Avoid panic in ReadStringFromSecretManager in secretmanager.go by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/344
* Remove unused code in utils.go by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/347
* add timeout to metrics server by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/368
* Add compliance tests by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/339
* Chaging data types to avoid dangerous conversions by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/348
* Change rand library for a a cryptographically secure random number generator one by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/349
* Cleaning file path before using it by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/353
* Remove panic in BuildAll by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/354
* Change the way exec.Command is called to sanitize parameters by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/356
* Documentation in NewBlsAggregatorService by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/358
* Add AvsRegistry tests by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/360
* Reduce permissions for file created according to CWE-276 by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/355
* Add ElContracts Reader tests by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/369
* Change the usage of the element in for loop to avoid memory aliasing by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/352
* Add Egnkey tests by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/377
* Add Signer tests by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/373
* Remove ReadFile util by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/376
* Get operator stake in quorums of operator at current block race condition by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/371
* chore: clean up elcontracts to take context by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/383
* Add Instrumented Client tests by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/372
* Add ElContracts Writer tests by pablodeymo in https://github.com/Layr-Labs/eigensdk-go/pull/361
* Add BLS Aggregation window waiting after quorum by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/386

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

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

0.1.12

What's Changed
* fix: rpc request duration in seconds by renlulu in https://github.com/Layr-Labs/eigensdk-go/pull/338
* Prevent Duplicate Signature Processing in BLS Aggregator by afkbyte in https://github.com/Layr-Labs/eigensdk-go/pull/345
* fix: race condition when querying registered operators data by ricomateo in https://github.com/Layr-Labs/eigensdk-go/pull/343

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

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

0.1.11

What's Changed
* Add read only builder by juanbono in https://github.com/Layr-Labs/eigensdk-go/pull/326
* feat: modularize bindings generation by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/329
* feat: check quorums registered detail by renlulu in https://github.com/Layr-Labs/eigensdk-go/pull/331
* refactor: handle zero bitmap by renlulu in https://github.com/Layr-Labs/eigensdk-go/pull/332
* fest: support start/stop blocks for querying operator info(pubkey and socket) by renlulu in https://github.com/Layr-Labs/eigensdk-go/pull/334
* chore: test util funcs by estensen in https://github.com/Layr-Labs/eigensdk-go/pull/336
* feat: add observability to bls aggregation service by taturosati in https://github.com/Layr-Labs/eigensdk-go/pull/315
* Compliance tests by TomasArrachea in https://github.com/Layr-Labs/eigensdk-go/pull/337
* feat: add checkclaim method by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/341

New Contributors
* juanbono made their first contribution in https://github.com/Layr-Labs/eigensdk-go/pull/326
* taturosati made their first contribution in https://github.com/Layr-Labs/eigensdk-go/pull/315
* TomasArrachea made their first contribution in https://github.com/Layr-Labs/eigensdk-go/pull/337

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

0.1.10

What's Changed
* refactor: remove interfaces of el reader writer by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/301
* chore: mock to fake by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/302
* chore: remove logs mock and deprecate signer by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/303
* fix slog logger constructor nil pointer bug by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/296
* Update fireblocks get asset addresses endpoint by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/307
* refactor: eth client and logger by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/304
* Add missing fields in fireblocks AssetAddress struct by ian-shim in https://github.com/Layr-Labs/eigensdk-go/pull/308
* feat: add eigenpod bindings by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/311
* add charcaters to regex by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/313
* update: eigensdk bindings for operator set by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/305
* feat: add set operator commission bips method by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/318
* bug: fix avs directory init by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/319
* refactor: encrypt bls key to json string by renlulu in https://github.com/Layr-Labs/eigensdk-go/pull/316
* chore: deprecate earning receiver address by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/320
* Update README.md by NimaVaziri in https://github.com/Layr-Labs/eigensdk-go/pull/321
* Add gas bumping txmgr by samlaf in https://github.com/Layr-Labs/eigensdk-go/pull/284
* feat: send txn without waiting for tx receipt by renlulu in https://github.com/Layr-Labs/eigensdk-go/pull/323
* chore: update middleware to latest operator set by shrimalmadhur in https://github.com/Layr-Labs/eigensdk-go/pull/327

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

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

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.