-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
It looks like @akx20000a signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
Sync is working as intended
Feel free to ask us anything about callisto |
ps) we will not use reward contract this time, but thanks for the suggestion @sorpaas ! |
@akx20000a Please understand that we're really suffering maintainability issues on the If you really think your chain should directly use |
@sorpaas Cause we don't want our block rewards to be frozen maybe? As I said before, we will consider implementation in contract when there is a working example for chain ( for ex musicoin ) Otherwise we will prefer implementing on Also I believe checking them through verification will help during sync. Thanks for your opinion. |
ethcore/res/ethereum/callisto.json
Outdated
@@ -0,0 +1,83 @@ | |||
{ | |||
"name": "Callisto", | |||
"dataDir": "Callisto", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make this smal cap callisto
?
ethcore/res/ethereum/callisto.json
Outdated
"durationLimit": "0x0d", | ||
"blockReward": "0x16c4abbebea0100000", | ||
"homesteadTransition": "0x0", | ||
"callistoTransition": "0x0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
callistoTransition
does nothing. please remove it from code or clarify what that achieves.
ethcore/res/ethereum/callisto.json
Outdated
"0000000000000000000000000000000000000007": { "balance": "1", "builtin": { "name": "alt_bn128_mul", "activate_at": 20, "pricing": { "linear": { "base": 40000, "word": 0 } } } }, | ||
"0000000000000000000000000000000000000008": { "balance": "1", "builtin": { "name": "alt_bn128_pairing", "activate_at": 20, "pricing": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 } } } }, | ||
"0x183394f52b2c8c034835edba3bcececa6f60b5a8": { | ||
"balance": "100491852286952719463755404" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
@5chdn Fixed, thanks for the review 👍 |
Closing as author deleted Github. |
fixes #9283
Callisto info
Website: https://callisto.network
Whitepaper: https://whitepaper.callisto.network
Chain
Testnet -> galilei
Mainnet -> callisto
The code has little changes to run Callisto with Treasury and Stake funds.