-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exposed EosioAction from utils and added more logging to the startup …
…script.
- Loading branch information
1 parent
695ccc0
commit 09e90f8
Showing
16 changed files
with
566 additions
and
7 deletions.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"includes": [], | ||
"appenders": [ | ||
{ | ||
"name": "stderr", | ||
"type": "console", | ||
"args": { | ||
"stream": "std_error", | ||
"level_colors": [ | ||
{ | ||
"level": "debug", | ||
"color": "green" | ||
}, | ||
{ | ||
"level": "warn", | ||
"color": "brown" | ||
}, | ||
{ | ||
"level": "error", | ||
"color": "red" | ||
} | ||
] | ||
}, | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "stdout", | ||
"type": "console", | ||
"args": { | ||
"stream": "std_out", | ||
"level_colors": [ | ||
{ | ||
"level": "debug", | ||
"color": "green" | ||
}, | ||
{ | ||
"level": "warn", | ||
"color": "brown" | ||
}, | ||
{ | ||
"level": "error", | ||
"color": "red" | ||
} | ||
] | ||
}, | ||
"enabled": true | ||
} | ||
], | ||
"loggers": [ | ||
{ | ||
"name": "default", | ||
"level": "all", | ||
"enabled": true, | ||
"additivity": false, | ||
"appenders": ["stdout"] | ||
}, | ||
{ | ||
"name": "net_plugin_impl", | ||
"level": "all", | ||
"enabled": true, | ||
"additivity": false, | ||
"appenders": ["stdout"] | ||
}, | ||
{ | ||
"name": "http_plugin", | ||
"level": "all", | ||
"enabled": true, | ||
"additivity": false, | ||
"appenders": ["stdout"] | ||
}, | ||
{ | ||
"name": "producer_plugin", | ||
"level": "all", | ||
"enabled": true, | ||
"additivity": false, | ||
"appenders": ["stdout"] | ||
}, | ||
{ | ||
"name": "transaction_tracing", | ||
"level": "all", | ||
"enabled": true, | ||
"additivity": false, | ||
"appenders": ["stdout"] | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-DISALLOW_EMPTY_PRODUCER_SCHEDULE.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "2853617cec3eabd41881eb48882e6fc5e81a0db917d375057864b3befbe29acd", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "DISALLOW_EMPTY_PRODUCER_SCHEDULE" | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-FIX_LINKAUTH_RESTRICTION.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "a98241c83511dc86c857221b9372b4aa7cea3aaebc567a48604e1d3db3557050", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "FIX_LINKAUTH_RESTRICTION" | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-FORWARD_SETCODE.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "898082c59f921d0042e581f00a59d5ceb8be6f1d9c7a45b6f07c0e26eaee0222", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "FORWARD_SETCODE" | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-GET_SENDER.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "1eab748b95a2e6f4d7cb42065bdee5566af8efddf01a55a0a8d831b823f8828a", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "GET_SENDER" | ||
} |
13 changes: 13 additions & 0 deletions
13
src/eosio-config/protocol_features/BUILTIN-NO_DUPLICATE_DEFERRED_ID.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [ | ||
"ef43112c6543b88db2283a2e077278c315ae2c84719a8b25f25cc88565fbea99" | ||
], | ||
"description_digest": "45967387ee92da70171efd9fefd1ca8061b5efe6f124d269cd2468b47f1575a0", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "NO_DUPLICATE_DEFERRED_ID" | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-ONLY_BILL_FIRST_AUTHORIZER.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "2f1f13e291c79da5a2bbad259ed7c1f2d34f697ea460b14b565ac33b063b73e2", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "ONLY_BILL_FIRST_AUTHORIZER" | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-ONLY_LINK_TO_EXISTING_PERMISSION.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "f3c3d91c4603cde2397268bfed4e662465293aab10cd9416db0d442b8cec2949", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "ONLY_LINK_TO_EXISTING_PERMISSION" | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-PREACTIVATE_FEATURE.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "64fe7df32e9b86be2b296b3f81dfd527f84e82b98e363bc97e40bc7a83733310", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": false, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "PREACTIVATE_FEATURE" | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-RAM_RESTRICTIONS.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "1812fdb5096fd854a4958eb9d53b43219d114de0e858ce00255bd46569ad2c68", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "RAM_RESTRICTIONS" | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-REPLACE_DEFERRED.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "9908b3f8413c8474ab2a6be149d3f4f6d0421d37886033f27d4759c47a26d944", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "REPLACE_DEFERRED" | ||
} |
11 changes: 11 additions & 0 deletions
11
src/eosio-config/protocol_features/BUILTIN-RESTRICT_ACTION_TO_SELF.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"protocol_feature_type": "builtin", | ||
"dependencies": [], | ||
"description_digest": "e71b6712188391994c78d8c722c1d42c477cf091e5601b5cf1befd05721a57f3", | ||
"subjective_restrictions": { | ||
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000", | ||
"preactivation_required": true, | ||
"enabled": true | ||
}, | ||
"builtin_feature_codename": "RESTRICT_ACTION_TO_SELF" | ||
} |
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