Ethereum Introducing Status v1.6: The first steps of a privacy first referral program – the first exploration of the Status Acquisition Engine – and bug fixes. |
- Introducing Status v1.6: The first steps of a privacy first referral program – the first exploration of the Status Acquisition Engine – and bug fixes.
- EIP-2666 in five slides with Alex Vlasov
- Scaling is here! We just need to... use it.
- Is there a checklist for Phase 1?
- This can help Ethereum and all of Crypto "Brazil’s Chief Central Banker Says National Digital Currency Could Be Ready by 2022"
- New imToken wallet DeFi features & more updates
- Crypto Trends 7 September 2020 ETH2 Phase 0 is coming Swap cloning MetaMask on Mobile + Thanks to the builders
- Big trends for 2021: DeFi, DAOs, NFTs, & crypto gaming. What else?
- We are migrating $SUSHI's governance from @SBF_Alameda 's sole ownership over to a multi-sig
- Can Blockchain Technology Make Lobbyists Obsolete?
- Sushi's Sin of Betrayal - Market Monday LITE (09/07)
- We are live!! Tune in on our Youtube account to see our AMA and ask any questions that you might have about Winding Tree built on the Ethereum Blockchain
- Long time ethereum holder, should I deposit it into yearn?
- CarTracing with user private keys and setting up new keys
- Ethereum Still in Hot Demand as Solidity Makes LinkedIn's Most Desired Skills of 2020
- Total Value Locked in DeFi plummets over 20% or $1.6B in 4 days
- Single API to Get Ethereum Token Balance
- Cross-compatibility across zk rollups
- Smart Contracts Sharing Common Data
- yEarn Finance launched an official subreddit
Posted: 07 Sep 2020 07:46 AM PDT
| ||
EIP-2666 in five slides with Alex Vlasov Posted: 07 Sep 2020 02:37 PM PDT Another episode of Peep an EIP on EIP-2666: Repricing of precompiles and Keccak256 function with Alex Vlasov available at https://youtu.be/aGxe5XneLFo Follow https://github.com/ethereum-cat-herders/PM/projects/2 to check out other EIPs. If you've any questions about this proposal or any other and you'd want us to invite the author to discuss, please comment below. [link] [comments] | ||
Scaling is here! We just need to... use it. Posted: 07 Sep 2020 12:16 PM PDT | ||
Is there a checklist for Phase 1? Posted: 07 Sep 2020 02:24 PM PDT With Phase 0 beginning to actually look like it's just around the corner, I'd like to learn more about what will be needed to implement phase 1 (and hopefully 1.5 soon after). I know there's a phase 0 launch checklist on GitHub, is there anything similar for Phase 1? [link] [comments] | ||
Posted: 07 Sep 2020 06:07 PM PDT
| ||
New imToken wallet DeFi features & more updates Posted: 07 Sep 2020 03:03 AM PDT
| ||
Posted: 07 Sep 2020 02:48 AM PDT
| ||
Big trends for 2021: DeFi, DAOs, NFTs, & crypto gaming. What else? Posted: 07 Sep 2020 06:06 PM PDT
| ||
We are migrating $SUSHI's governance from @SBF_Alameda 's sole ownership over to a multi-sig Posted: 07 Sep 2020 05:35 PM PDT
| ||
Can Blockchain Technology Make Lobbyists Obsolete? Posted: 07 Sep 2020 05:11 PM PDT | ||
Sushi's Sin of Betrayal - Market Monday LITE (09/07) Posted: 07 Sep 2020 12:14 PM PDT
| ||
Posted: 07 Sep 2020 06:15 AM PDT
| ||
Long time ethereum holder, should I deposit it into yearn? Posted: 07 Sep 2020 05:36 AM PDT Little bit of background: I just buy ethereum and hold it, every month. I've been doing it for years, so I have some ethereum in a paper wallet account. Nowadays it seems everyone is earning interest on their ethereum (or any token, for that matter). I'm used to renting out my long term stocks in the traditional market, so it started to make sense to me that I should be earning the interest in ethereum as well. Reading a bit about the defi stuff, it all seems pretty new and somewhat risky, but I couldn't really put my finger on how risky or if I'm missing out on interest holding the actual ETH. So my question is: am I missing something? would you make de deposit and hold yETH or aETH or something? [link] [comments] | ||
CarTracing with user private keys and setting up new keys Posted: 06 Sep 2020 11:10 PM PDT Hi I want to deploy a smart contract for tracing cars. For example, say I am producing 10 cars Now what I want is to create a smart contract for tracing cars. So my smart contract will have three features RegisterCar { carName: carModel: carVIN: } Check Status ( can be called using a specified key from the blockchain) { Features will be carName:RegisterCar.carName carModel:RegisterCar.carModel Milage: AcceptOwnership.Milage carVIN:RegisterCar.carVIN currentOwner: transferOwnership.currentOwner( isOK: Acceptownership.carStatus } TransferOwnership{ currentOwner: nextOwner: Authentication with a private key from the current Owner like a password } ** for this part I want to require a passcode from the current owner to be transferred and the passcode needs to be updated when AcceptOwnership is completed. In acceptOwnership a user can set up the password for transfer ownership. AcceptOwnership { carStatus: SalesDate: Milage } Any recommendations regarding this? How do I implement the part TransferOwnership which must ask the user for a passkey and then in the new owner can set up the transferOwnership Passkey Thanks in advance [link] [comments] | ||
Ethereum Still in Hot Demand as Solidity Makes LinkedIn's Most Desired Skills of 2020 Posted: 07 Sep 2020 08:43 AM PDT
| ||
Total Value Locked in DeFi plummets over 20% or $1.6B in 4 days Posted: 07 Sep 2020 03:32 AM PDT
| ||
Single API to Get Ethereum Token Balance Posted: 07 Sep 2020 06:05 AM PDT
| ||
Cross-compatibility across zk rollups Posted: 07 Sep 2020 02:06 AM PDT The whole point of ethereum was compatibility across dapps. You could use one dapp, then use the next one, then maybe use a third one which internally already inherits features (contracts) of the first one. With zk rollups you don't get this benefit, you need to pay gas to move your tokens to a dapp either to the base layer or on a rollup different from the one you are already on Maybe Ethereum should start maintaining standards for zk rollups. Not only with this boost integrations between dapps, but operators will also now more in number and more diverse. This helps increase the economic security of transactions not yet published to the chain. Increased users on the same rollup could also mean we can publish to the chain more frequently (4000 txs an hour versus 4000 txs every 10 min) without paying additional gas (each tx will still incur 1/4000 the gas fees of publishing to chain). Lastly it'll help clear the initial adoption hurdle. zk rollups are a net positive on gas only if enough transactions are present off chain per publishing on chain. Loopring for instance is right now footing the bill on the gas fees, this won't sustain forever. And if ethereum is slow to the party, maybe someone else could make a blockchain that natively supports rollups and a rollup standard, thereby solving the blockchain scalability problem permanently (no sharding needed)? P.S. I'm aware we don't yet have turing complete languages for rollups yet, that's may only be a matter of time though. Also most things of practical use can be done without turing completeness [link] [comments] | ||
Smart Contracts Sharing Common Data Posted: 07 Sep 2020 02:51 AM PDT
| ||
yEarn Finance launched an official subreddit Posted: 07 Sep 2020 01:42 AM PDT For those of you that might have deposited your idle ETH in a yVault to stack more ETH of if you were just thinking about it, there's an Official Subreddit for yEarn Finance that just launched. If you were researching the project, had questions, needed technical support, or if you just wanted to (virtually) meet and talk with primary and secondary devs behind the project, the official subreddit is: Cheers! [link] [comments] |
You are subscribed to email updates from Ethereum. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment