Releases: magicblock-labs/solana-vrf
Releases · magicblock-labs/solana-vrf
v0.4.1
What's Changed
- fix: full range by @Dodecahedr0x in #60
- feat: choose sdk path by @Dodecahedr0x in #61
- release: v0.4.1 by @Dodecahedr0x in #62
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- fix: delegate with any validator by @Dodecahedr0x in #53
- fix: vrf security hardening by @GabrielePicco in #59
New Contributors
- @Dodecahedr0x made their first contribution in #53
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- update vrf readme by @sporicle in #51
- feat: added ephemeral test queue and fixtures for local vrf testing with delegation and sdk by @jonasXchen in #52
- chore: update readme by @GabrielePicco in #57
- release: 0.3.1 by @GabrielePicco in #58
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- fix: changed the incorrectly specified address by @autumncrypto in #44
- fix: eviction by @GabrielePicco in #49
- chore: upgrade solana packages with backward-compat by @snawaz in #48
- release vrf-sdk v0.3.0 (v0.2.3 -> v0.3.0) by @snawaz in #50
New Contributors
- @autumncrypto made their first contribution in #44
- @snawaz made their first contribution in #48
Full Changelog: v0.2.3...v0.3.0
v0.2.3
v0.2.2
v0.2.1
What's Changed
- chore: align ixs discriminators by @GabrielePicco in #9
- chore: remove unused arguments by @GabrielePicco in #10
- chore: rename program data by @GabrielePicco in #11
- chore: consistently use program id & remove system program check by @GabrielePicco in #12
- Chore/refactor vrf by @GabrielePicco in #13
- chore: improve queue closure by @GabrielePicco in #14
- chore: enforce hash uniquness by @GabrielePicco in #15
- Fix/refactor v2 by @GabrielePicco in #16
- Fix/queue filled with malformed requests by @GabrielePicco in #17
- fix: prevent removing an oracle with existing queues by @GabrielePicco in #18
- chore: Remove unnecessary checks by @GabrielePicco in #19
- docs: Added Zenith audit report from August 2025 by @jonasXchen in #20
- fix: sdk to build the update oracles tx by @GabrielePicco in #21
- fix: delegate oracle to system program (broadcast) by @GabrielePicco in #23
- feat: publish binary to NPM by @lucacillario in #25
- feat: add server to expose size queues by @GabrielePicco in #26
- feat: add avg response slot by @GabrielePicco in #28
- feat: disable oracle http server when port is not provided by @lucacillario in #30
- feat: remove fees from the ER VRF on the default queue & oracle improvements by @GabrielePicco in #32
- feat: add config to allow selecting to skip or not the pre-flight by @GabrielePicco in #34
- fix: support for anchor 0.32.1 by @sporicle in #31
New Contributors
- @jonasXchen made their first contribution in #20
- @lucacillario made their first contribution in #25
- @sporicle made their first contribution in #31
Full Changelog: v0.2.0...v0.2.1
v0.0.0-dev
fix: delegate oracle to system program (broadcast) (#23) * fix: delegate oracle to system program (broadcast) * chore: fmt
v0.2.0
What's Changed
- feat(program|oracle|cli): add close queue and cleanup for old requests by @GabrielePicco in #2
- feat: add grpc support as source stream for the vrf oracle by @GabrielePicco in #3
- Feat: Use upgrade authority as admin address by @GabrielePicco in #4
- Feat: Implement a zero copy requests queue by @GabrielePicco in #5
- chore: code refactor by @GabrielePicco in #6
- feat: refactor and improvements by @GabrielePicco in #7
- chore: update deployments by @GabrielePicco in #8
Full Changelog: v0.1.2...v0.2.0