$34M permanently locked into AkuDreams contract forever due to bad code

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • solidity

    Solidity, the Smart Contract Programming Language

  • solmate

    Modern, opinionated, and gas optimized building blocks for smart contract development.

  • If you are wanting to read some code, here's a an "ERC20" contract (a "money").

    https://github.com/Rari-Capital/solmate/blob/main/src/tokens...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ethereum-burn-stats

    Website that showcases EIP-1559 Burn

  • Infinitesimal is right.

    Since EIP-1559 over $6.3 billion worth of Ethereum has been burned since they now burn transaction fees instead of giving them to miners.

    This $34 million is a drop in the bucket and note that all those ETH burned and the price is below where it was when they started.

    https://watchtheburn.com/

  • standards-positions

  • I looked into this use case before and came to the conclusion that it can't work because TLS is not non-repudiable. Once the initial public-key handshake is finished, the rest of the session uses a symmetric cipher. Because anyone with the symmetric cipher's key can encrypt their own data with it, you could encrypt your own spoofed response from the server in any transcript of the session.

    https://crypto.stackexchange.com/questions/29751/are-https-w...

    One solution to this is to use the site's public key to sign a Web Bundle instead of using TLS:

    https://web.dev/web-bundles/

    Web bundles can be served from any origin (and I'd imagine can be verified by oracles) as the data itself is signed. However, this requires the server to use web bundles in the first place, which likely isn't happening any time soon. Mozilla considers the proposal harmful: they expect Google will serve the majority of web bundles, allowing them to see what sites the user is visiting.

    https://github.com/mozilla/standards-positions/issues/264

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Daily General Discussion - January 13, 2022

    5 projects | /r/ethfinance | 12 Jan 2022
  • a solidity compiler observation that does not make any sense, anyone knows why?

    1 project | /r/solidity | 25 Jul 2023
  • Solidity version 0.8.20 has been released!

    1 project | /r/solidity | 11 May 2023
  • Solidity v0.8.20 was just released!

    1 project | /r/ethdev | 10 May 2023
  • Daily General Discussion - March 15, 2023

    2 projects | /r/ethfinance | 14 Mar 2023