EOSIO / eosio.contracts

Smart contracts that provide some of the basic functions of the EOSIO blockchain
https://eosio.github.io/eosio.contracts/latest
MIT License
326 stars 500 forks source link

Remove System and Token Contracts #564

Closed deckb closed 2 years ago

deckb commented 3 years ago

Change Description

Remove system and token contracts as they have been moved

Deployment Changes

API Changes

Documentation Additions

VasiliyKuznetsov commented 3 years ago

Hello! Could you please explain where were they moved and why? Thank you

deckb commented 3 years ago

The links are in the PR description but here they are more explicitly:

https://github.com/eosio/eosio.system https://github.com/eosio/eosio.token

It was decided that a monolithic repo for bootstrapping, utility, and system contracts was not ideal and so the first move was to pull out the governance contracts