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

Suggest improvements #1

Merged
merged 19 commits into from
May 16, 2024
Merged

Suggest improvements #1

merged 19 commits into from
May 16, 2024

Commits on May 10, 2024

  1. Create chain struct, placeholder contracts

    - chain struct that allows specification of custom optional rpc url
    starkbamse committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d79ff9e View commit details
    Browse the repository at this point in the history
  2. Finalized rustlink struct

    - setup logging
    - setup sled
    starkbamse committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5b51534 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. ABI, fetcher, contract abstraction

    This commit adds:
    - Chainlink aggregator ABI
    - Async price updater
    - Contract wrapper for chainlink contracts
    - Tests
    starkbamse committed May 13, 2024
    Configuration menu
    Copy the full SHA
    65bb751 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    starkbamse committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9591430 View commit details
    Browse the repository at this point in the history
  3. Resolve PR suggestions, rename

    Todo: deprecate logging, DB and introduce channels
    Co-Authored-By: aspect <[email protected]>
    starkbamse and aspect committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ffb94e6 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    starkbamse committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fa83944 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Deprecate databases introduce channels

    - add reflector enum that allows specification on how to receive round data
    
    Todo: deprecate global logging configuration in favor of custom logging functionality
    starkbamse committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d1caf93 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. WASM, shutdown signals, logging, js example

    - Added WASM compatibility and WASM build scripts
    - Added graceful shutdown
    - Deprecated global logging configuration
    starkbamse committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dae3fee View commit details
    Browse the repository at this point in the history
  2. Format

    starkbamse committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cb75285 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Formatting

    starkbamse committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8acc102 View commit details
    Browse the repository at this point in the history
  2. Create rust.yml

    starkbamse committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d7911a8 View commit details
    Browse the repository at this point in the history
  3. Update readme

    starkbamse committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8016a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    790a88b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcebaf0 View commit details
    Browse the repository at this point in the history
  6. Delete js folder

    starkbamse committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2039563 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    starkbamse committed May 16, 2024
    Configuration menu
    Copy the full SHA
    76a00e5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from starkbamse/add-metadata

    Add metadata
    starkbamse committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c69d2f9 View commit details
    Browse the repository at this point in the history
  9. Update module name

    starkbamse committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1719505 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from starkbamse/update-module-name

    Update module name
    starkbamse committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fbba781 View commit details
    Browse the repository at this point in the history