Skip to content

Releases: tangle-network/gadget

gadget-sdk-v0.5.0

17 Nov 06:32
da774fa
Compare
Choose a tag to compare

Added

  • Add utils for blueprints: hashing, config convenience functions (#476)
  • improved eigenlayer context and testing (#453)
  • (gadget-sdk) [breaking] integrate blueprint-serde (#469)
  • (gadget-sdk) [breaking] add more Docker utils (#466)
  • add IN_ADDR_ANY for V4 and V6 (#461)

Other

  • (macros) cleanup macros, add better error handling, dedup code, DX (#472)
  • enable format_code_in_doc_comments for rustfmt (#467)

gadget-context-derive-v0.2.1

17 Nov 06:27
da774fa
Compare
Choose a tag to compare

Added

  • improved eigenlayer context and testing (#453)

gadget-blueprint-serde-v0.2.0

17 Nov 06:27
da774fa
Compare
Choose a tag to compare

Added

  • (gadget-blueprint-serde) [breaking] change array/tuple serialization

Other

  • clippy

gadget-blueprint-proc-macro-v0.4.0

17 Nov 06:27
da774fa
Compare
Choose a tag to compare

Added

  • (gadget-sdk) [breaking] integrate blueprint-serde (#469)

Other

  • (macros) cleanup macros, add better error handling, dedup code, DX (#472)

gadget-blueprint-proc-macro-core-v0.2.0

17 Nov 06:25
da774fa
Compare
Choose a tag to compare

Added

  • (gadget-sdk) [breaking] integrate blueprint-serde (#469)

Other

  • (macros) cleanup macros, add better error handling, dedup code, DX (#472)

cargo-tangle-v0.2.4

17 Nov 06:44
da774fa
Compare
Choose a tag to compare

Other

  • fix changelog files (#464)

blueprint-metadata-v0.1.7

17 Nov 06:25
da774fa
Compare
Choose a tag to compare

Other

  • updated the following local packages: gadget-blueprint-proc-macro-core

blueprint-manager-v0.1.2

17 Nov 06:37
da774fa
Compare
Choose a tag to compare

Other

  • updated the following local packages: gadget-sdk

gadget-sdk-v0.4.0

08 Nov 21:21
5620565
Compare
Choose a tag to compare

Fixed

  • (gadget-sdk) [breaking] prevent duplicate and self-referential messages (#458)
  • (ci) add doc tests to CI (#383)
  • handle edge cases during registration (#452)

Other

  • add a p2p test for testing the networking layer (#450)
  • Improve code for next documentation update. (#434)
  • improve test-utils and lower networking log level (#448)

gadget-blueprint-serde-v0.1.1

08 Nov 21:47
5620565
Compare
Choose a tag to compare

Added

  • (gadget-blueprint-serde) add crate docs (#459)

Other