Historique des commits

Auteur SHA1 Message Date
  darkfi 64fa4c2fef runtime/vm_runtime: rename GAS_LIMIT and add TX_GAS_LIMIT il y a 1 mois
  x 1da8d83977 runtime/import: Implement tx-local db functions il y a 5 mois
  x 24e884106b validator|runtime: Add tx-local state il y a 5 mois
  x 9785777642 chore: Update copyright license year il y a 7 mois
  parazyd a7d3fbdb71 runtime: Increase default WASM VM stack size and remove wasm-strip dependency il y a 1 an
  skoupidi 01950761e7 blockchain/contract_store: use monotrees for contracts states instead of checksums il y a 1 an
  oars d85cf80dbf replace log imports with tracing everywhere il y a 1 an
  skoupidi 400bc43e24 runtime: chore clippy il y a 1 an
  skoupidi 5c3e9d65a6 validator/consensus: define max block gas limit based on actual upper limits il y a 1 an
  skoupidi 9b90862028 blockchain/contract_store: exclude native contracts zkas trees in state monotree computation il y a 1 an
  parazyd c7d9414bf2 runtime: Port to wasmer-6.0 il y a 1 an
  parazyd 604f443fd1 chore: Update license header year il y a 1 an
  skoupidi 43f9fc8aa1 runtime: get_block_target() fn added, to retrieve current block time target(seconds) il y a 2 ans
  skoupidi 9f5e6aafc4 blockchain: changed block height from u64 to u32 il y a 2 ans
  skoupidi d9304c15cd runtime: changed call_index from u32 to u8 il y a 2 ans
  zero 56d5281f6c runtime: remove unused put_object_bytes() il y a 2 ans
  zero b9cc42cdf4 SDK: move all WASM runtime fns into wasm/ submod il y a 2 ans
  zero b6e8c00243 replace all data strings output as [123, 78, ...] with big endian hex strings. il y a 2 ans
  skoupidi dad7577bed blockchain/tx_store: new tx location tree added il y a 2 ans
  zero 9074440105 runtime: remove call_idx from the payload, and add it as a Runtime param il y a 2 ans
  zero 69cf9c3a1a runtime: add missing get_tx_hash() il y a 2 ans
  skoupidi ea93623ff8 blockchain/contract_store: unified wasm and states trees into a single store structure il y a 2 ans
  skoupidi 7d4151c230 sdk: fn get_tx(hash) added il y a 2 ans
  zero 0967744635 runtime: add tx_hash to runtime params il y a 2 ans
  zero 5c9e3bd4a1 tx: change tx.hash() -> Result<blake3::Hash> to tx.hash() -> TransactionHash, by calling .unwrap() on blake3 hasher. This should be safe (see code comment in tx/mod.rs:188 inside fn hash() ) il y a 2 ans
  zero c5166445d7 smt: get it working with the WASM, and add it to money contract for nullifiers. Summary of changes: il y a 2 ans
  skoupidi a3a747df39 contract/money/pow_reward: removed obselete ECVRF il y a 2 ans
  skoupidi 4e8e1ea0a2 chore: clippy il y a 2 ans
  nighthawk24 9d2adcd93a runtime : Use unwrap_or_else to set retdata il y a 2 ans
  skoupidi 3355575721 runtime: replaced timekeeper with verifying block height directly il y a 2 ans