Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
r-near committed Jan 29, 2025
1 parent 99ac4ff commit 6eeba00
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .changeset/tame-mayflies-grab.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,27 @@
"omni-bridge-sdk": minor
---

Support for fetching or generating proofs across various chains
Add cross-chain proof infrastructure and enhance NEAR client operations

### Features

- **EVM Proof Generation**: Implemented Merkle proof generation for EVM transactions using EthereumJS utilities
- Supports legacy/dynamic transaction types (pre-Shapella, post-Dencun)
- Includes receipt, log entry, and header proofs in RLP-encoded format
- **Wormhole Integration**: Added VAA (Verified Action Approval) retrieval for cross-chain message verification
- **NEAR Enhancements**:
- Automatic mainnet/testnet detection for locker contracts
- Transaction polling with 60s timeout for `logMetadata`
- Structured event parsing from NEAR transaction logs

### Improvements

- Added network-aware RPC configuration for EVM chains (Eth/Mainnet, Base, Arb)
- Extended NEAR client return types to include MPC signatures and parsed events
- Added comprehensive test suite for EVM proof generation with snapshot verification

### Dependencies

- Added @ethereumjs/mpt@7.0.0-alpha.1
- Added @ethereumjs/util@9.1.0
- Added @wormhole-foundation/sdk@1.5.0

0 comments on commit 6eeba00

Please sign in to comment.