Skip to content

Releases: pinknetworkx/eosio-contract-api

v1.3.24

29 Nov 11:34
27aa795
Compare
Choose a tag to compare
  • Add template_buyoffers support
  • Fix marketplace name overflow

Database will be migrated automatically on upgrade and first run of filler

v1.3.21

07 Aug 10:22
Compare
Choose a tag to compare
  • More consistent data in responses
  • Speed Improvements
  • Stability Fixes

Database will be migrated automatically on upgrade and first run of filler

v1.3.17

21 Sep 14:57
2ebe336
Compare
Choose a tag to compare

New filters for atomicassets /assets endpoint

  • burner (filter by account that burned the asset)
  • initial_receiver (filter by account that the asset was minted to)

Database Changes

  • Rename table atomicassets_template_counts to atomicassets_asset_count and
  • Dropped not used indexes

Multiple fixes and performance improvements

v1.3.14

04 Jul 17:12
f2c7ad3
Compare
Choose a tag to compare

New way to calculate the estimated prices for templates and removed all materialized views from the project

v1.3.13

29 May 14:57
4c59784
Compare
Choose a tag to compare

Tables will be migrated automatically but update can take about 30 minutes.

  • Remove materialized views atomicmarket_stats_markets and atomicmarket_stats_prices to decrease IO usage
  • Added table atomicmarket_stats_markets that merges the data of both materialized views and is updated with new sales instead of refreshing the complete table
  • Fixed a bug that templates and schemas endpoints did not filter by collection_name

v1.3.12

27 Apr 08:58
eac33f3
Compare
Choose a tag to compare
  • Fixed a bug that filler restarts from the wrong block if ship connection breaks while processing a block
  • Add better autovacuum and autoanalyze settings for large tables to speed up queries and especially fork rollbacks
  • Removed materialized view atomicmarket_sale_prices to reduce IO and database load -> Price sorting and price filters in /v1/sales wont work anymore. Please migrate to /v2/sales. If you are an operator, you can enable disable_v1_sales to map the /v2/sales endpoint to the /v1/sales endpoint, which should have the same interface to make this release non breaking.
  • Bumped dependencies
  • General bugfixes