go-algorand
go-algorand copied to clipboard
SPIKE In DevMode no block seed is available
Running the sandbox with DevMode flag set to true
does not seem to produce a block seed which is useful for things like the new vrf_verify
op and some folks use it for other reasons (see https://github.com/algorand/sandbox/issues/137)
Running off latest master but confirmed same issue on current beta release (3.9.1).
With DevMode
as false
it works as expected.
There is no block seed to return in dev mode, but I think we might reasonably just return the txnhash from the same block instead.
On Wed, Aug 17, 2022, 12:14 PM Ben Guidarelli @.***> wrote:
Running the sandbox with DevMode flag set to true does not seem to produce a block seed which is useful for things like the new vrf_verify op and some folks use it for other reasons (see algorand/sandbox#137 https://github.com/algorand/sandbox/issues/137)
Running off latest master but confirmed same issue on current beta release (3.9.1).
With DevMode as false it works as expected.
— Reply to this email directly, view it on GitHub https://github.com/algorand/go-algorand/issues/4423, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADL7T2VZ7FKTIBGT4MVMITVZUFVVANCNFSM562EMCWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi @jannotti Curious to know if this is going to be made available anytime soon?