forked from phpcoinn/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge main into test #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
attogram
wants to merge
20
commits into
test
Choose a base branch
from
main
base: test
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
Updated the checkpoints in `include/checkpoints.php` to the current block height. Enhanced the error messages in `include/init.inc.php`, `include/class/Block.php`, and `include/class/NodeSync.php` to provide more detailed information when a checkpoint fails. The error messages now include the checkpoint height, the expected block ID, and the actual block ID. Also formatted the 'Future block' error message to display the date in 'YYYY-MM-DD HH:MM:SS' format.
Creates a comprehensive guide for building smart contracts on the PHPCoin platform. The guide covers: - Structural rules - State management - Annotations - Core transaction templates - Built-in utilities - ERC20 token templates - Deployment - Command-line tools - A series of examples from "Hello, World!" to a "Wrapped PHPCoin" token.
Creates a comprehensive guide for building smart contracts on the PHPCoin platform. The guide covers: - Structural rules - State management - Annotations - Core transaction templates - Built-in utilities - ERC20 token templates - Deployment - Command-line tools - A series of examples from "Hello, World!" to a "Wrapped PHPCoin" token.
Adds a new section to the smart contract developer guide that explains the fixed fee for deploying a smart contract. - Specifies the cost for both mainnet (1000 PHPCoin) and testnet (100 PHPCoin). - Points to the `getSmartContractCreateFee()` method in `include/class/Blockchain.php` as the source of this value.
- Updates `include/checkpoints.php` with a comprehensive list of checkpoints, each including a timestamp comment. The comments are now correctly aligned for readability. - Improves the error message for the genesis block check in `include/init.inc.php` to provide more specific details. - Enhances the log message in `include/class/NodeSync.php` to give a more detailed output for checkpoint validation.
- Updates `include/checkpoints.php` with a comprehensive list of checkpoints up to height 1,240,000. - Adds a formatted timestamp comment to every checkpoint entry for clarity. - Aligns all comments in `checkpoints.php` for improved readability. - Improves the error message for the genesis block check in `include/init.inc.php` to provide more specific details. - Enhances the log message in `include/class/NodeSync.php` to give a more detailed output for checkpoint validation.
I will integrate this docs into official docs
Update checkpoints
Fix undefined var error - phpcoinn#18 - added sanitize id - psr12 style
- update viewer - update docs with breadcrumbs header - fix bad markdown in few files: empty [links]
Comment out debug print statements in shutdown_handler.
Let there be docs - update #1
CommonSessionHandler :: read - fix / refactor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft