v1.0.0
1.0.0 (2024-05-25)
Features
- add jwt secret for authentication (#243) (78a633d)
- add sgx input file lock to avoid concurrency problem (9df1473)
- Always respond with 200 but include status key (#214) (9c13a4f)
- batch get 256 history headers (#95) (fd3434a)
- let user setup which network to run (#246) (9f80be5)
- lock the setup for sharing instance (#244) (04d3197)
- raiko: api versioning (#196) (09e0005)
- raiko: Cherry-pick A7 updates(#182) (#197) (b3c2c1d)
- raiko: ci use sgx hw (#175) (a40be21)
- raiko: ci use sgx hw (#175) (b7c44de)
- raiko: enable kzg blob check (#148) (9865b4c)
- raiko: generalized build pipeline for ZkVMs guests (#133) (9cebd36)
- raiko: install script + makefile CI integration (#159) (a6c1095)
- raiko: load program from elf for risc zero (#194) (dc0a427)
- raiko: raiko object (#149) (c4215bd)
- raiko: read & merge chain spec from a optional config file (#206) (4c76667)
- raiko: remove A6 support (#200) (250b9ea)
- raiko: run general tests on all targets (#164) (27b0bee)
- raiko: unity sgx & native proof response (#223) (bead6e9)
- raiko: update chain spec (#235) (8f21a69)
- raiko: update docker build (#225) (e58c082)
- use batch api instead of customize api for history headers (49d147f)
- use spec in setup (#236) (cd097a5)
- use stdin instead of sgx tmp file (0d33aa8)
Bug Fixes
- can't share setup between pods (#253) (0d7be6b)
- different manifest in docker and local (#117) (52999d6)
- docker stuff (#241) (6bb70b1)
- enable the mpt cache (#62) (46825d6)
- fetch history headers (#100) (4fd70ee)
- install sudo for gramine (#250) (4f78b0a)
- let config_path in config_dir (#233) (78a5844)
- lib: temporarily disable kzg check in sgx/sp1 provers (#157) (039d2fa)
- metrics docker fix (#216) (86bbc55)
- mismatch method signature of libc's calloc (#201) (ecde21d)
- raiko: fix sticky invalid tx state (#184) (99f5580)
- raiko: make kzg work on SP1 (#205) (027c3ae)
- revm bn254 mul issue + cancun support + misc issues (#222) (d90acd0)
- use json num instead of string (#252) (9bcb44a)
Performance Improvements
- only filter once (e1f5d41)