Mike

Results 6 issues of Mike

## 🐛 Bug Report Self.anything will be parsed as an address. Self.caller parses correctly, however; self.a or self.b will parse as addresses. ## Steps to Reproduce #### Code snippet to...

bug

This relates to adding self.parent functionality to snarkVM. PR: https://github.com/AleoHQ/snarkVM/pull/1178

## Motivation Fixes https://github.com/AleoNet/snarkOS/issues/3402. This PR includes a patch for https://github.com/AleoNet/snarkOS/issues/3403, in order to get this code to compile. ## Test Plan Manually tested with low rps, verified that the...

## 🐛 Bug Report 1. The `GovernorConfigBuilder` is configured to only replenish 1 element of the quota every second per ip address, regardless of the `rest_rps` variable passed in. The...

bug