Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Version 1.2.2 #5382

Merged
merged 38 commits into from
Aug 22, 2018
Merged

Version 1.2.2 #5382

merged 38 commits into from
Aug 22, 2018

Conversation

wanderingbort
Copy link
Contributor

No description provided.

conr2d and others added 30 commits August 15, 2018 12:58
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
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
Disallow returning WAST from get_code api
@wanderingbort wanderingbort merged commit 2ad4127 into master Aug 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants