Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
@eosio-toppings/api-postgres-plugin
Advanced tools
A module to serve the data from PostgresDB which is filled by fill-pg tool from Nodeos
RESTful API service making use of pg
obtain data from POstgresDB which written by (history-tools)fill-pg with SHiP-plugin.
The following API functions all accept a single parameter, a query which is basically an object containing several keys composed of the necessary values to query the database.
get_action_details
Get the details of a particular action based on its block_num
(block number), id
(transaction id) and action_ordinal
.
block_num
- string or numberid
- stringaction_ordinal
- numberget_actions
Get the list of actions based on certain criteria:
account_name
- string - if this value is passed then it fetches latest 100 transactions for smart contract account_name
records_count
- string - Number of actions to fetch (default is 100)get_all_permissions
Get the list of all last permissions based on the number of records_count
to show.
records_count
- stringaccount_name
- if this is passed then fetches the permission for only that account_name
get_block_details
Get the details of the block based on its ID or number as indicated by id_or_num
and RPC endpoint
to fetch action payload.
endpoint
- stringid_or_num
- stringget_blocks
Get the list of blocks based on certain criteria:
show_empty
- string - Whether to show empty blocks or notrecords_count
- string - Number of blocks to showGet the list of permissions based on its public_key
public_key
- stringget_smart_contracts
Get the list of all available smart contracts based on the number of records_count
to show.
records_count
- stringget_transaction_details
Get the details for a particular transaction based on its id
and RPC endpoint
to fetch action payload.
id
- stringendpoint
- stringget_transactions
Get the list of transactions based on certain criteria:
records_count
- string - Number of transactions to showFAQs
A module to serve the data from PostgresDB which is filled by fill-pg tool from Nodeos
The npm package @eosio-toppings/api-postgres-plugin receives a total of 3 weekly downloads. As such, @eosio-toppings/api-postgres-plugin popularity was classified as not popular.
We found that @eosio-toppings/api-postgres-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.