-
Notifications
You must be signed in to change notification settings - Fork 51
merge Release/0.10 into master #44
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
Merged
Merged
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
- contract.deploy.value()(src or address)
- change not to commit contract storage during the update phase - use bulktx mode only - refine code
- change to prevent error when sending tx with payload to non-contract account
- Normally RPC is used by admin
- Codes for old sync algorithm
- The early block verification prevents a valid reorganization. - bugfix: addBlock method had mistakenly returned nil except when the block is pushed into the error block cache so that error was silently ignored.
- For early rejection of a invalid block
and change votestat default count to 23
- process timeout error of mempool as cache miss - add skipmempool flag in signverifier - remove minor warning
- Fix wrong call to actor
- Add validation in mempool, too
- Compare chainID with aergo's official mainnet and testnet - connecting default polaris server is only enabled when chainid is matching at startup.
Tx to create, update name will take effect after mining block.
This reverts commit 3fcd8cc.
- Polaris will return peer list and success status even if registering peer is failed. - Since previous behavior confused many users.
- receive peer information of domain name instead of ip address - connect peer with domain name
- Remove envirionment dependent test case
* [name] Takes 1aergo to update name. Just like creating * [P2P] Fix handshake failed in default configuration - Didn't set address in default config (empty address value) * [proof] update storage key in state queries
- Add missing from f23da63b0d1
* [P2P] Fix occational deadlock when too much tx notices - Refactor stop process of remote peer, which caused deadlock in some heavy load condition. - Fix deadlock in stop channel - Change to not non-blocking manner. - Move role to manage net.Stream to remote peer from peer manager - Add ManageNumber to track peer connection. * [P2P] Fix occational deadlock when too much tx notices - Refactor stop process of remote peer, which caused deadlock in some heavy load condition. - Change concurrent model of removing peer from channel based to mutex - Fix deadlock in stop channel - Change to not non-blocking manner. - Move role to manage net.Stream to remote peer from peer manager - Add ManageNumber to track peer connection.
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.
No description provided.