-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
It looks like @yograterol hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, please reply to this thread with Many thanks, Parity Technologies CLA Bot |
[clabot:check] |
It looks like @yograterol signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
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.
Please use tabs for all json config indentation (callisto.json
and callisto_galilei.json
)
@sorpaas done |
* Basic implementation for kip4 * Add KIP-4 config flags * typo: docs fix * Fix args offset * Add tests for create2 * tests: evm * Update wasm-tests and fix all gas costs * Update wasm-tests * Update wasm-tests and fix gas costs
* Improve return data truncate logic * fix: size -> offset + size
* Completely remove all dapps struct from rpc * Remove unused pub use * Remove dapp policy/permission func in ethcore * Remove all dapps settings from rpc * Fix rpc tests * Use both origin and user_agent * Address grumbles * Address grumbles * Fix tests
…nethereum#9275) * ethcore: add transition flag for transaction permission contract * ethcore: fix transaction permission contract tests
* deserialize block only once during verification * ethcore-sync uses Unverified * ethcore-sync uses Unverified * fixed build error * removed Block::is_good * applied review suggestions * ethcore-sync deserializes headers and blocks only once
* Add a `fastmap` crate that provides the H256FastMap specialized HashMap * Use `fastmap` instead of `plain_hasher` * Update submodules for Reasons™ * Submodule update
+ Added & removed chain params + Removed unused testnet chain spec
Callisto Patch for Parity PR
Could you rebase this on current master? 56 commits and 155 files changed sounds wrong; impossible to review right now. |
Maybe template it on top of #9413 |
Did you test it actually? I get a consensus issue.
|
As #9312 is merged, please rebase this on master and use |
@sjeohp ok, I will rebase with master. |
Please let me know when you are ready. |
Hi, I'm Callisto co-founder, in this PR I added the needed code to run Callisto mainnet and Testnet (Called Galilei) on Parity.
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.