I don't fully understand why the address is called account now, because didn't we allow to change an address, specifically so that it is not the same as an account?
I don't fully understand why the address is called account now, because didn't we allow to change an address, specifically so that it is not the same as an account?
bumi
(Migrated from github.com)
reviewed 2018-04-10 17:13:19 +00:00
the change of an address is still supported (see the contracts)
the word address is reserved in solidity - it is the type. that's why we named the attribute account in the contract. To be consistent with the smart contract I changed it in the frontend also to to account and I think we should always use the word account.
the change of an address is still supported (see the contracts)
the word `address` is reserved in solidity - it is the type. that's why we named the attribute `account` in the contract. To be consistent with the smart contract I changed it in the frontend also to to account and I think we should always use the word account.
raucao
(Migrated from github.com)
reviewed 2018-04-10 18:09:36 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
related: https://github.com/67P/truffle-kredits/pull/24
@@ -15,3 +15,3 @@<ul><li><a href="https://testnet.etherscan.io/address/{{contributor.address}}">Inspect Ethereum transactions</a></li><li><a href="https://testnet.etherscan.io/address/{{contributor.account}}">Inspect Ethereum transactions</a></li>{{#if contributor.ipfsHash}}I don't fully understand why the address is called account now, because didn't we allow to change an address, specifically so that it is not the same as an account?
@@ -15,3 +15,3 @@<ul><li><a href="https://testnet.etherscan.io/address/{{contributor.address}}">Inspect Ethereum transactions</a></li><li><a href="https://testnet.etherscan.io/address/{{contributor.account}}">Inspect Ethereum transactions</a></li>{{#if contributor.ipfsHash}}the change of an address is still supported (see the contracts)
the word
addressis reserved in solidity - it is the type. that's why we named the attributeaccountin the contract. To be consistent with the smart contract I changed it in the frontend also to to account and I think we should always use the word account.@@ -15,3 +15,3 @@<ul><li><a href="https://testnet.etherscan.io/address/{{contributor.address}}">Inspect Ethereum transactions</a></li><li><a href="https://testnet.etherscan.io/address/{{contributor.account}}">Inspect Ethereum transactions</a></li>{{#if contributor.ipfsHash}}Ah ok. I find it a bit misleading as a term for a single property of an account/person, but better that it's the same on both sides for sure.
@@ -15,3 +15,3 @@<ul><li><a href="https://testnet.etherscan.io/address/{{contributor.address}}">Inspect Ethereum transactions</a></li><li><a href="https://testnet.etherscan.io/address/{{contributor.account}}">Inspect Ethereum transactions</a></li>{{#if contributor.ipfsHash}}it is account because ethereum talks about accounts - and it is the ethereum account of that contributor. - but ethereumAccount is a bit long.
@@ -15,3 +15,3 @@<ul><li><a href="https://testnet.etherscan.io/address/{{contributor.address}}">Inspect Ethereum transactions</a></li><li><a href="https://testnet.etherscan.io/address/{{contributor.account}}">Inspect Ethereum transactions</a></li>{{#if contributor.ipfsHash}}Makes sense.