Skip to content

Instantly share code, notes, and snippets.

View Dexaran's full-sized avatar

Dexaran Dexaran

View GitHub Profile

ECIP Presentation Processes

Abstract

This aims at defining a standardized process for initial presentations relating to change proposals on the ETC network. With a well defined process for allowing presenters to present their ideas without disruption, we can garner more civil and productive discussions that allow all parties involved to participate once an understanding of the idea has been established.

This process only applies to initial presentations where someone with an idea can present their idea for general understanding and consumption. There is no voting or discussion making during these calls.

Motivation

Currently there is no clear process flow for how individuals or teams can present their ideas to the community. There is an overwhelming amount of "noise" in these discussions and it would be beneficial to all involved if there was a standardized process to allow voices to be heard from the person(s) with the idea.

Falsehoods that Ethereum programmers believe

I recently stumbled upon Falsehoods programmers believe about time zones, which got a good laugh out of me. It reminded me of other great lists of falsehoods, such as about names or time, and made me look for an equivalent for Ethereum. Having found none, here is my humble contribution to this set.

About Gas

Calling estimateGas will return the gas required by my transaction

Calling estimateGas will return the gas that your transaction would require if it were mined now. The current state of the chain may be very different to the state in which your tx will get mined. So when your tx i

@Dexaran
Dexaran / Dex223_token_and_upgrade_audit.md
Created October 14, 2024 18:57 — forked from gorbunovperm/Dex223_token_and_upgrade_audit.md
Dex223 Token and Upgrade contract audit report

Dex223 Token and Upgrade contract audit report

Summary

This is the report from a security audit performed on Dex223 Token and Dex223_Upgrader by Aleksandr Gorbunov.

The token is implemented in the ERC-223 standard. It also has functions for backward compatibility with the ERC-20 standard.

The migration contract changes the tokens of the old version to the tokens of the new version.