Skip to content

SpaceJam 0.6.7

Choose a tag to compare

@clearloop clearloop released this 12 Aug 07:09
· 1 commit to main since this release
3b47a77

SpaceJam binaries matches graypaper 0.6.7

Fuzz

$ spacejam fuzz -h
Spacejam fuzz command

Usage: spacejam fuzz [OPTIONS] <COMMAND>

Commands:
  target  Fuzz with local unix socket
  fuzzer  Fuzz with a fuzzer
  tx      Run trace test via the given trace file
  help    Print this message or the help of the given subcommand(s)

Options:
  -v...         The verbosity level (repeat for more verbosity)
  -n, --noansi  Disable ANSI colors
  -h, --help    Print help

Changes

  • Fixes from fuzzing tests
  • Refactor the fork handlers in network
  • Accounts storage deposit offset and additional metadata
    • Add creation_slot, last_accumulation_slot and parent_service to service account
  • Use sequence for core assignment privileges
  • Reindex the host calls
  • State Merkilization
    • update storage encoding
    • update account info encoding
  • Split MMR from recent blocks
  • Update storage key encoding
  • Merge storage ops
  • Update the fuzz command