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

feat: Proposals Queue #515

Merged
merged 27 commits into from
May 23, 2023
Merged

feat: Proposals Queue #515

merged 27 commits into from
May 23, 2023

Commits on May 16, 2023

  1. flake.lock: Update

    Flake lock file updates:
    
    • Updated input 'nixpkgs':
        'github:NixOS/nixpkgs/44f30edf5661d86fb3a95841c35127f3d0ea8b0f' (2023-05-02)
      → 'github:NixOS/nixpkgs/d4825e5e4ac1de7d5bb99381534fd0af3875a26d' (2023-05-16)
    • Updated input 'rust-overlay':
        'github:oxalica/rust-overlay/d59c3fa0cba8336e115b376c2d9e91053aa59e56' (2023-05-03)
      → 'github:oxalica/rust-overlay/65c3f2655f52a81e1b3e629d4c07df4873d0f2bb' (2023-05-16)
    shekohex committed May 16, 2023
    Configuration menu
    Copy the full SHA
    77d9818 View commit details
    Browse the repository at this point in the history
  2. Base case testing

    shekohex committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f717b30 View commit details
    Browse the repository at this point in the history
  3. Remove ProposalsStore

    shekohex committed May 16, 2023
    Configuration menu
    Copy the full SHA
    885593d View commit details
    Browse the repository at this point in the history
  4. Add more logging

    shekohex committed May 16, 2023
    Configuration menu
    Copy the full SHA
    592ee7c View commit details
    Browse the repository at this point in the history
  5. Add ProposalsQueue

    shekohex committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4fe994e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Move crate the workspace

    shekohex committed May 17, 2023
    Configuration menu
    Copy the full SHA
    aeb18eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695d71f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    9136a27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a57dbb9 View commit details
    Browse the repository at this point in the history
  3. Simplify the Proposal Queue

    shekohex committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ae4a6f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1631647 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0876b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a69c404 View commit details
    Browse the repository at this point in the history
  7. Ups

    shekohex committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1964aa6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    e68ccda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    077ea6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87d063c View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    shekohex committed May 19, 2023
    Configuration menu
    Copy the full SHA
    2575174 View commit details
    Browse the repository at this point in the history
  5. fix clippy

    shekohex committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f643467 View commit details
    Browse the repository at this point in the history
  6. Update CODEOWNERS

    shekohex authored May 19, 2023
    Configuration menu
    Copy the full SHA
    f1640d2 View commit details
    Browse the repository at this point in the history
  7. remove unused test files

    shekohex committed May 19, 2023
    Configuration menu
    Copy the full SHA
    9d4f524 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. feat(tests): add SmartAnchorUpdatesConfig to LocalChain configura…

    …tion options
    
    SUMMARY:
    * Added a new configuration option smartAnchorUpdates to the ExportedConfigOptions type in localTestnet.ts file.
    * Added the SmartAnchorUpdatesConfig interface in webbRelayer.ts file.
    shekohex committed May 22, 2023
    Configuration menu
    Copy the full SHA
    fe6da43 View commit details
    Browse the repository at this point in the history
  2. add simulation

    shekohex committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c881205 View commit details
    Browse the repository at this point in the history
  3. fix failing test

    shekohex committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f7287d4 View commit details
    Browse the repository at this point in the history
  4. Trigger CI

    shekohex committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b74fe70 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. fix tests

    shekohex committed May 23, 2023
    Configuration menu
    Copy the full SHA
    500a75d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce636e6 View commit details
    Browse the repository at this point in the history