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

Properly define and document our public interface #656

Merged
merged 52 commits into from
May 5, 2023
Merged

Commits on May 1, 2023

  1. some docstrings updated

    plafer committed May 1, 2023
    Configuration menu
    Copy the full SHA
    afa0f76 View commit details
    Browse the repository at this point in the history
  2. Remove dynamic_typing module

    plafer committed May 1, 2023
    Configuration menu
    Copy the full SHA
    81d6a6d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    84b690e View commit details
    Browse the repository at this point in the history
  2. Make crate::utils private

    plafer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    0b3b59c View commit details
    Browse the repository at this point in the history
  3. docs

    plafer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ce06ed8 View commit details
    Browse the repository at this point in the history
  4. Remove unused struct

    plafer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    68de994 View commit details
    Browse the repository at this point in the history
  5. move events under core

    plafer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d018354 View commit details
    Browse the repository at this point in the history
  6. move timestamp under core

    plafer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    74c1f93 View commit details
    Browse the repository at this point in the history
  7. Move tx_msg under core

    plafer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5a51f62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c4e261 View commit details
    Browse the repository at this point in the history
  9. Make core::handler private

    plafer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    080fd56 View commit details
    Browse the repository at this point in the history
  10. Re-export all core::context

    plafer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    73b66a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97abb44 View commit details
    Browse the repository at this point in the history
  12. core module docs

    plafer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    048578c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7c23242 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. many docs improvements

    plafer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c7e49fc View commit details
    Browse the repository at this point in the history
  2. Release v0.39.0 (#657)

    * unclog release
    
    * bump version
    
    * Correct issue 621 description
    
    ---------
    
    Co-authored-by: Farhad Shabani <[email protected]>
    plafer and Farhad-Shabani committed May 3, 2023
    Configuration menu
    Copy the full SHA
    45e733c View commit details
    Browse the repository at this point in the history
  3. fix doc test

    plafer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    590a92d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dd08b1 View commit details
    Browse the repository at this point in the history
  5. more docs improvements

    plafer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    98c5c81 View commit details
    Browse the repository at this point in the history
  6. remove unused function

    plafer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    459c459 View commit details
    Browse the repository at this point in the history
  7. client docs improvements

    plafer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1c0ad93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4779436 View commit details
    Browse the repository at this point in the history
  9. connection

    plafer committed May 3, 2023
    Configuration menu
    Copy the full SHA
    906d577 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. finish ics-20 docs

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    47f2766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56631ee View commit details
    Browse the repository at this point in the history
  3. core docs

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    0a5b968 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8796b7c View commit details
    Browse the repository at this point in the history
  5. Make all TYPE_URL private

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    f434322 View commit details
    Browse the repository at this point in the history
  6. Move Acknowledgement

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    6cec88e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    399a3b4 View commit details
    Browse the repository at this point in the history
  8. finish channel docs

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    e9cce06 View commit details
    Browse the repository at this point in the history
  9. Remove ics05_port module

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    1fe5522 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41d0148 View commit details
    Browse the repository at this point in the history
  11. remove error module

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    da63d2d View commit details
    Browse the repository at this point in the history
  12. cleanup ics24_host path

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    5585395 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9574a09 View commit details
    Browse the repository at this point in the history
  14. move RouterError

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    921b014 View commit details
    Browse the repository at this point in the history
  15. move msgs under core

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a4bad4f View commit details
    Browse the repository at this point in the history
  16. remove tx_msg

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    75107a6 View commit details
    Browse the repository at this point in the history
  17. router module

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3e6bde4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f852a3e View commit details
    Browse the repository at this point in the history
  19. router

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    1d7462f View commit details
    Browse the repository at this point in the history
  20. finish ics23

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3963212 View commit details
    Browse the repository at this point in the history
  21. mock

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    58a5da6 View commit details
    Browse the repository at this point in the history
  22. fmt

    plafer committed May 4, 2023
    Configuration menu
    Copy the full SHA
    50628e3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b59e9a0 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Add serialization for various structs and enums (#653)

    * Add serialization for various structs and enums
    
    * Create 652-codec-borsh-serde.md
    
    ---------
    
    Signed-off-by: Davirain <[email protected]>
    DaviRain-Su authored and plafer committed May 5, 2023
    Configuration menu
    Copy the full SHA
    953738b View commit details
    Browse the repository at this point in the history
  2. changelog

    plafer committed May 5, 2023
    Configuration menu
    Copy the full SHA
    513d61a View commit details
    Browse the repository at this point in the history
  3. remove ClientTypePath

    plafer committed May 5, 2023
    Configuration menu
    Copy the full SHA
    405434d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d5cd8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57b9468 View commit details
    Browse the repository at this point in the history