Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable "dev" feature by default #595

Merged
merged 26 commits into from
Oct 29, 2021
Merged

disable "dev" feature by default #595

merged 26 commits into from
Oct 29, 2021

Commits on Oct 28, 2021

  1. rocksdb: turn on compression dictionary

    The persistent storage database becomes extremely large over time. As a
    low-hanging fix, turn on precomputed dictionary compression in RocksDB.
    Using a dictionary of 1MB should stop duplicative wasm blobs from
    inflating the database size to extreme levels, but this is not a
    substitute for future comprehensive tuning.
    juped committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4512df0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Merge branch 'rocksdb-compression-dict' (#586)

    * rocksdb-compression-dict:
      rocksdb: turn on compression dictionary
    juped committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    827da01 View commit details
    Browse the repository at this point in the history
  2. [apps/cli] add --force flag for tx cmds

    tzemanovic authored and juped committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    78f4800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb814d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    673499e View commit details
    Browse the repository at this point in the history
  5. [apps/client] update_vp tx pre-checks

    tzemanovic authored and juped committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4f3bb52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e54117 View commit details
    Browse the repository at this point in the history
  7. [vm/host_env] forbid deleting a VP

    tzemanovic authored and juped committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    866615c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddaa395 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba93354 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    452f075 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfd0e66 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    299ef70 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    949efcb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    214476b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    35e40e7 View commit details
    Browse the repository at this point in the history
  16. [apps/client/rpc] remove unnecessary Option on epoch

    It should always have a value
    tzemanovic authored and juped committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c200d6b View commit details
    Browse the repository at this point in the history
  17. [ci]: update wasm checksums

    Fraccaman authored and juped committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a4784ab View commit details
    Browse the repository at this point in the history
  18. Merge branch 'tomas/client-checks' (#594)

    * tomas/client-checks:
      [ci]: update wasm checksums
      [apps/client/rpc] remove unnecessary Option on epoch
      [apps/client] tx withdraw bond check validator and amount
      [apps/client] tx unbond check validator and amount
      [tests/e2e] fix invalid tx test to ignore client checks
      [apps/client] bond tx address and balance checks
      [apps/client] tx transfer check addresses and source balance
      [apps/client] make RPC storage queries public
      [apps/client] validate VPs in init-validator
      [apps/client] validate VP code in init-account
      [vm/host_env] forbid deleting a VP
      [shared/storage] allow to parse keys with VP segment (`?`)
      [apps/client] update_vp tx pre-checks
      [apps/client/rpc] add a query to check for address existence
      [ledger/rpc] add a query to check if storage key exists
      [apps/cli] add `--force` flag for tx cmds
    juped committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    49badbd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    09f0657 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    90b7cda View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    986f0e0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    233b1ea View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    80ae726 View commit details
    Browse the repository at this point in the history
  24. [README] note about ANOMA_DEV env var

    tzemanovic authored and juped committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7cb28b8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b1f764b View commit details
    Browse the repository at this point in the history