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

fixes #279 Continue improving coverage #320

Merged
merged 89 commits into from
Feb 4, 2020

Commits on Jan 4, 2020

  1. [ui] refs fibercrypto#298 - Add Radio Buttons to select log output de…

    …stination and a Combo box to select log level
    AntiD2ta committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    f03d126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0364ad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b39a01 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Configuration menu
    Copy the full SHA
    b956f08 View commit details
    Browse the repository at this point in the history
  2. [ui] refs fibercrypto#298 - Add TextField for log Level

    I would like a ComboBox with fixed options, but I couldn't do it right
    AntiD2ta committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    7fbc7a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Configuration menu
    Copy the full SHA
    2346a76 View commit details
    Browse the repository at this point in the history
  2. [util] refs fibercrypto#298 - Keep references of packages loggers

    This allows to changes logger properties and propagate this changes across all modules's logger
    AntiD2ta committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    9cf37c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cad3e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a693890 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b97156 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. [util] refs fibercrypto#298 - Add some changes to logging package

    Changes:
    - Add SetOutput function to set the desired logger's output given a option
    - Return error in SetOutputToFile function
    AntiD2ta committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    85f0c7e View commit details
    Browse the repository at this point in the history
  2. [config] refs fibercrypto#298 - Add configuration option for log's ou…

    …tput
    
    Path: skycoin/log/output
    AntiD2ta committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    74e7cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fca2d43 View commit details
    Browse the repository at this point in the history
  4. [ui] refs fibercrypto#298 - Add ui to set log's output in Settings

    This need to be upgraded
    AntiD2ta committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    9ea9df3 View commit details
    Browse the repository at this point in the history
  5. [ui] - Remove unnecessary qml log

    LALALA log
    AntiD2ta committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    8f7bc72 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. [logging] refs fibercrypto#298 - Create Writer for none option

    Writer that write nothing
    AntiD2ta committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    4ded230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb88cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4215c5 View commit details
    Browse the repository at this point in the history
  4. [models] refs fibercrypto#298 - Apply changed settings related to log…

    …s when they are saved
    AntiD2ta committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    f313996 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c053490 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. [logging] refs fibercrypto#298 - Refactorize code

    Remove SetOutput function and add GetOutputWriter function to return the io.Writer that needs to be given to SetOutputTo function
    AntiD2ta committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    a2b05a3 View commit details
    Browse the repository at this point in the history
  2. [skycoin] [models] refs fibercrypto#298 - Change output of SkycoinPro…

    …ject's logger
    
    This occurs when the app's logger change its output
    AntiD2ta committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    512ec7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40b6449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf565f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cfd783 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Merge remote-tracking branch 'simelo_alt/stdevRulo_t279_improve_cover…

    …age' into stdevAntiD2ta_t298_Log_events_to_file
    olemis committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    99a2875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6803f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e4c5c1 View commit details
    Browse the repository at this point in the history
  4. [logging] - Fix bug

    Bug:
    Return Stderr writer instead of Stdout when option is stdout
    AntiD2ta committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    fac268e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10e5cb0 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'simelo/stdevAntiD2ta_t298_Log_events_to…

    …_file' into stdevAntiD2ta_t298_Log_events_to_file
    AntiD2ta committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    9ca97e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04159e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e13d3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee944a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    03ba11f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7334734 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ef8650 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1651c5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dd6f19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30ddee1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59c146e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3ff4d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cc68dc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. [test] refs fibercrypto#279 - Adding 4 new test

    `Test_newCreatedTransactionOutput`
    `Test_newCreatedTransactionInput`
    `Test_newCreatedTransaction`
    `Test_blockTxnToCreatedTxn`
    e1Ru1o committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6f4b426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d34da View commit details
    Browse the repository at this point in the history
  3. [pending][test] refs fibercrypto#279 - Change `SkycoinPendingTransact…

    …ion` structure
    
    Changes:
    -   Field `SkycoinPendingTransaction:Transaction` changes its type to `*readable.UnconfirmedTransactionVerbose`
    -   Code and tests change accordingly
    e1Ru1o committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    90f05ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4b841a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e95ee2c View commit details
    Browse the repository at this point in the history
  6. [test] refs fibercrypto#279 - Add `TestSkycoinPendingTransactionEncod…

    …eSkycoinTransaction`
    e1Ru1o committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    52a962f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5d7769 View commit details
    Browse the repository at this point in the history
  8. [test] refs fibercrypto#279 - Fix error catching in `TestSkycoinLocal…

    …WalletDecrypt` and `TestSkycoinLocalWalletEncrypt`
    e1Ru1o committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    1b9ece0 View commit details
    Browse the repository at this point in the history
  9. [coin] - Fix error in verifyReadableTransaction

    When `ReadableTxn:ToCreatedTransaction` is called, the conversion is valid only if it does not return an error , then the needed condition is`err == nil`
    e1Ru1o committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6d9c2bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0afd019 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d2f444 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Merge pull request fibercrypto#317 from simelo/stdevAntiD2ta_t298_Log…

    …_events_to_file
    
    Fixes fibercrypto#298 - Configuration of app's logger
    olemis committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    91b2ca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    210e1bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0741746 View commit details
    Browse the repository at this point in the history
  4. [test] refs fibercrypto#279 - Update `TestSkycoinUninjectedTransactio…

    …nGetInputs`
    
    cover all the method
    e1Ru1o committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    2a6ccdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e3f78c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ffcc12 View commit details
    Browse the repository at this point in the history
  7. [test] refs fibercrypto#279 - Add TestTransactionsGetTimestamp

    Delete other `GetTimestamp` tests of diferents structures and merge them in one generic method that test all `core.Transaction:GetTimestamp` implementations
    e1Ru1o committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    9f54463 View commit details
    Browse the repository at this point in the history
  8. [test] refs fibercrypto#279 - Add TestTransactionGetStatus

    Delete other `GetStatus` tests of diferents structures and merge them in one generic method that test all `core.Transaction:GetStatus` implementations
    e1Ru1o committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    df23699 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8c9d42 View commit details
    Browse the repository at this point in the history
  10. [test] refs fibercrypto#279 - Update TestSkycoinTransactionGetInputs

    cover all the method
    e1Ru1o committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    ab0c686 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. [test] refs fibercrypto#279 - Add 2 test

    Tests:
    - `TestSkycoinTransactionGetOutputs`
    - `TestTransactionComputeFee`
    
    Changes:
    - Delete other `ComputeFee` tests of diferents structures and merge them in one generic method that test all `core.Transaction:ComputeFee` implementations
    e1Ru1o committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    543a6fa View commit details
    Browse the repository at this point in the history
  2. [test] refs fibercrypto#279 - Add TestTransactionIsFullySigned

    Changes:
    -  `TestTransactionIsFullySigned` changed to the new mentioned test with the purpose of be generic
    e1Ru1o committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    30953e4 View commit details
    Browse the repository at this point in the history
  3. [test] refs fibercrypto#279 - Add 2 test

    `TestTransactionVerifyUnsigned` and `TestTransactionVerifySigned`
    e1Ru1o committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    b8a6817 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaad386 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    271e507 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    132ea87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1323485 View commit details
    Browse the repository at this point in the history
  8. [test] refs fibercrypto#279 - Change `TestSkycoinTransactionInputGetC…

    …oins` to `TestGetCoins`
    
    Make the test more generic. Every object with `GetCoins` method could be tested using it
    e1Ru1o committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    c325bd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab7ee72 View commit details
    Browse the repository at this point in the history
  10. [test] refs fibercrypto#279 - Add TestGet

    Remove other `GetId` test, make a new one generic for all object that have a method `GetId`
    e1Ru1o committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    d078ba0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    433b569 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a1328c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    52f4f55 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    772067c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7982622 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f6a1552 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    49f3717 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    595a1c4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fd72907 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Merge remote-tracking branch 'simelo_alt/stdevRulo_t279_improve_cover…

    …age' into stdevRulo_t279_improve_coverage
    olemis committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    8b89c40 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. [mocks] refs fibercrypto#279 - Mocks for Skycoin-specific interfaces …

    …do not belong in src/coin/mocks
    olemis committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    88ccf96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    022e5f6 View commit details
    Browse the repository at this point in the history
  3. [ci] refs fibercrypto#279 - Generate mocks for internal interfaces of…

    … Dkycoin altcoin plugin
    olemis committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d830024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf6ce80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    081e56a View commit details
    Browse the repository at this point in the history