JoeGruffins

Results 62 issues of JoeGruffins

> Good stuff, but oh boy did this give the user a hell of a foot-gun, especially with Decred where a non-final txn like the refund can enter mempool before...

testing

It's unfortunate, but tokens can be "paused". This is part of the some token interfaces. It is separate from the [erc20 interface](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) which means tokens may not implement it, but...

ETH
wallet

This might be a useful tool people trying to salvage funds from a "web wallet".

app: Use relayFee setting. ~Make relayFee a field of the blockchain and set that field on initiation and changing.~ Remove the realyFee method from dcrdata and have all relay fees...

dcrdata is currently under maintenance. When trying to restore from seed I get this error: ``` [joe@hyrule tinywallet]$ poetry run tinywallet --testnet --log=debug 2020-04-22 10:26:07,090 app INFO initLogging(172) configuration file...

Start on my default account. ![defaultbefore](https://user-images.githubusercontent.com/34998433/79960690-ada3c580-84c0-11ea-9ee8-7bc73eff769d.png) Swap to my asdf account for the first time. ![asdf](https://user-images.githubusercontent.com/34998433/79960704-b0061f80-84c0-11ea-9eb1-3f385316d3fd.png) Go back to default and the balance is that of asdf. ![defaultafter](https://user-images.githubusercontent.com/34998433/79960707-b1cfe300-84c0-11ea-9dc2-df679c4e5381.png) The balance...

I just sent some dcr and realized the txid should be logged similar to ticket txids when bought or revocations when revoked.

good first issue

Turn on dcrd when it isn't connected. Says off but switch is on. ![on](https://user-images.githubusercontent.com/34998433/79813160-cd9a9280-83b5-11ea-9649-af0d01a46a62.png) Error says there was a problem. ![error](https://user-images.githubusercontent.com/34998433/79813166-d0958300-83b5-11ea-9cd0-b43a75f23381.png) But accounts screen shows green although not connected. ![lookson](https://user-images.githubusercontent.com/34998433/79813169-d2f7dd00-83b5-11ea-921c-ead854368ef2.png)...

Make an account with no name. ![addname](https://user-images.githubusercontent.com/34998433/79812539-3719a180-83b4-11ea-8eb3-16d3c29ee6ac.png) Get error that you must enter a name. ![error](https://user-images.githubusercontent.com/34998433/79812543-38e36500-83b4-11ea-8dbb-d38e4453ab3a.png) Can create anyway. ![nonames](https://user-images.githubusercontent.com/34998433/79812550-3c76ec00-83b4-11ea-8bef-8acc6abc3593.png) Either the error message should be removed, or nameless accounts...

closes #17 Add ability to change vote preverences using a new authorization scheme. A timestamp signed with a tickets's user commitment address's private key is used to prove ownership of...