workshop icon indicating copy to clipboard operation
workshop copied to clipboard

Auction SnarkVM Error

Open DylanCkawalec opened this issue 2 years ago • 3 comments

Error [ECLI0377008]: Failed to execute the aleo build command. SnarkVM Error: Record entry 'Bid.is_winner' expects a 'boolean', but found 'address' in the operand 'r0'.

DylanCkawalec avatar Oct 19 '22 17:10 DylanCkawalec

The same can be found in Vote main.leo

Error [ECLI0377008]: Failed to execute the aleo build command. SnarkVM Error: Record entry 'Proposal.info' expects a 'ProposalInfo', but found 'field' in the operand 'r1'.

DylanCkawalec avatar Oct 19 '22 17:10 DylanCkawalec

The same can be found in Battleship main.leo

Error [ECLI0377008]: Failed to execute the aleo build command. SnarkVM Error: Record entry 'board_state.game_started' expects a 'boolean', but found '0u64' in the operand.

DylanCkawalec avatar Oct 19 '22 17:10 DylanCkawalec

@DylanCkawalec, you didn't specify what command you executed, what environment you have. How would you let anyone to help you?

At least my execution of auction runs successfully on Ubuntu 20.02 with the steps followed in README.md.

baibinghere avatar Oct 30 '22 12:10 baibinghere