Releases: edenia/antelope-tools
Releases · edenia/antelope-tools
v2.4.5
Features
- hapi: return cpu and net average in getTransactions function #1226 (Torresmorah)
- webapp: add cpu and net utilization to transaction per block history #1226 (Torresmorah)
Bug Fixes
- webapp: add historic transactions per second #1226 (Torresmorah)
- hapi: query the average of transactions instead of the sum #1226 (Torresmorah)
- hapi: increase interval to sync the stats #1226 (Torresmorah)
- workflows: add HAPI_SYNC_STATS_INTERVAL in the libre testnet configuration #1226 (Torresmorah)
- hapi: fix block history #1226 (Torresmorah)
- format code #1226 (Torresmorah)
Performance Improvements
- hasura: change the schema of the block_history table #1226 (Torresmorah)
Chores
- hapi: remove unused fields #1226 (Torresmorah)
- webapp: remove unused query #1226 (Torresmorah)
- hasura: remove id from block_history_by_producer function #1226 (Torresmorah)
- hasura: add net and cpu usage to Transaction type #1226 (Torresmorah)
- kubernetes: add env variables to the max cpu and net utilization config #1226 (Torresmorah)
- workflows: add max cpu and net utilization for libre testnet #1226 (Torresmorah)
- hapi: close ws connection if it is not ready when try to send a message #1226 (Torresmorah)
Commits
v2.4.4
Features
- webapp: add TransactionHistory in Stress Test Dashboard page #1220 (Torresmorah)
- webapp: add cpu and net usage percentage into tps and tpb arrays #1220 (Torresmorah)
Bug Fixes
- workflows: disable stress test page in libre mainnet #1220 (Torresmorah)
Code Refactoring
- webapp: refactor styles to reuse the TransactionHistory component #1220 (Torresmorah)
Commits
v2.4.3
Features
- hapi: add env variable to disable missed blocks #1218 (Torresmorah)
- kubernetes: add HAPI_EOS_MISSED_BLOCKS_ENABLED variable #1218 (Torresmorah)
- workflows: disable missed blocks services and enable state history in the frontend #1218 (Torresmorah)
Bug Fixes
- workflows: fix value #1218 (Torresmorah)
v2.4.1
Features
- website: update homepage texts #1211 (Xavier Fernandez)
- hapi: use history plugin service #1214 (Torresmorah)
Bug Fixes
- webapp: fix tps and tpb graphic #1213 (Torresmorah)
- webapp: remove distinct on from fastest endpoints query #1213 (Torresmorah)
Performance Improvements
- hapi: filter blocks without transactions in transactions query #1214 (Torresmorah)
Chores
- github: disable stress-test #1213 (Torresmorah)
- hapi: use get_block to save the data in the block history table #1214 (Torresmorah)
- kubernetes: add the env variables for enable the block history #1214 (Torresmorah)
- workflows: enable block history and block distribution in libre testnet #1214 (Torresmorah)
- hapi: remove unneeded try/catch wrapper #1214 (Torresmorah)
- workflows: enable history plugin and remove HAPI_EOS_BLOCK_HISTORY_ENABLED variable #1214 (Torresmorah)
- hapi: remove the unused function to get the history block #1214 (Torresmorah)
- hapi: remove unused var #1214 (Torresmorah)
v2.4.0
Features
- hapi: add healthcheck for p2p endpoints #1207 (Torresmorah)
- hapi: split healthcheck of P2P and API endpoints #1207 (Torresmorah)
- webapp: remove filters to show healthcheck of P2P endpoints #1207 (Torresmorah)
- webapp: add P2P healthcheck in endpoints table #1207 (Torresmorah)
Bug Fixes
- webapp: remove shadow from noResults component in the endpoints list #1207 (Torresmorah)
Performance Improvements
- hapi: run the health check asynchronously #1207 (Torresmorah)
Chores
- hapi: add to endpoint response if it works #1207 (Torresmorah)
- webapp: use isWorking attribute from endpoint response #1207 (Torresmorah)
- hapi: update stats when updating bp.jsons #1207 (Torresmorah)
- webapp: format code #1207 (Torresmorah)
Commits
v2.3.5
Features
- libre: enable cpu benchmarks for libre mainnet #1205 (Xavier Fernandez)
v2.3.4
Bug Fixes
- hapi: get the correct bp that executed the transaction #1197 (Torresmorah)
- webapp: fix input.name must be a string #1197 (Torresmorah)
- hapi: use the cpu usage from block and refactor transact #1197 (Torresmorah)
Chores
- workflows: disable plugin history in libre-testnet #1204 (Torresmorah)
v2.3.3
Bug Fixes
- webapp: fix label styles #1192 (Torresmorah)
- webapp: reduce font size of the label #1192 (Torresmorah)
- webapp: fix validation for account creation and eslint warning #1194 (Torresmorah)
Chores
- workflows: update proton and telos block explorer urls #1194 (Torresmorah)
- envs: update proton and telos block explorer urls #1194 (Torresmorah)
- workflows: update jungle, libre, wax and proton urls #1194 (Torresmorah)
- envs: update jungle, libre and wax urls #1194 (Torresmorah)
v2.3.2
Features
- webapp: change design of connect wallet button #1189 (Torresmorah)
- webapp: responsive design for connect wallet button #1189 (Torresmorah)
- hapi: clean cpu rows from the last year #1190 (Torresmorah)
- webapp: for mobile design the language selector is moved from header to the sidebar #1189 (Torresmorah)
- webapp: add zoom and hide/show all options to cpu benchmark chart #1190 (Torresmorah)
Bug Fixes
- webapp: replace milliseconds to microseconds #1190 (Torresmorah)
- webapp: change duplicated sidebar icon and refactor CPU benchmark state #1190 (Torresmorah)
- webapp: minor text corrections #1189 (Torresmorah)
Chores
- hapi: runs the cleanup of the oldest cpu benchmarks every day #1190 (Torresmorah)
Commits
v2.3.1
Features
- hapi: save the last update of the producers list and the estimated next update #1181 (Torresmorah)
- webapp: add ProducersUpdateLog to show the last update and the next estimated update of BPs list #1181 (Torresmorah)
- webapp: add information on how the data is obtained and what the bp.json standard is #1185 (Torresmorah)
- hapi: add custum permission for cpu benchmark #1187 (Torresmorah)
- github: add custom permission for cpu benchmark in libre-testnet #1187 (Torresmorah)
Bug Fixes
- webapp: fix missing entity name in lacchain network #1180 (Torresmorah)
- hapi: use producer id when health check history is updated #1180 (Torresmorah)
- hapi: exclude the syncNodes process in the estimation of the next update #1181 (Torresmorah)
- webapp: increase the space between the name of the producers #1186 (Torresmorah)
Chores
- webapp: remove justified text alignment and minor text changes #1185 (Torresmorah)
- hapi: format code #1187 (Torresmorah)
- kubernetes: add HAPI_EOS_MECHANICS_CUSTOM_PERMISSION variable #1187 (Torresmorah)
- envs: add HAPI_EOS_MECHANICS_CUSTOM_PERMISSION variable #1187 (Torresmorah)