Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Nix flake for installing on NixOS #4

Open
wants to merge 71 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    b93cf3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eafd55 View commit details
    Browse the repository at this point in the history
  3. Fix Build Errors

    0xIchigo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    eb0c248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcee7e9 View commit details
    Browse the repository at this point in the history
  5. add balance change logs

    HardhatChad authored and fastener committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5cb242b View commit details
    Browse the repository at this point in the history
  6. add balance logs

    fastener committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fa927dc View commit details
    Browse the repository at this point in the history
  7. api not support fee

    fastener committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    84e47fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4ec765 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a6040d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. merge

    imangoMah committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cd6afd0 View commit details
    Browse the repository at this point in the history
  2. fix CONFIRM_DELAY

    imangoMah committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    08cef19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1afeffa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. add jito tip

    dannpl committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9e5e12c View commit details
    Browse the repository at this point in the history
  2. remove old key

    dannpl committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a9b38bf View commit details
    Browse the repository at this point in the history
  3. add global jito

    dannpl committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8a7f867 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46dd63d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3aafb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd44586 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1bc13c View commit details
    Browse the repository at this point in the history
  8. modify comments

    imangoMah committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    1479f34 View commit details
    Browse the repository at this point in the history
  9. Update send_and_confirm.rs

    lz1998 authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    5c1a123 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Merge pull request #134 from lz1998/master

    Fix panic get latest block hash
    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    cfb474b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987d5c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed7e043 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27d5e2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05c5f15 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #114 from 0xIchigo/fix/blockhash-retries

    fix(send_and_confirm): Implement Retries for Latest Blockhash Query
    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    89e1bdd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #133 from dannpl/master

    Add dynamic jito tip
    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ea0b696 View commit details
    Browse the repository at this point in the history
  8. Update claim.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    20061e8 View commit details
    Browse the repository at this point in the history
  9. Update close.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    2c5a14d View commit details
    Browse the repository at this point in the history
  10. Update dynamic_fee.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    316cb3d View commit details
    Browse the repository at this point in the history
  11. Update mine.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    22a701d View commit details
    Browse the repository at this point in the history
  12. Update mine.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    2a994c4 View commit details
    Browse the repository at this point in the history
  13. Update mine.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b6388e3 View commit details
    Browse the repository at this point in the history
  14. Update open.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    352b944 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    57a25b3 View commit details
    Browse the repository at this point in the history
  16. Update stake.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    52303ce View commit details
    Browse the repository at this point in the history
  17. Update transfer.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ecebdbb View commit details
    Browse the repository at this point in the history
  18. Update upgrade.rs

    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    d5b17de View commit details
    Browse the repository at this point in the history
  19. Merge pull request #123 from imangoMah/priority-fee

    Not using third-party APIs, using Solana SDK to calculate priority fees can avoid the inability to use dynamic rates when APIs are not supported
    HardhatChad authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    5a2001e View commit details
    Browse the repository at this point in the history
  20. fix build errors

    HardhatChad committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a547904 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8db4b70 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    100d83d View commit details
    Browse the repository at this point in the history
  23. add jito tip to logs

    HardhatChad committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ea17563 View commit details
    Browse the repository at this point in the history
  24. fix log

    HardhatChad committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ddd6450 View commit details
    Browse the repository at this point in the history
  25. bump version

    HardhatChad committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ca2396b View commit details
    Browse the repository at this point in the history
  26. import warning

    HardhatChad committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9f2aa57 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Init coal cli

    Findiglay committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    88e2572 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. feature/merged-mining (Findiglay#1)

    * feature/merged-mining
    Findiglay authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bcd0f94 View commit details
    Browse the repository at this point in the history
  2. cargo.lock update

    Findiglay committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    56134cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abcef52 View commit details
    Browse the repository at this point in the history
  4. patch randomised reset

    Findiglay committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5d82e2c View commit details
    Browse the repository at this point in the history
  5. version increment

    Findiglay committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    18e8cd5 View commit details
    Browse the repository at this point in the history
  6. remove rand

    Findiglay committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0cd27b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. feature/drillx-2 (Findiglay#2)

    * use drillx_2
    
    * update deps & version bump
    Findiglay authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b28aa82 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Use get_hashes_with_memory

    Findiglay committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f32c0a8 View commit details
    Browse the repository at this point in the history
  2. version increment

    Findiglay committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a6e804c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    7855366 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. support ingot staking

    Findiglay committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    323f223 View commit details
    Browse the repository at this point in the history
  2. fix transfer message

    Findiglay committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ff595cc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. use exact smelter ver

    Findiglay committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0bbb44d View commit details
    Browse the repository at this point in the history
  2. use exact vers

    Findiglay committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    dea9a02 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. feature/wood (Findiglay#4)

    Wood release v2.6.0
    Findiglay authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    21012eb View commit details
    Browse the repository at this point in the history
  2. update package metadata

    Findiglay committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cc46982 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Add replant cmd

    Findiglay committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ce604c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. feature/crafting (#5)

    Findiglay authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9c10129 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. use exact version

    Findiglay committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9f7274c View commit details
    Browse the repository at this point in the history
  2. version bump

    Findiglay committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f045469 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. feature/reprocessing (#6)

    Findiglay authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    692048b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. feature/axe (#7)

    Findiglay authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    74c4d05 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. update

    t56k committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3b20afa View commit details
    Browse the repository at this point in the history