Evan Marshall

Results 9 issues of Evan Marshall

## 🐛 Bug Report Using char seems to be broken as a datatype. The full code is: ``` // The `Oracle` record datatype. record Oracle { // The oracle owner....

bug

## Motivation The ERC-20 standard supports the idea of "approvals" or allowances. Approvals enable another address to spend within a provided limit. This will be used for swap type programs...

## 🐛 Bug Report String can be set in records but then this causes records to break. They cannot even be input to another function if the record contains a...

bug

#### Do you want to request a *feature* or report a *bug*? Feature. The proposed idea is to dynamically render content within slate. This means that slate would only render...

⚑ perf
idea

## 🚀 Feature The `decrypt` function on the `ViewKey` within the wasm should handle decrypting ciphertexts and not just records. https://github.com/AleoHQ/aleo/blob/testnet3/wasm/src/account/view_key.rs#L46 ## Motivation The motivation is to be able to...

See discussion: https://github.com/AleoHQ/ARCs/discussions/20

## Summary Currently, validators will need to have 10M credits in order to self.bond as a validator. The problem is that most or all of these validators won't actually have...

I'm running in an issue trying to run the explorer against more than 4 validators. When using the ./devnet.sh script from snarkOS, I'm able to run a network with more...