Releases: randa-mu/randomness-solidity
Releases · randa-mu/randomness-solidity
v0.4.0
v0.3.0
v0.2.0
What's Changed
- Add a nonReentrant modifier to fulfillSignatureRequest by @najienka in #31
- Fix ChainlinkVRFCoordinatorV2_5Adapter to prevent unauthorised access to requestSubscriptionOwnerTransfer and send subscription balance to subscription id owner by @najienka in #30
- Update npm package version by @najienka in #32
Full Changelog: 0.1.0...0.2.0
v0.1.0
What's Changed
- Add upgradeable smart contracts, tests, deployment scripts, and documentation with contract addresses by @najienka in #1
- Update randomness sdk library input parameter by @najienka in #3
- Ensure compatibility with other projects using older or newer compiler versions by @najienka in #4
- update readme by @longfeiWan9 in #5
- Refactor deployment scripts, add deployment README.md and update solidity code documentation for all contracts by @najienka in #7
- Fix PR comments raised in PR #7 by @najienka in #8
- Add current chain id to DST used by signature scheme contract and update tests by @najienka in #9
- chore: use uint256 for request ids by @azixus in #17
- Add support for user billing by @najienka in #16
- Add Chainlink VRF wrapper by @najienka in #18
- Add Chainlink VRF v2.5 integration tests for subscription and direct funding by @najienka in #19
- Move bls public key to signature scheme contracts to prevent signature sender being tied to a single scheme and to allow signature scheme versioning by @najienka in #15
- Update contract addresses and documentation by @najienka in #20
- Update avalanche explorer url by @najienka in #21
- Add event tests and fix linting by @najienka in #22
- Remove deployment scripts by @najienka in #23
- Remove unused foundry remappings by @najienka in #25
- fix(ci): no unlocked dependencies by @bbjubjub2494 in #28
- feat: add BLS2 support by @bbjubjub2494 in #27