Skip to content

Commit

Permalink
feat(drunemeton-1): provide logic module predicates whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jan 19, 2024
1 parent ece6c06 commit 1205656
Showing 1 changed file with 101 additions and 1 deletion.
102 changes: 101 additions & 1 deletion chains/drunemeton-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,107 @@
"params": {
"interpreter": {
"predicates_filter": {
"whitelist": [],
"whitelist": [
"call/1",
"throw/1",
"=/2",
"unify_with_occurs_check/2",
"subsumes_term/2",
"var/1",
"atom/1",
"integer/1",
"float/1",
"compound/1",
"acyclic_term/1",
"compare/3",
"sort/2",
"keysort/2",
"functor/3",
"arg/3",
"=../2",
"copy_term/2",
"term_variables/2",
"is/2",
"=:=/2",
"=\\=/2",
"\u003c/2",
"=\u003c/2",
"\u003e/2",
"\u003e=/2",
"clause/2",
"current_predicate/1",
"asserta/1",
"assertz/1",
"retract/1",
"abolish/1",
"findall/3",
"bagof/3",
"setof/3",
"current_input/1",
"current_output/1",
"set_input/1",
"set_output/1",
"open/4",
"close/2",
"flush_output/1",
"stream_property/2",
"set_stream_position/2",
"get_char/2",
"peek_char/2",
"put_char/2",
"get_byte/2",
"peek_byte/2",
"put_byte/2",
"read_term/3",
"write_term/3",
"op/3",
"current_op/3",
"char_conversion/2",
"current_char_conversion/2",
"\\+/1",
"repeat/0",
"call/2",
"call/3",
"call/4",
"call/5",
"call/6",
"call/7",
"call/8",
"atom_length/2",
"atom_concat/3",
"sub_atom/5",
"atom_chars/2",
"atom_codes/2",
"char_code/2",
"number_chars/2",
"number_codes/2",
"set_prolog_flag/2",
"current_prolog_flag/2",
"consult/1",
"phrase/3",
"expand_term/2",
"append/3",
"length/2",
"between/3",
"succ/2",
"nth0/3",
"nth1/3",
"call_nth/2",
"chain_id/1",
"block_height/1",
"block_time/1",
"bank_balances/2",
"bank_spendable_balances/2",
"bank_locked_balances/2",
"did_components/2",
"sha_hash/2",
"hex_bytes/2",
"bech32_address/2",
"source_file/1",
"json_prolog/2",
"uri_encoded/3",
"read_string/3"
],
"blacklist": []
},
"bootstrap": "",
Expand Down

0 comments on commit 1205656

Please sign in to comment.