Skip to content

Releases: appliedblockchain/silent-data-rollup-providers

v1.0.8

14 Oct 13:53
9cdaaaf

Choose a tag to compare

What's Changed

  • Fix viem package
  • Add SWC header to the ethers provider
  • Update name
  • viem examples added
  • Other small fixes and improvements
  • Release/v1.0.8 by @ruisereno in #15

Full Changelog: v1.0.7...v1.0.8

v1.0.7

01 Oct 15:56
4c487a0

Choose a tag to compare

What's Changed

  • Signature requirement on eth_getTransactionCount removed
  • Private events contract added to examples
  • Tests added
  • Vulnerabilities fixed
  • Upgrade node version
  • Chore/Add gitignore to Circle CI folder to ignore private pipelines by @ruisereno in #13
  • Release/v1.0.7 by @ruisereno in #14

Full Changelog: v1.0.6...v1.0.7

v1.0.6

15 Sep 10:33
c37468d

Choose a tag to compare

What's Changed

  • Fix issue when getting private events
  • Release/v1.0.6 by @ruisereno in #12

Full Changelog: v1.0.5...v1.0.6

v1.0.5

27 Aug 12:33
c8ef99a

Choose a tag to compare

What's Changed

  • Fix bugs and small improvements
  • Release/v1.0.5 by @ruisereno in #11

Full Changelog: v1.0.4...v1.0.5

v1.0.4

08 Aug 14:04
d1ed2c3

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

28 Jul 09:07
d78d1e0

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

23 Jul 14:28
4322886

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Apr 15:43
c364c65

Choose a tag to compare

v1.0.1

Fix nonce issue.

Highlights 🚀

  • Fix nonce issue

What's Changed 🌟

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Apr 15:26

Choose a tag to compare

v1.0.0

First public release of packages for custom providers for Silent Data [Rollup], compatible with ethers.js and Hardhat plugins.

Highlights 🚀

  • RPC Call Interception: Automatically intercepts RPC calls and appends necessary authentication headers, simplifying the integration process.
  • Ethers.js Compatibility: Seamlessly integrates with ethers.js, allowing developers to use familiar tools and patterns.
  • Multiple Provider Types: Supports various provider types, including basic usage, contract interaction, Fireblocks integration, and Hardhat compatibility.
  • Flexible Authentication: Transparently handles authentication, supporting both private key and Fireblocks-based methods.
  • Simplified Contract Interactions: Provides a SilentDataRollupContract class that streamlines interactions with smart contracts, automatically handling method signing when necessary.
  • Network Abstraction: Offers a NetworkName enum to easily switch between different Silent Data [Rollup] networks (e.g., testnet, mainnet).
  • Customizable Configuration: Allows developers to configure providers with custom RPC URLs, network settings, and authentication details.

What's Changed 🌟

Full Changelog: https://github.com/appliedblockchain/silent-data-rollup-providers/commits/v1.0.0