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 #116 Generate libsky to cgogen #117

Closed

Commits on Dec 22, 2019

  1. [cgo] Added file to generate all handles

    Maykel Arias Torres committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    d929591 View commit details
    Browse the repository at this point in the history
  2. [cgo] Added generate cipher.address

    Maykel Arias Torres committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    e514dab View commit details
    Browse the repository at this point in the history
  3. [cgo] Added generate file cipher.base58.base58

    Maykel Arias Torres committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    9e6b139 View commit details
    Browse the repository at this point in the history
  4. [cgo] Added functions helpers

    Maykel Arias Torres committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    15e375f View commit details
    Browse the repository at this point in the history
  5. [cgo] Added generate functions cipher.bitcoin

    Maykel Arias Torres committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    d74a0ae View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. [cgo] Remove duplicate function SKY_cipher_PubKeyRipemd160

    Maykel Arias Torres committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    6bff314 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. [cgo] Generate and fixes cipher.crypto

    Maykel Arias Torres committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    aa34921 View commit details
    Browse the repository at this point in the history
  2. [cgo] Generate and fixes cipher.hash

    Maykel Arias Torres committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    18b6a7c View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. [cgo] Added file conf handles

    Maykel Arias Torres committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    0d7bcf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. [cgo] refs added file to conf Handle

    Maykel Arias Torres committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    0524979 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. [include] Remove old definitions the Handles

    Maykel Arias Torres committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    36d72e5 View commit details
    Browse the repository at this point in the history
  2. [cgo] Correcting parse functions handles

    Maykel Arias Torres committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    2777eaf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. [cgo] Added all typedata to convert Handle in file conf

    Maykel Arias Torres committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    2acdab2 View commit details
    Browse the repository at this point in the history
  2. [cgo] Clean all Handle in skytypes.h

    Maykel Arias Torres committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    cb16807 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. remove vendor

    Maykel Arias Torres committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    12f8b04 View commit details
    Browse the repository at this point in the history
  2. remove .history folder

    Maykel Arias Torres committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    63caed3 View commit details
    Browse the repository at this point in the history
  3. add result generate to cgogen

    Maykel Arias Torres committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    e5d6b9b View commit details
    Browse the repository at this point in the history
  4. Added vendor

    Maykel Arias Torres committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    1987b56 View commit details
    Browse the repository at this point in the history
  5. [cgo] refs fibercrypto#116 Added typedata SortableTransactions

    Maykel Arias Torres committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    6c41926 View commit details
    Browse the repository at this point in the history
  6. [cgo] refs fibercrypto#116 Finalized coin.block and `coin.transact…

    …ions`
    Maykel Arias Torres committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    8bb1585 View commit details
    Browse the repository at this point in the history
  7. [vendor] refs fibercrypto#116 Remove old vendor

    Maykel Arias Torres committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    07f7816 View commit details
    Browse the repository at this point in the history
  8. [Makefile] refs fibercrypto#116 Update tag make install-linters

    Maykel Arias Torres committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    2442c2b View commit details
    Browse the repository at this point in the history
  9. [cgo] finalized coin.block

    Maykel Arias Torres committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    49c34a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. [golangci-lint] refs fibercrypto#116 Exclude vendor to linter

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    452446e View commit details
    Browse the repository at this point in the history
  2. [cgo] refs fibercrypto#116 FInalized cipher.bip32

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    659c57a View commit details
    Browse the repository at this point in the history
  3. [cgo] refs fibercrypto#116 Finalized cipher.bip44

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    61b077e View commit details
    Browse the repository at this point in the history
  4. [cgo] refs fibercrypto#116 Finalized cli.check_balance

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    051aada View commit details
    Browse the repository at this point in the history
  5. [cgo] refs fibercrypto#116 Finalized cli.cli

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    e4f888f View commit details
    Browse the repository at this point in the history
  6. [cgo] refs fibercrypto#116 Finalized cipher.base58

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    916426a View commit details
    Browse the repository at this point in the history
  7. [cgo] refs fibercrypto#116 Finalized cipher.bip39

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    e7628aa View commit details
    Browse the repository at this point in the history
  8. [cgo] refs fibercrypto#116 Finalized cipher.bitcoin

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    c90ce99 View commit details
    Browse the repository at this point in the history
  9. [cgo] refs fibercrypto#116 Finalized cipher.crypto

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    107646e View commit details
    Browse the repository at this point in the history
  10. [cgo] refs fibercrypto#116 Finalized cli.create_rawtx

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    d71e80e View commit details
    Browse the repository at this point in the history
  11. [cgo] refs fibercrypto#116 FInalized cli.outputs

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    aa9ccf7 View commit details
    Browse the repository at this point in the history
  12. [cgo] refs fibercrypto#116 Finalized params.distribution

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6588240 View commit details
    Browse the repository at this point in the history
  13. [cgo] refs fibercrypto#116 Finalized params.droplet

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    ada4591 View commit details
    Browse the repository at this point in the history
  14. [cgo] refs fibercrypto#116 Finalized transaction.hours

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    4b89586 View commit details
    Browse the repository at this point in the history
  15. [cgo] refs fibercrypto#116 Finalized cipher.hash

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    628e3ac View commit details
    Browse the repository at this point in the history
  16. [cgo] refs fibercrypto#116 Finalized transaction.choose

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    86b0bae View commit details
    Browse the repository at this point in the history
  17. [cgo] refs fibercrypto#116 Finalized cli.generate_wallet

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    834f0bd View commit details
    Browse the repository at this point in the history
  18. [cgo] refs fibercrypto#116 Finalized cipher.encrypt

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    221d4ab View commit details
    Browse the repository at this point in the history
  19. [cgo] refs fibercrypto#116 FInalized cipher.secp256k1

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    ae07666 View commit details
    Browse the repository at this point in the history
  20. [cgo] refs fibercrypto#116 Finalized cli.add_private_key

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6c0d131 View commit details
    Browse the repository at this point in the history
  21. [cgo] refs fibercrypto#116 Finalized cli.generate_addrs

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    7691494 View commit details
    Browse the repository at this point in the history
  22. [cgo] refs fibercrypto#116 Format with make format

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    64fde6f View commit details
    Browse the repository at this point in the history
  23. [cgo] refs fibercrypto#116 Export coin.outputs

    Maykel Arias Torres committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6435a58 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. [cgo] refs # Regerate coin.transactions

    Maykel Arias Torres committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    56ecb54 View commit details
    Browse the repository at this point in the history
  2. [cgo] refs fibercrypto#116 Correcting name the export var Handle

    Maykel Arias Torres committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    64c0c8a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. [cgo] refs fibercrypto#116 Clean old definitions in libsky_handle.go

    Maykel Arias Torres committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    190d33d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. [include] refs fibercrypto#116 Correcting parse to make format-libc

    Maykel Arias Torres committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    88ca0cc View commit details
    Browse the repository at this point in the history
  2. [cgo] refs fibercrypto#116 Added new functions helpers in `cipher.bip…

    …32.bip32.go`
    Maykel Arias Torres committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9057fdc View commit details
    Browse the repository at this point in the history
  3. [cgo] refs fibercrypto#116 Added functions helpers in coin.outputs

    Maykel Arias Torres committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    28e5b44 View commit details
    Browse the repository at this point in the history
  4. [test-libsky] refs fibercrypto#116 Correcting declare functions and t…

    …est to changes functions generations
    Maykel Arias Torres committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    fea15d3 View commit details
    Browse the repository at this point in the history
  5. [travis] refs fibercrypto#116 Using gox the SkycoinProject

    Maykel Arias Torres committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    6fcaa31 View commit details
    Browse the repository at this point in the history
  6. [cgo] refs fibercrypto#116 Added new helpers

    Maykel Arias Torres committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    60bd7c1 View commit details
    Browse the repository at this point in the history
  7. [cgo] refs fibercrypto#116 Tried to separate the coin_Uxarray the GoS…

    …Lice and cli_PasswdByte
    Maykel Arias Torres committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    c49adec View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. [test-libsky] refs fibercrypto#116 FInalized cipher.bip32

    Maykel Arias Torres committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    14a0870 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. [test-libsky] refs fibercrypto#116 Finalized cipher.bip44

    Maykel Arias Torres committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b9ab52f View commit details
    Browse the repository at this point in the history
  2. [test-libsky] refs fibercrypto#116 FInalized coin.block

    Maykel Arias Torres committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    bde842e View commit details
    Browse the repository at this point in the history
  3. [test-libsky] refs fibercrypto#116 Finalized coin.block

    Maykel Arias Torres committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    98382c3 View commit details
    Browse the repository at this point in the history
  4. [test-libsky] refs fibercrypto#116 Correcting parse and declare type …

    …data
    Maykel Arias Torres committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    5d2efdb View commit details
    Browse the repository at this point in the history
  5. [test-libc] refs fibercrypto#116 Added tags all suite test

    Maykel Arias Torres committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d9a0696 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. [cgo][test-libc] FInalized cipher.bitcoin

    Maykel Arias Torres committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    2eb3335 View commit details
    Browse the repository at this point in the history
  2. [cgo][test-libc] refs fibercrypto#116 Finalized coin.outputs

    Maykel Arias Torres committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    f9fb2fc View commit details
    Browse the repository at this point in the history
  3. [test-libc] refs fibercrypto#116 FInalized cipher.bip32

    Maykel Arias Torres committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    1d0c4af View commit details
    Browse the repository at this point in the history
  4. [cgo] refs fibercrypto#116 Finalized coin.block

    Maykel Arias Torres committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    f8a5239 View commit details
    Browse the repository at this point in the history
  5. [cgo] refs fibercrypto#116 Clena memory to handle

    Maykel Arias Torres committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    a68941d View commit details
    Browse the repository at this point in the history
  6. [cgo] refs fibercrypto#116 Clean old definitions in libsky_handle.go

    Maykel Arias Torres committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    71dc78d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. [cgo] refs fibercrypto#116 To detect automatic GoSlice

    Maykel Arias Torres committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    acb4e4d View commit details
    Browse the repository at this point in the history