Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 22:32
· 60 commits to main since this release

📦 Uncategorized

  • scheduled cargo-audit workflow
  • Fix audit workflow
  • Bump quinn-proto from 0.11.3 to 0.11.8 in the cargo group
  • clean up logging
  • remove remaining uses of log crate
  • grant token permissions for audit job
  • Update CODEOWNERS
  • Rebuild all tests and add missing Cargo.lock files
  • Use SCALE instead of Borsh
  • remove athena-hostfunctions and simplify host syscalls
  • Update C API to use uint64_t instead of uint256be where it makes sense
  • Bump quote from 1.0.36 to 1.0.37
  • Bump syn from 2.0.72 to 2.0.79
  • Bump futures from 0.3.30 to 0.3.31
  • Bump tokio from 1.39.2 to 1.40.0
  • Bump clap from 4.5.11 to 4.5.20
  • remove custom implementations of memcpy and memset
  • remove redundant stack-depth test
  • Consolidate method and args into a single opaque payload
  • PoC gdbstub for debugging guest programs
  • Bump thiserror from 1.0.63 to 1.0.64
  • Bump syn from 2.0.79 to 2.0.82
  • Bump proc-macro2 from 1.0.86 to 1.0.88
  • Bump serde from 1.0.204 to 1.0.210
  • Bump serde_json from 1.0.121 to 1.0.132
  • add athcon_encode_tx to serialize transactions
  • Fix and test wallet verify method
  • Straightforward maxspend implementation
  • remove unused ExecutionResult::create_address
  • cleanup tests in 'core'
  • simplify TestGetBalance
  • Improve error handling in Go bindings