Ben Guidarelli

Results 63 comments of Ben Guidarelli

@winder the link here still 404s? https://github.com/algorand/go-algorand/blob/master/daemon/kmd/README.md

I understand the point about devmode being a broad way to flag this off but I also can't come up a reason that someone running devmode would want rewards enabled...

Thinking about it more, does it make sense to key off proto version? https://github.com/algorand/go-algorand/blob/345c99d1a3093aa0fcec10be082fa10616685298/gen/generate.go#L75

Added another bool flag to the `gen.GenesisData` struct to allow specification of the `NoRewards` condition. I chose to name it as `NoRewards` so the default init will match the current...

Account balances after manual test in sandbox with 1000 pays w/ same snd/rcv for 0 algos. Please ignore starting amount, the `rewards` field is the affected account field. With patch...

This has some consequences on block explorers (desired in your case) that circulating supply displayed will change if the reserve addr is changed. I'm not sure what else downstream might...

I filed a PR that provides the ability to get all asset details for assets held by a given account in #5290 as a draft. It should serve as an...

he @pmprete this was completed and released! See https://github.com/algorand/pyteal/blob/master/examples/application/sourcemap.py for an example

took a stab at _something_ https://github.com/algorand/pyteal/pull/643

https://github.com/algorand/js-algorand-sdk/blob/develop/src/composer.ts#L343 in fact we already have a check for TransactionWithSigner