Releases: appliedblockchain/silent-data-rollup-providers
Releases · appliedblockchain/silent-data-rollup-providers
v1.0.8
What's Changed
- Fix
viempackage - Add SWC header to the ethers provider
- Update name
viemexamples 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
What's Changed
- Signature requirement on
eth_getTransactionCountremoved - 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
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
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
What's Changed
- Upgrade examples packages to v1.0.3 by @ruisereno in #8
- Release v1.0.4 by @ruisereno in #9
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
What's Changed
- Feature/Transfer balance script by @ruisereno in #1
- Bugfix/Fix vulnerability and lint job by @ruisereno in #3
- Feature/Improve readme files of examples by @ruisereno in #4
- Prepare Release v1.0.2 by @seromenho in #5
- Release/v1.0.2 by @ruisereno in #6
New Contributors
- @ruisereno made their first contribution in #1
- @seromenho made their first contribution in #5
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.1
Fix nonce issue.
Highlights 🚀
- Fix nonce issue
What's Changed 🌟
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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