Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.0](v0.0.4...v0.1.0) (2024-09-27)

### Features

* improve performance and memory usage ([e946a91](e946a91))
* make all block trx atomic, add self healing timeout retry ([69b84b0](69b84b0))
* replace prisma with raw sql and node-pg for migrations ([430a0cd](430a0cd))

### Bug Fixes

* add break if block add fails ([9df7e3e](9df7e3e))
* add DATABASE_USE_SSL option for remote dbs ([254fc13](254fc13))
* also error on 20 block sync attempts ([3c0412a](3c0412a))
* make error count less ([745f593](745f593))
* test commit ([6e2233f](6e2233f))
  • Loading branch information
semantic-release-bot committed Sep 27, 2024
1 parent 1d9a62c commit 4aeab5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ixo-blocksync-core",
"version": "0.1.0-develop.8",
"version": "0.1.0",
"description": "Syncs all the core info from an ixo blockchain to an instance of PostgresQL",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4aeab5a

Please sign in to comment.