Historie revizí

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