This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
Geth Classic v6.0.0-alpha "Atlantis"
Pre-release
Pre-release
This Go-lang client for Ethereum Classic is based on the no longer maintained go-ethereum client code v5.5.2; it is enabled with Atlantis as per ECIP-1054. This is a pre-release considered as unstable and still requires a lot of testing. Please, use at own risk -- for research and development purposes only. No binaries will be provided until the releases are considered stable.
The full list of introduced changes:
- Added Atlantis configuration (#50)
- Added EIP 214
STATICCALL
(#40) - Added EIPs 196, 197, and 198 (#24)
- Added EIP 211 and refactoring vm execution (#37)
- Added EIP 100 Difficulty adjustment and testing (#36)
- Added EIP 170 Contract size limit (#23)
- Added EIP 140
REVERT
(#34) - Fixed trimToImportPath for outside of go path (#33)
- Fix bindings tests (#30)
- Added EIP 161 State-Trie Clearing (#28)
- Create basic Circle-CI configuration (#26)
- Added fix for testing fork subtests for EIP 150 and Frontier (#27)
- Create configuration for Atlantis and refactoring (#21)
- Create
CODEOWNERS
file (#17) - Implement testing framework from Ethereum (#12)
- Fixed dependency references to allow build to run without SputnikVM (#14)
- Initialized Go-modules (#10)
- Changed import paths from ethereumproject to eth-classic (#4)
- Removed research and moved to wiki (#2)