Skip to content

Releases: polytope-labs/hyperbridge

Tesseract Consensus v1.7.0

08 Apr 14:09
881715a

Choose a tag to compare

What's Changed

  • [tesseract-consensus] Fix participant check in tesseract-bsc (#714) (56416d0)

@hyperbridge/simplex v0.3.2

08 Apr 08:41
b1bcafa

Choose a tag to compare

What's Changed

  • [simplex, sdk]: Support Alchemy bundler, Turnkey signer (#742) (bb350eb)
  • [simplex,sdk]: add Circle Paymaster (#757) (6fc10c3)

@hyperbridge/sdk v1.9.4

08 Apr 09:30
a744adc

Choose a tag to compare

What's Changed

@hyperbridge/indexer v1.0.0

08 Apr 08:37
b1bcafa

Choose a tag to compare

What's Changed

  • Implement response status queries from indexer (#233) (1e01ae2)
  • Indexer: Account for race conditions (#21) (f281865)
  • feat: track GetRequestEvent with other events in indexer and update sdk (#29) (a160713)
  • Added tracing logs and decoupled the IndexerClient and QueryClient (#36) (b7e6a63)
  • chore(indexer): add triple curly braces for raw handlebars output (#73) (3ff5cfb)
  • chore(indexer): add Polygon Amoy testnet configuration (#101) (b6df18e)
  • introduce hydration config for indexer (#126) (7a61d9d)
  • fix: indexer stream in cancel order method not yielding SOURCE_FINALIZED (#177) (5f7f820)
  • feat: add latest statemachine height query to the indexer class (#190) (0aa5542)
  • fix: await entity save ops in indexer (#196) (244ddd4)
  • [indexer]: fix user activity id and createdAt (#203) (ea7d1ea)
  • [indexer]: verify intents graffiti before indexing (#205) (fd7aea7)
  • [indexer]: misc fixes (#225) (38f36c3)
  • [indexer]: index token lists for supported chains (#231) (9687f8c)
  • [indexer]: fix TokenList.pairedWith (#241) (4c5124e)
  • [indexer]: index IntentGatewayV2 (#252) (b4ba786)
  • [indexer]: introduce support for polkadot testnet (#278) (2d7b8c5)
  • [filler-v2,sdk,indexer]: Rebalancing Service, Tron tests, CI fixes, IGV2 indexer fixes (#279) (6b2e909)
  • [filler-v2, sdk, indexer]: fx strategy, intentsV2 refactor, partial fills indexing (#285) (a77bda5)
  • [sdk/indexer] Enhance data migration and type handling (#694) (6d7a60f)
  • [indexer] Use unsafeApi to query evm state for tron networks (#716) (7c38fae)
  • [indexer] Index only finalized blocks for polkadot asset hub (#720) (abf43ed)
  • [indexer] Replace subql/query with polytopelabs/omnihedron (#725) (3c210c6)
  • [indexer] Update Docker configuration and images; add support for polkadex (#727) (bdafcc8)
  • [indexer] Explicitly disable unfinalized blocks when not set (#730) (c9b2186)
  • [indexer] Index finalized blocks for BSC (#738) (fcf7e98)
  • [indexer] Fix race conditions when indexing requests and orders (#748) (058bfae)
  • Add a release workflow for Hyperbridge's indexer package (#763) (c281814)

Usage

tar -xzf hyperbridge-indexer-v1.0.0.tar.gz
cd hyperbridge-indexer-v1.0.0
npm install

# Set environment and RPC endpoints
export ENV=mainnet
# Create .env.mainnet with chain RPC endpoints

# Generate chain yamls and docker compose files
npm run codegen

@hyperbridge/sdk v1.9.3

07 Apr 12:28
6f655bb

Choose a tag to compare

What's Changed

  • [sdk] Fix race condition in executeIntent stream (#761) (6f655bb)

@hyperbridge/sdk v1.9.2

07 Apr 10:59
5443956

Choose a tag to compare

What's Changed

  • docs: add CI badge for test-sdk workflow (#758) (50d592d)
  • docs(sdk): fix license badge in README (#760) (0a56355)
  • [sdk] Yield information about fresh bids during auction period (#756) (5443956)

hyperbridge-v1.4.4

07 Apr 16:14
a253df7

Choose a tag to compare

What's Changed

  • Fix rustls CryptoProvider panic on node startup by @dharjeezy in #755

Full Changelog: hyperbridge-v1.4.3...hyperbridge-v1.4.4

Install hyperbridge 1.4.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/polytope-labs/hyperbridge/releases/download/hyperbridge-v1.4.4/hyperbridge-installer.sh | sh

Download hyperbridge 1.4.4

File Platform Checksum
hyperbridge-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

hyperbridge-v1.4.3

04 Apr 20:44
fe9e95a

Choose a tag to compare

What's Changed

Install hyperbridge 1.4.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/polytope-labs/hyperbridge/releases/download/hyperbridge-v1.4.3/hyperbridge-installer.sh | sh

Download hyperbridge 1.4.3

File Platform Checksum
hyperbridge-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Full Changelog: hyperbridge-v1.4.2...hyperbridge-v1.4.3

@hyperbridge/sdk v1.9.1

03 Apr 20:43
sdk-v1.9.1
cefdb19

Choose a tag to compare

What's Changed

  • fix(sdk): auction-based bid collection & blockTime fix (#750) (cefdb19)

@hyperbridge/sdk v1.9.0

03 Apr 13:18
0d14143

Choose a tag to compare

What's Changed

  • [sdk]: improve order executor interface and add support for resumption (#746) (0d14143)