Less memory - #14
Closed
lukads12345 wants to merge 186 commits into
Closed
Conversation
fix choose provider bugs
fix por result transaction missed bugs
change default sync mode from fast to full
change bootnode
remove fmt.print
remove unused fmt println
1. Modified configuration of chain parameters 2. Modified some api interfaces ### New Functions and Features Updated the parameters of the Genesis block, users need to update the next version ### New Updates and Enhancements Enhanced eth.getBlockReward interface to get different block rewards on the main and test nets ### Fixed Issues ### Acknowledged Issues and Suggestions ### How to Update Recompile the client according to the latest code
1. add new bootnode peer ### New Functions and Features ### New Updates and Enhancements ### Fixed Issues ### Acknowledged Issues and Suggestions ### How to Update Recompile the client according to the latest code
1. Fixed a pause in coin hitting caused when a transaction from a faucet was lost during a block rollback ### New Functions and Features ### New Updates and Enhancements ### Fixed Issues ### Acknowledged Issues and Suggestions ### How to Update Recompile the client according to the latest code
1. Fixed a pause in coin hitting caused when a transaction from a faucet was lost during a block rollback ### New Functions and Features ### New Updates and Enhancements ### Fixed Issues ### Acknowledged Issues and Suggestions ### How to Update Recompile the client according to the latest code
…/ubic-chain into genesis-testnet
1. Fixed a pause in coin hitting caused when a transaction from a faucet was lost during a block rollback ### New Functions and Features ### New Updates and Enhancements ### Fixed Issues ### Acknowledged Issues and Suggestions ### How to Update Recompile the client according to the latest code
1. Fixed a pause in coin hitting caused when a transaction from a faucet was lost during a block rollback ### New Functions and Features ### New Updates and Enhancements ### Fixed Issues ### Acknowledged Issues and Suggestions ### How to Update Recompile the client according to the latest code
1. change default http write timeout ### New Functions and Features ### New Updates and Enhancements ### Fixed Issues ### Acknowledged Issues and Suggestions ### How to Update Recompile the client according to the latest code
Add usage examples
Modify atomic usage
updates the internal/guide tests to use lighter scrypt parameters. Co-authored-by: lukads12345 <lukads12345>
remove unused function. core/consensus: fix incorrect uncle block error msg inihash/api: remove unused comments Co-authored-by: lukads12345 <lukads12345>
* inihash/consensus: fix incorrect comments. remove unused function. core/consensus: fix incorrect uncle block error msg inihash/api: remove unused comments * graphql: add query timeout This PR adds a 60 second timeout to graphql queries. --------- Co-authored-by: lukads12345 <lukads12345>
Many of the other types have a function to convert the type to a big.Int, but Address was missing this function. It is useful to be able to turn an Address into a big.Int when doing EVM-like computations natively in Go. Sometimes a Solidity address type is casted to a uint256 and having a Big method on the Address type makes this easy. Co-authored-by: lukads12345 <lukads12345>
* common/types: add Address.Big Many of the other types have a function to convert the type to a big.Int, but Address was missing this function. It is useful to be able to turn an Address into a big.Int when doing EVM-like computations natively in Go. Sometimes a Solidity address type is casted to a uint256 and having a Big method on the Address type makes this easy. * all: Modify the package name * cmd/clef: list accounts at startup Reports accounts known to Clef during startup, after master seed is provided by the user. --------- Co-authored-by: lukads12345 <lukads12345>
This is the initial step for support of Solidity errors in contract bindings. As of this change, errors can be decoded, but are not supported in bindings yet.
# Conflicts: # .github/workflows/build.yml
This PR significantly reduces the memory consumption of a long reorg
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
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.
Description
core: use less memory during reorgs