Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #545

Closed
wants to merge 1 commit into from
Closed

chore: release #545

wants to merge 1 commit into from

Conversation

webb-spider[bot]
Copy link
Contributor

@webb-spider webb-spider bot commented Dec 12, 2024

🤖 New release

  • gadget-blueprint-proc-macro-core: 0.3.1 -> 0.3.2 (✓ API compatible changes)
  • gadget-std: 0.1.0
  • gadget-clients: 0.1.0
  • gadget-client-core: 0.1.0
  • gadget-client-eigenlayer: 0.1.0
  • gadget-config: 0.1.0
  • gadget-keystore: 0.1.0
  • gadget-crypto: 0.1.0
  • gadget-crypto-bls: 0.1.0
  • gadget-crypto-core: 0.1.0
  • gadget-crypto-hashing: 0.1.0
  • gadget-crypto-bn254: 0.1.0
  • gadget-crypto-ed25519: 0.1.0
  • gadget-crypto-k256: 0.1.0
  • gadget-crypto-sp-core: 0.1.0
  • gadget-crypto-sr25519: 0.1.0
  • gadget-crypto-tangle-pair-signer: 0.1.0
  • gadget-networking: 0.1.0
  • gadget-logging: 0.1.0
  • gadget-utils-evm: 0.1.0
  • gadget-anvil-testing-utils: 0.1.0
  • gadget-utils: 0.1.0
  • gadget-utils-eigenlayer: 0.1.0
  • gadget-utils-tangle: 0.1.0
  • gadget-testing-utils: 0.1.0
  • gadget-core-testing-utils: 0.1.0
  • gadget-event-listeners: 0.1.0
  • gadget-event-listeners-core: 0.1.0
  • gadget-event-listeners-cronjob: 0.1.0
  • gadget-event-listeners-evm: 0.1.0
  • gadget-stores: 0.1.0
  • gadget-store-local-database: 0.1.0
  • gadget-event-listeners-tangle: 0.1.0
  • gadget-blueprint-serde: 0.3.1 -> 0.3.2 (✓ API compatible changes)
  • gadget-contexts: 0.1.0
  • gadget-runners: 0.1.0
  • gadget-runner-core: 0.1.0
  • gadget-runner-eigenlayer: 0.1.0
  • gadget-runner-tangle: 0.1.0
  • gadget-eigenlayer-testing-utils: 0.1.0
  • gadget-macros: 0.1.0
  • gadget-blueprint-proc-macro: 0.5.1 -> 0.5.2
  • blueprint-sdk: 0.1.0
  • blueprint-metadata: 0.2.1 -> 0.2.2 (✓ API compatible changes)
  • gadget-client-networking: 0.1.0
  • gadget-client-tangle: 0.1.0
  • gadget-tangle-testing-utils: 0.1.0
  • gadget-context-derive: 0.3.1 -> 0.3.2
  • gadget-client-evm: 0.1.0
  • gadget-rpc-calls: 0.1.0
  • gadget-benchmarking: 0.1.0
  • blueprint-manager: 0.2.2 -> 0.2.3 (✓ API compatible changes)
  • gadget-eigenlayer-bindings: 0.1.0
  • gadget-executor: 0.1.0
  • gadget-metrics: 0.1.0
Changelog

gadget-blueprint-proc-macro-core

0.3.2 - 2025-01-23

Added

  • add cli to workspace (#19)
  • use new contexts in macros
  • macro migration

Fixed

  • (keystore) re-export gadget_crypto
  • (incredible-squaring) uncomment metadata
  • change incredible-squaring path in test
  • add cargo build to macro test
  • get crates building again
  • use gadget_std more

gadget-std

0.1.0 - 2025-01-23

Added

  • implement runners (#11)
  • separate key types entirely from keystore/put into crypto crates
  • (gadget-contexts) contexts, clients, and features
  • (gadget-contexts) wip implementation of contexts
  • add tokio-std, bindings rename, config build
  • improve ergonomics of gadget_std::io::Error
  • get building, start on keystore traits
  • add std and keystore initial impl

Fixed

  • (testing-utils) debugging blueprint tests
  • cleanup a bunch of warnings

Other

  • merge gadget-tokio-std into gadget-std
  • workspace builds
  • working off donovan/contexts, adding networking, logging, keystore change

gadget-clients

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Improve test utils, fix tests (#34)
  • add cli to workspace (#19)
  • integrate clients into macros
  • complete TangleClient, generalize services, contexts
  • implement runners (#11)
  • separate key types entirely from keystore/put into crypto crates
  • (gadget-contexts) contexts, clients, and features
  • (gadget-contexts) wip implementation of contexts
  • add tokio-std, bindings rename, config build

Fixed

  • eigenlayer blueprint test fix
  • (ci) workflow fix
  • eigensdk-rs git dep
  • use url 2.5.2
  • (gadget-client-evm) fix test race condition
  • set test mode in harness env
  • get Tangle tests passing again
  • (gadget-client-eigenlayer) test fix
  • (incredible-squaring) debugging blueprint test
  • (testing-utils) debugging blueprint tests
  • correctly de/serialize keys in keystore
  • (incredible-squaring) progress on blueprint test and utilized crates
  • rename anvil test utils
  • remove target addr from p2p client
  • [breaking] refactoring test runners wip
  • get tests compiling
  • (macros) get TangleClientContext derive building
  • use gadget_std more
  • get macro tests closer to building
  • update type paths in job macro
  • (gadget-client-eigenlayer) stop dropping anvil containers in tests
  • make some methods public
  • (gadget-client-tangle) remove no_std feature
  • cleanup a bunch of warnings

Other

  • fmt
  • add fake test to tangle client
  • (keystore) cleanup Tangle{Bls}Backend traits
  • (clippy) fmt
  • clippy fixes, renaming
  • (blueprint-manager) lots of cleanup
  • fix clippy
  • merge gadget-tokio-std into gadget-std
  • (gadget-client-eigenlayer) move tests to new file
  • clippy
  • test instrumented client and others (#9)
  • workspace builds
  • working off donovan/contexts, adding networking, logging, keystore change
  • (clippy) fmt
  • updates

gadget-client-core

0.1.0 - 2025-01-23

Added

  • complete TangleClient, generalize services, contexts

Fixed

  • (macros) get TangleClientContext derive building
  • use gadget_std more

Other

  • (blueprint-manager) lots of cleanup
  • fix clippy

gadget-client-eigenlayer

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • implement runners (#11)

Fixed

  • eigenlayer blueprint test fix
  • eigensdk-rs git dep
  • use url 2.5.2
  • (gadget-client-eigenlayer) test fix
  • rename anvil test utils
  • [breaking] refactoring test runners wip
  • (gadget-client-eigenlayer) stop dropping anvil containers in tests

Other

  • (blueprint-manager) lots of cleanup
  • (gadget-client-eigenlayer) move tests to new file
  • clippy
  • test instrumented client and others (#9)
  • workspace builds

gadget-config

0.1.0 - 2025-01-23

Added

  • add port number sanitizing
  • Add more networking tests, add CI potential fix
  • complete TangleClient, generalize services, contexts
  • implement runners (#11)
  • (gadget-contexts) contexts, clients, and features
  • add tokio-std, bindings rename, config build

Fixed

  • get job macro building

Other

  • improve debug output for port parsing
  • remove unused type param
  • clean up refs to std
  • fixes
  • clippy
  • test instrumented client and others (#9)
  • workspace builds

gadget-keystore

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • runner test utilities and cleanup
  • migrate blueprint-manager
  • add cli to workspace (#19)
  • Test all key types
  • implement runners (#11)
  • separate key types entirely from keystore/put into crypto crates
  • (gadget-contexts) contexts, clients, and features
  • add KeystoreConfig, automatic storage registration
  • add BLS377
  • add feature for bls377
  • add Result type alias
  • use more concrete errors when possible
  • enable doc_auto_cfg
  • update thiserror for no_std
  • keystore compiling, starting on config
  • initial working feature separation
  • get building, start on keystore traits
  • add std and keystore initial impl

Fixed

  • (keystore) allow warnings when no features enabled
  • get macro tests building
  • eigensdk-rs git dep
  • add extra args for networking
  • get Tangle tests passing again
  • (keystore) get tangle bls tests passing
  • properly handle de/serialization of sp-core BLS pairs
  • (keystore) fix test
  • (gadget-client-eigenlayer) test fix
  • (incredible-squaring) fix ecdsa generate from string
  • (keystore) re-export gadget_crypto
  • (incredible-squaring) debugging blueprint test
  • (testing-utils) debugging blueprint tests
  • correctly de/serialize keys in keystore
  • rename SchnorrkelEcdsa
  • cleanup a bunch of warnings
  • needless unwraps
  • reorder trait impls
  • re-export eigen BLS backend
  • stop exporting sp_core macros

Other

  • clean up refs to std
  • (keystore) cleanup Tangle{Bls}Backend traits
  • cleanup, fix tangle bls tests
  • cleanup
  • (clippy) fmt
  • (crypto) remove crypto suffix from exports
  • (keystore) splitup local operations tests
  • clippy
  • debugging blueprint
  • clippy
  • workspace builds
  • get networking building
  • working off donovan/contexts, adding networking, logging, keystore change
  • document KeystoreConfig
  • add docs for storage
  • cleanup key iter methods
  • add fs keystore test
  • use KeyTypeId for storage
  • remove unused imports
  • reorganize backends
  • condense backing storage types
  • condense remote module
  • remove unused imports
  • use assert_ne!
  • updates

gadget-crypto

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • [breaking] incredible squaring blueprint and test wip
  • migrate blueprint-manager
  • add cli to workspace (#19)
  • use new contexts in macros
  • Test all key types
  • implement runners (#11)
  • add event listeners
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • revert no-std TanglePairSigner
  • no-std tangle-pair-signer
  • properly handle de/serialization of sp-core BLS pairs
  • (gadget-client-eigenlayer) test fix
  • (networking) fixed serialization
  • (testing-utils) debugging blueprint tests
  • correctly de/serialize keys in keystore
  • (crypto) properly deserialize sp-core sr25519
  • (runners) get runners building
  • get crates building again
  • update type paths in job macro

Other

  • fix tests
  • cleanup
  • (crypto) remove crypto suffix from exports
  • (crypto) flatten crates
  • clippy fixes, renaming
  • clippy
  • fix unused imports
  • cleanup networking, get clippy --tests for networking passing (#10)
  • get networking building
  • working off donovan/contexts, adding networking, logging, keystore change

gadget-crypto-bls

0.1.0 - 2025-01-23

Added

  • add cli to workspace (#19)
  • Test all key types
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • correctly de/serialize keys in keystore

Other

  • cleanup
  • (crypto) flatten crates
  • clippy fixes, renaming
  • clippy
  • cleanup networking, get clippy --tests for networking passing (#10)
  • get networking building

gadget-crypto-core

0.1.0 - 2025-01-23

Added

  • add cli to workspace (#19)
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • no-std tangle-pair-signer
  • correctly de/serialize keys in keystore

Other

  • cleanup networking, get clippy --tests for networking passing (#10)
  • get networking building

gadget-crypto-hashing

0.1.0 - 2025-01-23

Added

  • Test all key types

Other

  • (crypto) flatten crates

gadget-crypto-bn254

0.1.0 - 2025-01-23

Added

  • Test all key types
  • implement runners (#11)
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • (testing-utils) debugging blueprint tests
  • correctly de/serialize keys in keystore

Other

  • cleanup
  • (crypto) flatten crates
  • clippy
  • cleanup networking, get clippy --tests for networking passing (#10)
  • get networking building

gadget-crypto-ed25519

0.1.0 - 2025-01-23

Added

  • Test all key types
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • correctly de/serialize keys in keystore

Other

  • cleanup
  • (crypto) flatten crates
  • clippy
  • cleanup networking, get clippy --tests for networking passing (#10)
  • get networking building

gadget-crypto-k256

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • use new contexts in macros
  • Test all key types
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • (networking) fixed serialization
  • correctly de/serialize keys in keystore

Other

  • (crypto) flatten crates
  • clippy
  • fix unused imports
  • cleanup networking, get clippy --tests for networking passing (#10)
  • get networking building

gadget-crypto-sp-core

0.1.0 - 2025-01-23

Added

  • [breaking] incredible squaring blueprint and test wip
  • Test all key types
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • revert no-std TanglePairSigner
  • no-std tangle-pair-signer
  • properly handle de/serialization of sp-core BLS pairs
  • (gadget-client-eigenlayer) test fix
  • correctly de/serialize keys in keystore
  • (crypto) properly deserialize sp-core sr25519
  • (runners) get runners building

Other

  • fix tests
  • cleanup
  • (crypto) flatten crates
  • clippy
  • cleanup networking, get clippy --tests for networking passing (#10)
  • get networking building

gadget-crypto-sr25519

0.1.0 - 2025-01-23

Added

  • Test all key types
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • correctly de/serialize keys in keystore

Other

  • cleanup
  • (crypto) flatten crates
  • clippy
  • cleanup networking, get clippy --tests for networking passing (#10)
  • get networking building

gadget-crypto-tangle-pair-signer

0.1.0 - 2025-01-23

Added

  • [breaking] incredible squaring blueprint and test wip
  • migrate blueprint-manager
  • add cli to workspace (#19)
  • add event listeners

Fixed

  • revert no-std TanglePairSigner
  • no-std tangle-pair-signer
  • correctly de/serialize keys in keystore
  • (runners) get runners building
  • update type paths in job macro

gadget-networking

0.1.0 - 2025-01-23

Added

  • Add more networking tests, add CI potential fix
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • remove serial test dep
  • (pipeline) Use MacOS Apple Silicon runner for network tests
  • change bind addr for IN_CI tests, add timeout
  • (networking) use serial_test
  • use gadget_std more
  • (networking) bugs squashed, tests passing, k256 now working (#12)

Other

  • clean up refs to std
  • fixes
  • (crypto) remove crypto suffix from exports
  • clippy fixes, renaming
  • merge gadget-tokio-std into gadget-std
  • clippy
  • fix unused imports
  • cleanup networking, get clippy --tests for networking passing (#10)
  • test instrumented client and others (#9)
  • workspace builds
  • get networking building
  • working off donovan/contexts, adding networking, logging, keystore change

gadget-logging

0.1.0 - 2025-01-23

Other

  • debugging blueprint
  • working off donovan/contexts, adding networking, logging, keystore change

gadget-utils-evm

0.1.0 - 2025-01-23

Added

  • implement runners (#11)

Other

  • workspace builds

gadget-anvil-testing-utils

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Improve test utils, fix tests (#34)
  • use new contexts in macros

Fixed

  • eigensdk-rs git dep
  • [breaking] refactoring test runners wip
  • (gadget-client-eigenlayer) stop dropping anvil containers in tests

Other

  • test instrumented client and others (#9)
  • workspace builds

gadget-utils

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Improve test utils, fix tests (#34)
  • add cli to workspace (#19)
  • implement runners (#11)
  • add event listeners

Fixed

  • eigensdk-rs git dep
  • get Tangle tests passing again
  • get job macro building
  • update type paths in job macro

Other

  • clippy
  • workspace builds

gadget-utils-eigenlayer

0.1.0 - 2025-01-23

Fixed

  • eigensdk-rs git dep

Other

  • workspace builds

gadget-utils-tangle

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Improve test utils, fix tests (#34)
  • add cli to workspace (#19)
  • implement runners (#11)
  • add event listeners

Fixed

  • get Tangle tests passing again
  • get job macro building
  • update type paths in job macro

Other

  • clippy
  • workspace builds

gadget-testing-utils

0.1.0 - 2025-01-23

Added

  • (tangle-testing-utils) re-export blueprint-serde
  • eigenlayer incredible squaring blueprint (#43)
  • tangle SDK
  • Improve test utils, fix tests (#34)
  • improved runner test type
  • basic runner tests passing
  • runner test utilities and cleanup
  • use new contexts in macros

Fixed

  • ci
  • (clippy) fmt
  • (ci) workflow fix
  • eigensdk-rs git dep
  • set test mode in harness env
  • get Tangle tests passing again
  • (keystore) get tangle bls tests passing
  • (gadget-client-eigenlayer) test fix
  • (incredible-squaring) get contracts deploying
  • (incredible-squaring) fix ecdsa generate from string
  • (incredible-squaring) debugging blueprint test
  • (testing-utils) debugging blueprint tests
  • (incredible-squaring) progress on blueprint test and utilized crates
  • (incredible-squaring) getting tests working wip
  • rename anvil test utils
  • fix!(gadget-testing-utils): improved runner testing utilities for blueprints
  • [breaking] refactoring test runners wip
  • fix!(incredible-squaring-blueprint): cleanup, debugging, and clippy
  • get sdk main macro building
  • (gadget-client-eigenlayer) stop dropping anvil containers in tests

Other

  • update incredible squaring blueprints to use sdk
  • fmt
  • (keystore) cleanup Tangle{Bls}Backend traits
  • (clippy) fmt
  • (crypto) remove crypto suffix from exports
  • (clippy) merge cleanup
  • debugging blueprint
  • (clippy) dependency fix
  • (clippy) cleanup, fmt, and fixes
  • clippy fixes, renaming
  • test instrumented client and others (#9)
  • workspace builds

gadget-core-testing-utils

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Improve test utils, fix tests (#34)

Fixed

  • (incredible-squaring) debugging blueprint test
  • (incredible-squaring) getting tests working wip
  • fix!(gadget-testing-utils): improved runner testing utilities for blueprints
  • [breaking] refactoring test runners wip

Other

  • (clippy) fmt
  • (clippy) dependency fix
  • (clippy) cleanup, fmt, and fixes

gadget-event-listeners

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • add CronJob
  • migrate blueprint-manager
  • integrate clients into macros
  • complete TangleClient, generalize services, contexts
  • use new contexts in macros
  • implement runners (#11)
  • add event listeners

Fixed

  • revert no-std TanglePairSigner
  • get tests compiling
  • get job macro building
  • get crates building again
  • use gadget_std more
  • update type paths in job macro

Other

  • (event-listeners) add periodic test
  • (event-listeners) flatten crate structures
  • clippy
  • cleanup job macro impl
  • get incredible-squaring building
  • add ci

gadget-event-listeners-core

0.1.0 - 2025-01-23

Added

  • use new contexts in macros
  • implement runners (#11)
  • add event listeners

Fixed

  • get tests compiling
  • get job macro building
  • use gadget_std more
  • update type paths in job macro

Other

  • clippy
  • get incredible-squaring building
  • add ci

gadget-event-listeners-cronjob

0.1.0 - 2025-01-23

Added

  • add CronJob

gadget-event-listeners-evm

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • add event listeners

Other

  • (event-listeners) flatten crate structures
  • clippy
  • get incredible-squaring building

gadget-stores

0.1.0 - 2025-01-23

Added

  • use new contexts in macros
  • add event listeners

Fixed

  • use gadget_std more

Other

  • test instrumented client and others (#9)

gadget-store-local-database

0.1.0 - 2025-01-23

Added

  • use new contexts in macros
  • add event listeners

Fixed

  • use gadget_std more

Other

  • test instrumented client and others (#9)

gadget-event-listeners-tangle

0.1.0 - 2025-01-23

Added

  • migrate blueprint-manager
  • integrate clients into macros
  • complete TangleClient, generalize services, contexts
  • implement runners (#11)
  • add event listeners

Fixed

  • revert no-std TanglePairSigner
  • get crates building again
  • use gadget_std more
  • update type paths in job macro

Other

  • clippy
  • cleanup job macro impl
  • get incredible-squaring building

gadget-blueprint-serde

0.3.2 - 2025-01-23

Other

  • move blueprint-serde dir

gadget-contexts

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Improve test utils, fix tests (#34)
  • integrate clients into macros
  • complete TangleClient, generalize services, contexts
  • use new contexts in macros
  • add event listeners
  • separate key types entirely from keystore/put into crypto crates

Fixed

  • (incredible-squaring) debugging blueprint test
  • fix!(gadget-testing-utils): improved runner testing utilities for blueprints
  • remove target addr from p2p client
  • get tests compiling
  • get job macro building
  • get macro tests closer to building
  • rename services client method

Other

  • (clippy) fmt
  • add empty test to contexts
  • clippy fixes, renaming
  • workspace builds
  • working off donovan/contexts, adding networking, logging, keystore change

gadget-runners

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Improve test utils, fix tests (#34)
  • runner test utilities and cleanup
  • wip tests for executor
  • implement runners (#11)

Fixed

  • eigensdk-rs git dep
  • no-std tangle-pair-signer
  • (incredible-squaring) test passing
  • public key decompression
  • (incredible-squaring) debugging blueprint test
  • (incredible-squaring) getting tests working wip
  • fix!(incredible-squaring-blueprint): incredible squaring tests and runner utils wip
  • (runners) get runners building
  • use gadget_std more
  • update type paths in job macro

Other

  • (keystore) cleanup Tangle{Bls}Backend traits
  • cleaned up comments for decompression function
  • bump tangle-subxt
  • debugging blueprint

gadget-runner-core

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • implement runners (#11)

Fixed

  • (incredible-squaring) getting tests working wip
  • fix!(incredible-squaring-blueprint): incredible squaring tests and runner utils wip
  • update type paths in job macro

gadget-runner-eigenlayer

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • implement runners (#11)

Fixed

  • eigensdk-rs git dep
  • use gadget_std more

gadget-runner-tangle

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Improve test utils, fix tests (#34)
  • runner test utilities and cleanup
  • wip tests for executor
  • implement runners (#11)

Fixed

  • no-std tangle-pair-signer
  • (incredible-squaring) test passing
  • public key decompression
  • (incredible-squaring) debugging blueprint test
  • (runners) get runners building

Other

  • (keystore) cleanup Tangle{Bls}Backend traits
  • cleaned up comments for decompression function
  • bump tangle-subxt
  • debugging blueprint

gadget-eigenlayer-testing-utils

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)

Fixed

  • eigensdk-rs git dep

Other

  • update incredible squaring blueprints to use sdk

gadget-macros

0.1.0 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Add more networking tests, add CI potential fix
  • tangle SDK
  • Improve test utils, fix tests (#34)
  • add cli to workspace (#19)
  • integrate clients into macros
  • use new contexts in macros
  • macro migration

Fixed

  • (context-derive) get tests building
  • get macro tests building
  • evm job macro exports
  • use sdk in macros
  • eigensdk-rs git dep
  • add extra args for networking
  • change bind addr for IN_CI tests, add timeout
  • (keystore) re-export gadget_crypto
  • (incredible-squaring) uncomment metadata
  • change incredible-squaring path in test
  • remove old sdk paths from tests
  • fix!(gadget-testing-utils): improved runner testing utilities for blueprints
  • (tests) networking must run serially
  • remove target addr from p2p client
  • get proc macro tests building
  • add cargo build to macro test
  • get tests compiling
  • get macro tests compiling
  • get sdk main macro building
  • get job macro building
  • (macros) get TangleClientContext derive building
  • (runners) get runners building
  • get crates building again
  • use gadget_std more
  • get macro tests closer to building
  • rename services client method
  • update type paths in job macro

Other

  • (keystore) cleanup Tangle{Bls}Backend traits
  • cleanup
  • (crypto) remove crypto suffix from exports
  • clippy
  • cleanup job macro impl
  • get incredible-squaring building
  • clippy fixes, renaming
  • fmt
  • fmt

gadget-blueprint-proc-macro

0.5.2 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Add more networking tests, add CI potential fix
  • Improve test utils, fix tests (#34)
  • use new contexts in macros
  • macro migration

Fixed

  • get macro tests building
  • evm job macro exports
  • use sdk in macros
  • fix!(gadget-testing-utils): improved runner testing utilities for blueprints
  • get proc macro tests building
  • get macro tests compiling
  • get sdk main macro building
  • get job macro building
  • get crates building again
  • use gadget_std more
  • update type paths in job macro

Other

  • (keystore) cleanup Tangle{Bls}Backend traits
  • cleanup
  • clippy
  • cleanup job macro impl
  • get incredible-squaring building
  • fmt
  • fmt

blueprint-sdk

0.1.0 - 2025-01-23

Added

  • eigenlayer exports in sdk
  • add alloy and utils to sdk
  • add local-store to exports
  • add local-store feature
  • add p2p feature
  • (blueprint-sdk) re-export job macro
  • (blueprint-sdk) re-export tangle-subxt
  • convert tangle incredible squaring to sdk
  • add sdk crate
  • tangle SDK
  • Add more networking tests, add CI potential fix
  • tangle SDK

Fixed

  • (context-derive) get tests building
  • get macro tests building
  • evm job macro exports
  • remove old crates
  • remove duplicate utils
  • eigensdk-rs git dep
  • no-std tangle-pair-signer
  • remove unnecessary default features from sdk
  • add required deps

Other

  • fmt
  • update incredible squaring blueprints to use sdk
  • cleanup
  • final pass review — leave nits for later
  • change syntax of sdks
  • change syntax of sdks

blueprint-metadata

0.2.2 - 2025-01-23

Added

  • migrate blueprint-metadata

Other

  • bump rustdoc-types

gadget-client-networking

0.1.0 - 2025-01-23

Fixed

  • remove target addr from p2p client
  • get tests compiling
  • get macro tests closer to building
  • make some methods public

Other

  • clippy fixes, renaming
  • (blueprint-manager) lots of cleanup
  • merge gadget-tokio-std into gadget-std
  • test instrumented client and others (#9)
  • workspace builds

gadget-client-tangle

0.1.0 - 2025-01-23

Added

  • Improve test utils, fix tests (#34)
  • integrate clients into macros
  • complete TangleClient, generalize services, contexts
  • implement runners (#11)

Fixed

  • set test mode in harness env
  • get Tangle tests passing again
  • (incredible-squaring) debugging blueprint test
  • (testing-utils) debugging blueprint tests
  • correctly de/serialize keys in keystore
  • (incredible-squaring) progress on blueprint test and utilized crates
  • (macros) get TangleClientContext derive building
  • make some methods public
  • (gadget-client-tangle) remove no_std feature

Other

  • fmt
  • add fake test to tangle client
  • (keystore) cleanup Tangle{Bls}Backend traits
  • (clippy) fmt
  • (blueprint-manager) lots of cleanup
  • merge gadget-tokio-std into gadget-std
  • clippy
  • workspace builds

gadget-tangle-testing-utils

0.1.0 - 2025-01-23

Added

  • (tangle-testing-utils) re-export blueprint-serde
  • eigenlayer incredible squaring blueprint (#43)
  • tangle SDK
  • Improve test utils, fix tests (#34)
  • improved runner test type
  • basic runner tests passing
  • runner test utilities and cleanup

Fixed

  • (clippy) fmt
  • (ci) workflow fix
  • eigensdk-rs git dep
  • set test mode in harness env
  • get Tangle tests passing again
  • (keystore) get tangle bls tests passing
  • (gadget-client-eigenlayer) test fix
  • (incredible-squaring) get contracts deploying
  • (incredible-squaring) fix ecdsa generate from string
  • (incredible-squaring) debugging blueprint test
  • (testing-utils) debugging blueprint tests
  • (incredible-squaring) progress on blueprint test and utilized crates
  • (incredible-squaring) getting tests working wip
  • rename anvil test utils
  • fix!(gadget-testing-utils): improved runner testing utilities for blueprints
  • [breaking] refactoring test runners wip
  • fix!(incredible-squaring-blueprint): cleanup, debugging, and clippy
  • get sdk main macro building

Other

  • update incredible squaring blueprints to use sdk
  • fmt
  • (keystore) cleanup Tangle{Bls}Backend traits
  • (crypto) remove crypto suffix from exports
  • (clippy) merge cleanup
  • debugging blueprint
  • (clippy) dependency fix
  • (clippy) cleanup, fmt, and fixes
  • clippy fixes, renaming

gadget-context-derive

0.3.2 - 2025-01-23

Added

  • eigenlayer incredible squaring blueprint (#43)
  • Add more networking tests, add CI potential fix
  • tangle SDK
  • integrate clients into macros
  • use new contexts in macros
  • macro migration

Fixed

  • (context-derive) get tests building
  • use sdk in macros
  • eigensdk-rs git dep
  • add extra args for networking
  • change bind addr for IN_CI tests, add timeout
  • remove old sdk paths from tests
  • remove target addr from p2p client
  • get tests compiling
  • get macro tests compiling
  • get job macro building
  • (macros) get TangleClientContext derive building
  • (runners) get runners building
  • use gadget_std more
  • get macro tests closer to building
  • rename services client method

Other

  • (keystore) cleanup Tangle{Bls}Backend traits
  • (crypto) remove crypto suffix from exports
  • cleanup job macro impl
  • clippy fixes, renaming

gadget-client-evm

0.1.0 - 2025-01-23

Added

  • add cli to workspace (#19)
  • implement runners (#11)

Fixed

  • (ci) workflow fix
  • eigensdk-rs git dep
  • (gadget-client-evm) fix test race condition
  • rename anvil test utils
  • [breaking] refactoring test runners wip

Other

  • (blueprint-manager) lots of cleanup
  • clippy
  • test instrumented client and others (#9)
  • workspace builds

gadget-rpc-calls

0.1.0 - 2025-01-23

Other

  • clippy
  • workspace builds

gadget-benchmarking

0.1.0 - 2025-01-23

Other

  • clippy
  • test instrumented client and others (#9)
  • add benchmarking

blueprint-manager

0.2.3 - 2025-01-23

Added

  • migrate blueprint-manager

Fixed

  • eigensdk-rs git dep
  • get crates building again

Other

  • (keystore) cleanup Tangle{Bls}Backend traits
  • spelling fix
  • clippy fixes, renaming
  • (blueprint-manager) lots of cleanup
  • (blueprint-manager) remove dead code

gadget-eigenlayer-bindings

0.1.0 - 2025-01-23

Added

  • (gadget-contexts) contexts, clients, and features
  • add tokio-std, bindings rename, config build

gadget-executor

0.1.0 - 2025-01-23

Added

  • executor tests passing
  • executor changes
  • reworking executor functions and tests
  • runner test utilities and cleanup
  • wip tests for executor
  • implement executor

Fixed

  • eigensdk-rs git dep
  • command test
  • get tests compiling
  • (runners) get runners building
  • (gadget-executor) cleanup
  • wip debugging executor
  • (gadget-executor) fixing bugs uncovered by tests wip

gadget-metrics

0.1.0 - 2025-01-23

Other

  • clippy
  • cleanup networking, get clippy --tests for networking passing (#10)
  • workspace builds


This PR was generated with release-plz.

@webb-spider webb-spider bot force-pushed the release-plz-2024-12-12T15-23-53Z branch from 9c77331 to 210096a Compare January 23, 2025 20:50
@webb-spider webb-spider bot force-pushed the release-plz-2024-12-12T15-23-53Z branch from 210096a to ae8ff00 Compare January 23, 2025 21:50
@webb-spider webb-spider bot closed this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants