Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Useful Python 2.x script for Tezos bakers to calculate payouts for their delegators | |
| # This is a highly edited payout calculation script which aims to be a bit friendlier while giving more information. | |
| # Original credit goes to /u/8x1_ from https://reddit.com/r/tezos/comments/98jwb4/paypy_there_is_no_more_excuse_for_not_paying/ | |
| # Released under the MIT License - See bottom of file for license information | |
| import urllib | |
| import json | |
| import random | |
| import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #[starknet::interface] | |
| pub trait ValidateDeploy<TContractState> { | |
| fn __validate_deploy__( | |
| self: @TContractState, | |
| class_hash: felt252, | |
| contract_address_salt: felt252, | |
| public_key: felt252 | |
| ) -> felt252; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hey, I'm m-kus-44951260 and I have contributed to the Citrea Risc0 to BitVM Circuit MPC Phase2 Trusted Setup ceremony. | |
| The following are my contribution signatures: | |
| Circuit # 1 (verify_for_guest) | |
| Contributor # 59 | |
| Contribution Hash: 60eb97e3 149720df 68c52498 b610f027 | |
| a553d5d5 ec3c2eed 878edc8c 8777241f | |
| 87280845 914ceaf5 9bfe022b 02d9e199 | |
| 3cdb04f1 51efcbbb df222cfb 8ae597d7 |
OlderNewer