Skip to content

v0.1.0

Choose a tag to compare

@najienka najienka released this 12 Sep 08:20
· 21 commits to main since this release
04232b8

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