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

[refactor] #4161: rewrite config, _minimally_ #4239

Merged
merged 94 commits into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. [refactor]: wip

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    485d639 View commit details
    Browse the repository at this point in the history
  2. [refactor]: update structure

    - exclude genesis block loading from config
    - construct `KeyPair` on `iroha` completion
    - use full field names in `complete()`s
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dfcbe6d View commit details
    Browse the repository at this point in the history
  3. [refactor]: apply lints

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    934920b View commit details
    Browse the repository at this point in the history
  4. [feat]: include more ENV vars, refactor

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3ace984 View commit details
    Browse the repository at this point in the history
  5. [feat]: impl merging

    - `UserField` wrap instead of `Option`
    - move trusted peers uniqueness check
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6c159d5 View commit details
    Browse the repository at this point in the history
  6. [refactor]: update Kagami

    - Remove `config` subcommand
    - Update default `genesis` building
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    df36c7b View commit details
    Browse the repository at this point in the history
  7. [refactor]: restructure code

    - move generic tools to `iroha_config_base`
    - remove `iroha_client_config` crate
    - define client config in `iroha_client::config`
    - add client config sample TOML
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    22cef0d View commit details
    Browse the repository at this point in the history
  8. [refactor]: update iroha_logger

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2ad01aa View commit details
    Browse the repository at this point in the history
  9. [refactor]: update iroha_telemetry

    - update usage of `iroha_config`
    - use `Duration` in `RetryPeriod`
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ec65f38 View commit details
    Browse the repository at this point in the history
  10. [fix]: fix util macro

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0b7f105 View commit details
    Browse the repository at this point in the history
  11. [refactor]: re-struct config, update iroha_core

    - split "user-layer" and "actual" config modules
    - update logger, telemetry, and kagami (genesis)
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2abf6b9 View commit details
    Browse the repository at this point in the history
  12. [refactor]: update more crates

    - `iroha_client`
    - `iroha_torii`
    - move Torii `uri` to `iroha_torii_const`
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    95ea09b View commit details
    Browse the repository at this point in the history
  13. [feat]: compile iroha!

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4d8ebf0 View commit details
    Browse the repository at this point in the history
  14. [feat]: compile iroha_client!

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a08af33 View commit details
    Browse the repository at this point in the history
  15. [feat]: compile iroha_client_cli!

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d018064 View commit details
    Browse the repository at this point in the history
  16. [feat]: compile everything *_*

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a36ebf0 View commit details
    Browse the repository at this point in the history
  17. [fix]: chores

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1e60a93 View commit details
    Browse the repository at this point in the history
  18. [refactor]: pass tests

    - update signature of `PeerId::new` (avoid extra clone)
    - fix `UserField::set`
    - fix deps of `iroha_config_base`
    - resolve runtime todos in `iroha_config`
    - update `iroha_swarm` generation output
    - some other refactoring
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c7cf027 View commit details
    Browse the repository at this point in the history
  19. [feat]: implement extends

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f80b5d2 View commit details
    Browse the repository at this point in the history
  20. [chore]: update default snapshot storage

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3c7c259 View commit details
    Browse the repository at this point in the history
  21. [fix]: update after rebase

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    55f48ad View commit details
    Browse the repository at this point in the history
  22. [refactor]: update just everything

    - `test_env.py`: use toml configs
    - remove other channel configs
    - put example configs into `config_samples` dir
    - put docker setup into `config_samples/swarm` dir
    - pytests: split settings for CLI and config paths
    - make test env runnable
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d5d589a View commit details
    Browse the repository at this point in the history
  23. [refactor]: refactored config boilerplate into dedicated modules

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    381c9dc View commit details
    Browse the repository at this point in the history
  24. [refactor]: apply some lints

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5f02d15 View commit details
    Browse the repository at this point in the history
  25. [refactor]: update config naming in [queue]

    also run tests with all features enabled
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8da4b83 View commit details
    Browse the repository at this point in the history
  26. [feat]: implement Config::load shorthand

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c238898 View commit details
    Browse the repository at this point in the history
  27. [docs]: add comment

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c9891a6 View commit details
    Browse the repository at this point in the history
  28. [ci]: fix typo

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d371665 View commit details
    Browse the repository at this point in the history
  29. [ci]: install tomli_w via pacman

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2d4760c View commit details
    Browse the repository at this point in the history
  30. [chore]: fix whitespace

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7cc0541 View commit details
    Browse the repository at this point in the history
  31. [revert]: update the snapshot store path

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4d2ddbe View commit details
    Browse the repository at this point in the history
  32. [refactor]: fix pytests

    - do not mutate client config from tests,
      override via env instead
    - add `TORII_URL` env var to client config
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f76a591 View commit details
    Browse the repository at this point in the history
  33. [refactor]: apply suggestions from code review

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7e6276e View commit details
    Browse the repository at this point in the history
  34. [refactor]: curl up SumeragiStartArgs

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1f7b5dc View commit details
    Browse the repository at this point in the history
  35. [refactor]: refine telemetry

    - simplify `regular_telemetry` to just `telemetry`
    - clearer config passing
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bfe51ac View commit details
    Browse the repository at this point in the history
  36. [refactor]: use Infallible

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    33d36fa View commit details
    Browse the repository at this point in the history
  37. [refactor]: simplify client config

    - `nonce` instead of `add_nonce`
    - move `[api]` to root
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4b5f09e View commit details
    Browse the repository at this point in the history
  38. [refactor]: update --config arg

    - remove default value
    - remove `IROHA_CONFIG` env
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7456a82 View commit details
    Browse the repository at this point in the history
  39. [docs]: update read_config_and_genesis docs

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f2e1508 View commit details
    Browse the repository at this point in the history
  40. [refactor]: chore

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    20bc0e8 View commit details
    Browse the repository at this point in the history
  41. [refactor]: just idle_time, without query_

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f669871 View commit details
    Browse the repository at this point in the history
  42. [revert]: use ident_length_limits in _actual_ config

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0a53afe View commit details
    Browse the repository at this point in the history
  43. [refactor]: use Config, not vague Root

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    de8fff5 View commit details
    Browse the repository at this point in the history
  44. [chore]: remove comment

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f255308 View commit details
    Browse the repository at this point in the history
  45. [refactor]: use capacity term in Queue

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4693868 View commit details
    Browse the repository at this point in the history
  46. [refactor]: set_creation_time_ms, use * instead of mul

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    250c1db View commit details
    Browse the repository at this point in the history
  47. [fix]: remove dead code

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5bfaf8f View commit details
    Browse the repository at this point in the history
  48. [refactor]: update --config args

    - use `PathBuf` again
    - remove default value at Client CLI
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    55d7aed View commit details
    Browse the repository at this point in the history
  49. [chore]: cleaning

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    152d4cb View commit details
    Browse the repository at this point in the history
  50. [refactor]: use strum in place of parse_display

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    609bd26 View commit details
    Browse the repository at this point in the history
  51. [refactor]: no unsafe code any more

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    980c8ef View commit details
    Browse the repository at this point in the history
  52. [refactor]: docs & refinements

    - document code in:
      - `iroha_config_base`
      - `iroha_config`
      - `iroha_client::config`
    - refactor `iroha_config_base` APIs
    - move `ExtendsPaths` into `iroha_config_base`
    - remove `[iroha]` user config section
      - move `chain_id` and key pair to the root
      - move `p2p_address` to `network.address`
    - rename `user_layer` modules to `user`
    - add `_bytes` suffix for relevant fields,
      put a TODO to add a newtype for it
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    375dce2 View commit details
    Browse the repository at this point in the history
  53. [docs]: fill peer.example.toml

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3e03cf0 View commit details
    Browse the repository at this point in the history
  54. [chore]: re-export ConfigurationDTO from client

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5951191 View commit details
    Browse the repository at this point in the history
  55. [test]: fix them

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e192306 View commit details
    Browse the repository at this point in the history
  56. [refactor]: apply lints

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    213dc91 View commit details
    Browse the repository at this point in the history
  57. [test]: fix pytests

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    65ed561 View commit details
    Browse the repository at this point in the history
  58. [misc]: re-arrange sample configurations

    - use `configs` dir again
    - name example configs as _templates_
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c9deae7 View commit details
    Browse the repository at this point in the history
  59. [docs]: update README

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5828a08 View commit details
    Browse the repository at this point in the history
  60. [refactor]: remove parse-display from deps

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    90356e6 View commit details
    Browse the repository at this point in the history
  61. [refactor]: remove extra iroha_config_base exposure from the client

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    abbb48f View commit details
    Browse the repository at this point in the history
  62. [fix]: import Deserialize in the macro

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    eaaa958 View commit details
    Browse the repository at this point in the history
  63. [refactor]: use PrivateKey::into_raw instead

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5083524 View commit details
    Browse the repository at this point in the history
  64. [ci]: use --break-system-packages pip flag

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7bf07d1 View commit details
    Browse the repository at this point in the history
  65. [fix]: regenerate swarms

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ddd099b View commit details
    Browse the repository at this point in the history
  66. [ci]: fix pytests workflow

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    aadc5a9 View commit details
    Browse the repository at this point in the history
  67. [fix]: remove PrivateKey::payload() access

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c82798b View commit details
    Browse the repository at this point in the history
  68. [docs]: fix "unable to validate" doc

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    abb7a94 View commit details
    Browse the repository at this point in the history
  69. [refactor]: accept Duration for set_creation_time

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8abb1a6 View commit details
    Browse the repository at this point in the history
  70. [refactor]: PrivateKey::to_raw

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0ee40dd View commit details
    Browse the repository at this point in the history
  71. [fix]: do not extend trusted peers in config

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    34cf890 View commit details
    Browse the repository at this point in the history
  72. [refactor]: hide user view from iroha_client::config

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2c17ad1 View commit details
    Browse the repository at this point in the history
  73. [refactor]: rename *configuration to config everywhere﹡

    ﹡except crypto
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d983a45 View commit details
    Browse the repository at this point in the history
  74. [fix]: update default wasm fuel limit

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8e9ddf0 View commit details
    Browse the repository at this point in the history
  75. [refactor]: change docs and methods of WebLogin

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    881f60c View commit details
    Browse the repository at this point in the history
  76. [fix]: trusted peers and config tests

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e7b66fb View commit details
    Browse the repository at this point in the history
  77. [refactor]: rename telemetry.dev.out_file

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5543e43 View commit details
    Browse the repository at this point in the history
  78. [docs]: update GenesisNetwork::new errors

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5e95dc2 View commit details
    Browse the repository at this point in the history
  79. [refactor]: use serde_with

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    36cc10c View commit details
    Browse the repository at this point in the history
  80. [misc]: move nonzero_ext to workspace level

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8239f0f View commit details
    Browse the repository at this point in the history
  81. [fix]: make --config optional

    It is still possible to set full config via env
    (e.g. `iroha_swarm` case)
    
    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c5d8c70 View commit details
    Browse the repository at this point in the history
  82. [chore]: remove "regular" from telemetry re-export

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4dc67ac View commit details
    Browse the repository at this point in the history
  83. [chore]: rename imports in wasm.rs

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4e8f2e1 View commit details
    Browse the repository at this point in the history
  84. [refactor]: lints

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e35ce3c View commit details
    Browse the repository at this point in the history
  85. [refactor]: use serde_with in swarm

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5564d98 View commit details
    Browse the repository at this point in the history
  86. [refactor]: rename parameters, cover full config in tests, fix bugs

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6011e4d View commit details
    Browse the repository at this point in the history
  87. [test]: cover absolute paths

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9c584a3 View commit details
    Browse the repository at this point in the history
  88. [refactor]: update client configs, cover full in tests

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    04ee42f View commit details
    Browse the repository at this point in the history
  89. [refactor]: lints

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9c4384f View commit details
    Browse the repository at this point in the history
  90. [fix]: also rename ENVs

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    50ba71a View commit details
    Browse the repository at this point in the history
  91. [build]: add notes to Dockerfile

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    838a4cf View commit details
    Browse the repository at this point in the history
  92. [chore]: update style in iroha_test_config.toml

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bc5c420 View commit details
    Browse the repository at this point in the history
  93. [test]: fix old params in test_env.py

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3a6bbc5 View commit details
    Browse the repository at this point in the history
  94. [test]: add a note to panic_on_invalid_genesis.sh

    Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
    0x009922 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7d54e87 View commit details
    Browse the repository at this point in the history