Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 4.0.0 #361

Merged
merged 12 commits into from
Jun 11, 2024
Merged

release 4.0.0 #361

merged 12 commits into from
Jun 11, 2024

Commits on Feb 13, 2024

  1. docs: update openapi description

    update openapi description
    
    Update src/api/schemas.ts
    
    Co-authored-by: max-crawford <102705427+max-crawford@users.noreply.github.com>
    
    Update src/api/schemas.ts
    
    Co-authored-by: max-crawford <102705427+max-crawford@users.noreply.github.com>
    
    Update src/api/schemas.ts
    
    Co-authored-by: max-crawford <102705427+max-crawford@users.noreply.github.com>
    
    Update src/api/schemas.ts
    
    Co-authored-by: max-crawford <102705427+max-crawford@users.noreply.github.com>
    2 people authored and rafaelcr committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e162946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02aa628 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge pull request #346 from hirosystems/master

    merge master into develop
    rafaelcr committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ba936ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3695086 View commit details
    Browse the repository at this point in the history
  3. feat!: ingest BRC20 data from ordhook (#347)

    * chore: progress
    
    * feat: new apply
    
    * fix: minted supply
    
    * fix: track tx counts
    
    * feat: rollbacks
    
    * fix: transfer rollbacks
    
    * fix: activity addresses
    
    * fix: multiple transfer test
    
    * fix: holders
    
    * fix: operation indexes
    
    * fix: style
    
    * chore: upgrade chainhook client
    
    * fix: add brc20 to default predicate
    rafaelcr committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    56a8851 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. feat!: support reinscription transfers (#348)

    * chore: progress
    
    * feat: new apply
    
    * fix: minted supply
    
    * fix: track tx counts
    
    * feat: rollbacks
    
    * fix: transfer rollbacks
    
    * fix: activity addresses
    
    * fix: multiple transfer test
    
    * fix: holders
    
    * fix: operation indexes
    
    * chore: draft
    
    * fix: style
    
    * chore: optimize migrations
    
    * fix: initial inserts
    
    * fix: get inscription endpoint
    
    * fix: rollback
    
    * fix: ordhook tests passing
    
    * chore: logging
    
    * fix: recursion refs
    
    * fix: current location comparison
    
    * fix: transfers table
    
    * test: sat reinscription transfers
    
    * fix: start applying counts
    
    * fix: tests
    
    * fix: all api tests passing
    
    * test: transfers per block reinscription
    
    * test: address transfer counts
    
    * fix: brc20 tests
    
    * chore: refactor block caches
    
    * chore: clean unused exports
    rafaelcr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5422156 View commit details
    Browse the repository at this point in the history
  2. fix: detect block gaps when streaming from ordhook (#349)

    * fix: detect gaps when streaming
    
    * fix: tests
    rafaelcr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3c1480f View commit details
    Browse the repository at this point in the history
  3. feat: return parent and metadata in inscription responses (#350)

    * fix: show parent
    
    * fix: metadata
    
    * fix: tests
    rafaelcr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    939286e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #351 from hirosystems/develop

    release into beta
    rafaelcr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c53f144 View commit details
    Browse the repository at this point in the history
  5. chore(release): 4.0.0-beta.1 [skip ci]

    ## [4.0.0-beta.1](v3.1.0...v4.0.0-beta.1) (2024-04-26)
    
    ### ⚠ BREAKING CHANGES
    
    * support reinscription transfers (#348)
    * ingest BRC20 data from ordhook (#347)
    
    ### Features
    
    * ingest BRC20 data from ordhook ([#347](#347)) ([56a8851](56a8851))
    * return `parent` and `metadata` in inscription responses ([#350](#350)) ([939286e](939286e))
    * support reinscription transfers ([#348](#348)) ([5422156](5422156))
    
    ### Bug Fixes
    
    * detect block gaps when streaming from ordhook ([#349](#349)) ([3c1480f](3c1480f))
    semantic-release-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1515b5d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix: ordhook ingestion (#356)

    * chore: launch configs
    
    * fix: migrations
    
    * fix: debug server
    
    * fix: optimize address handling
    
    * chore: upgrade client
    
    * fix: debug server
    
    * fix: disable gap check during replay mode
    
    * fix: adjust insert batch size
    
    * fix: debug server name
    
    * fix: batch insert owners
    
    * fix: optimize fks
    
    * fix: remove directly
    
    * fix: fk name
    
    * chore: drop unnecessary fks
    
    * fix: batch inscription transfers
    
    * fix: use full index for block tx index
    rafaelcr committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dfc003e View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0-beta.2 [skip ci]

    ## [4.0.0-beta.2](v4.0.0-beta.1...v4.0.0-beta.2) (2024-06-11)
    
    ### Bug Fixes
    
    * ordhook ingestion ([#356](#356)) ([dfc003e](dfc003e))
    semantic-release-bot committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d6acea7 View commit details
    Browse the repository at this point in the history