Skip to content

v1.1.1

Choose a tag to compare

@mattsse mattsse released this 13 Nov 12:13
· 18 commits to main since this release
v1.1.1
14409da

What's Changed

  • fix(consensus): correct Option type in Header::size() method by @forkfury in #3143
  • fix(pubsub): avoid BiBTreeMap remove/insert in SubscriptionManager::notify by @Fibonacci747 in #3141
  • feat(consensus,eips,genesis): add Borsh support by @mablr in #2946
  • feat: add Transaction bound to Network::TxEnvelope by @0xChaddB in #3147
  • refactor(consensus): remove Borsh skip attributes from tx structs by @mablr in #3155
  • docs: fix EIP-2930 transaction handling documentation by @avorylli in #3154
  • feat(provider): add sendawsync to Provider trait by @Syzygy106 in #3164
  • feat: genesis endpoint JSON types by @stevencartavia in #3167
  • fix: use IgnoredAny for unknown fields in PubSubItem deserializer by @phrwlk in #3157
  • feat(genesis): add parent hash field in Genesis by @xzav3r in #3138
  • chore: fmt by @mattsse in #3170
  • feat: Improve PrivacyHint deserialization error to include offending value by @Bashmunta in #3174
  • feat: add EIP-7594 conversion and sidecar manipulation API by @mattsse in #3144
  • Feature Arbsym Provider Builder by @dipanshuhappy in #3156
  • chore: Avoid cloning EIP-4844 sidecar during request build by @Doryu001 in #3179
  • chore: correct ExecutionPayload V3 method doc references by @jenniferzelo in #3181
  • chore: refactor StorageSlotFinder::find_slot to avoid redundant clones by @0xLogicalx in #3180
  • chore: remove redundant UUID clone in signer-local keystore test by @0xLogicalx in #3185
  • feat: support send_transaction_sync by @stevencartavia in #3177
  • fix(provider): skip cache for eth_getLogs with dynamic block tags by @prestoalvarez in #3176

New Contributors

Full Changelog: v1.1.0...v1.1.1