This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Conversation
This file contains 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
Fix typos in contracts/eosiolib/types.h documentation
#4972 created a different calling path into `producer_plugin_impl::calculate_next_block_time` where there was no pending block state. As a result when the following conditions were met the code would dereference a null ptr: * the node was a producer, who _had_ produced during this processes lifetime OR replayed a block where they produced (so they have watermark data) * still in the active schedule of producers * experienced a gap in blocks of > 5 seconds (so they moved to our “waiting” mode) Credit goes to @heifner for the find
…roducer Fix for nullptr deref when producers are waiting
Remove unused variable
RPC /get_account use struct get_account_results { .. vector<permission> permissions; .. } struct permission { name perm_name; name parent; authority required_auth; }; i thank this mistake maybe because of struct permission_level{account_name actor, permission_name permission;} use name 'permission' try it: ./cleos set account permission ACCOUNT active PUBKEY shoud equ ./cleos set account permission ACCOUNT active owner PUBKEY
Update Docker plugin for Buildkite pipelines
cleos set account permission default parent error
MongoDB plugin filter based on action trace
Compat fixes for bios-boot-tutorial
Producer logging fix
Disallow returning WAST from get_code api
…o/eos into gh#5281-required-keys-delay
Return transaction_trace even if unable to serialize the action_trace…
Use transaction delay_sec in get_required_keys determination
bump version to 1.2.2
heifner
approved these changes
Aug 22, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.