Commit Verlauf

Autor SHA1 Nachricht Datum
  Devin AI 5f00c06369 feat: add Rust test replicating shell script for Wormhole contract initialization vor 5 Monaten
  Ayush Suresh ee8778a6b1 separated out types vor 5 Monaten
  Ayush Suresh e5664ef67b fixed struct name vor 5 Monaten
  Ayush Suresh d19b17d003 additional tests vor 5 Monaten
  Ayush Suresh 362c2dcbc2 split unit tets into independent file vor 5 Monaten
  Ayush Suresh 18b8a74963 fixed current guardian set index and related tests vor 5 Monaten
  Ayush Suresh bdb0626e0a fixed invlaid guardian set index test vor 5 Monaten
  Ayush Suresh c17969350e fixing parse and verify vm incorrect guardian index bug vor 5 Monaten
  Devin AI 5b747008cb fix: resolve no_std deployment conflicts while maintaining 23.9 KiB contract size vor 5 Monaten
  Devin AI 2a58ad864b chore: restore main.rs and clean up Cargo.toml configurations vor 5 Monaten
  Devin AI c11221fc8f fix: restore no_std configuration to reduce contract size from 24.9 KiB to 23.9 KiB vor 5 Monaten
  Ayush Suresh 66cf7c61da added main.rs back, but went over size limit again vor 5 Monaten
  Devin AI 77b997cb5e feat: restore test_wormhole_vaa function with original base64 VAA data vor 5 Monaten
  Devin AI d13da6d81b chore: remove temporary .cargo/config.toml used during cargo-stylus investigation vor 5 Monaten
  Devin AI 8fbca73ee6 feat: achieve 23.9 KiB target by inlining variables in verify_signature vor 5 Monaten
  Devin AI cbf6e338c5 feat: optimize contract size under 24KB by removing duplicate public methods vor 5 Monaten
  Devin AI a6648d57df feat: shorten error messages and panic strings for size optimization vor 5 Monaten
  Devin AI 802f0630cf feat: optimize contract size with dependency cleanup and aggressive compiler flags vor 5 Monaten
  Devin AI 44c66874a0 chore: remove unnecessary main.rs file after optimization verification vor 5 Monaten
  Devin AI a222f0e330 chore: update Cargo.lock after size optimization vor 5 Monaten
  Devin AI 430211d9b4 feat: optimize Stylus contract size - 92% reduction achieved vor 5 Monaten
  Devin AI 343b112877 Merge branch 'pyth-wormhole-stylus-integration' of https://github.com/pyth-network/pyth-crosschain into pyth-wormhole-stylus-integration vor 5 Monaten
  Ayush Suresh 12af81b1dd fixed export abi feature vor 5 Monaten
  Devin AI c408f633c1 fix: add PublicKey import back to test module vor 5 Monaten
  Devin AI ee56a8a662 fix: add hmac feature to libsecp256k1 for test guardian functions vor 5 Monaten
  Ayush Suresh e5dde4b82e whitespace vor 5 Monaten
  Devin AI 587a413634 fix: wrap no_mangle attribute with unsafe for compilation vor 5 Monaten
  Ayush Suresh 9f0c00abb0 reconfigured names of tests to not have 'real' vor 5 Monaten
  Ayush Suresh fca7e05468 refactored back from VA to VerifiedVM vor 5 Monaten
  Ayush Suresh 44fbd5413b removing use of 'as' and cleaning byte conversion of parse_vm vor 5 Monaten