nullun
nullun
I attempted to setup a new private network and in the genesis.json I set the RewardsPool wallet to 0 Algo before starting the network, but when I start it I...
I believe just the asset ID remains in the account on the ledger. So `goal` displays the following: ``` % goal account info -a BOBBYB3QD5QGQ27EBYHHUT7J76EWXKFOSF2NNYYYI6EOAQ5D3M2YW2UGEA Created Assets: Held Assets: ID...
Yeah, I can switch it to that. Any technical reason other than personal preference? I noticed `.config/rizin/rizinrc` will trump `.rizinrc` if they're both set with different values.
`rizin -H` states `RZ_RCONFIGHOME=/home/nullun/.config/rizin` as being the default configuration location for me and I haven't changed anything, but the [files page](https://github.com/rizinorg/book/blob/master/src/configuration/files.md#your-home) in the book does suggest `~/.rizinrc` as being a...
I was just thinking about this again, and maybe I'm over thinking it and it doesn't need to be this complicated or even need any changing at all... But would...
Yes! Similar to how Python's slice step works. I suspect `` covers the majority of uses people will want to use a `for` loop for, and if they do require...
I encounted this specifically when working with a local network, running tests, and trying to view the results on [Lora](https://lora.algokit.io/). I started a fresh network and immediately generated a partkey...
That sounds reasonable. I agree it probably shouldn't be encouraged to create a transaction with the first valid round set to 0, but in the event a transaction like that...