Skip to content
Snippets Groups Projects
  1. Jun 23, 2023
  2. Jun 05, 2023
  3. May 26, 2023
  4. Oct 30, 2022
  5. Oct 17, 2022
  6. Oct 14, 2022
  7. Jun 07, 2022
  8. May 07, 2022
  9. Apr 29, 2022
  10. Mar 21, 2022
    • Moul's avatar
      [feat] #134: Add ability to pass a file containing the tx recipients and amounts · 3300af22
      Moul authored
      Introduce function to parse the file and compute the values
      
      Comments (#) are ignored
      ABSOLUTE/RELATIVE header required to specify the reference
      of the specified amounts
      
      Set recipients argument to no longer required, add a check instead
      Set file mutuality exclusive with amounts(UD), allsources, and recipients
      Update tx cli tests
      
      Add tests
      3300af22
  11. Mar 07, 2022
  12. Jul 25, 2021
  13. Jun 07, 2021
  14. May 13, 2021
  15. Mar 24, 2021
  16. Mar 15, 2021
  17. Jan 17, 2021
  18. Dec 15, 2020
  19. Dec 10, 2020
  20. Dec 09, 2020
  21. Sep 08, 2020
  22. Jun 05, 2020
  23. Jun 01, 2020
  24. Apr 07, 2020
    • matograine's avatar
      [feat] #111: modification of transaction_amount() function · 65211508
      matograine authored
      * transaction_amount() now returns the amounts list.
      
      * modify tests in tests_tx.py for transaction_amount to match new behavior
      * create unit tests in tests_unit_tx.py
      65211508
    • matograine's avatar
      [mod] #111: create MINIMAL_TX_AMOUNT, CENT_MULT_TO_UNIT constants · 303e4f2c
      matograine authored
      * both constants imported to tx.py
      * MINIMAL_TX_AMOUNT used in --amount click option
      * import silkaj.money and change related functions calls
      
      * introduce one test case for send_transaction()
      303e4f2c
    • matograine's avatar
      [feat] #111: Send multiple outputs: change click options: · bb34cbbb
      matograine authored
      * Breaking change: Rename `--output` option to `--recipient`
      * Add extra small options to ease passing multiple amounts and recipients:
        * `-a/--amount`
        * `-d/--amountUD`
        * `-r/--recipient`
      * Add possibility to pass multiple options:
        * Breaking change: recipients public keys are no longer `:` separated: `-r A -r B`
      * Store the options in variables names in plural for preciseness
      * Fix: Handle the case when no option specifying the amount is passed
      * Restrict `--allSources` option to a single recipient, case not handle for now
      * Extend tests with two upper checks
      * Improve help
      bb34cbbb
  25. Sep 08, 2019
Loading