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

[tracking branch] Next Release #175

Merged
merged 115 commits into from
Nov 6, 2024
Merged

[tracking branch] Next Release #175

merged 115 commits into from
Nov 6, 2024

Commits on Jul 8, 2024

  1. [NayNay] Create Account Refactor + Testing

    - converted creating an account to pure function
    - added tests for creating an account
    - renamed some files for organization and consistency
    rh0delta committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dfd9405 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    c081acc View commit details
    Browse the repository at this point in the history
  2. [NayNay] User Programs: Add Program + testing

    - updated folder structure for consistency
    - added new method for adding programs as a pure function
    - added tests
    rh0delta committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cbf9f62 View commit details
    Browse the repository at this point in the history
  3. [NayNay] Sync main with dev

    rh0delta committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1aa244f View commit details
    Browse the repository at this point in the history
  4. updated changelog

    rh0delta committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4a7234f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #174 from entropyxyz/naynay/update-dev

    [NayNay] Sync main with dev
    frankiebee authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3c4ab4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d63339 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. updated chagelog;

    rh0delta committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    adc1df3 View commit details
    Browse the repository at this point in the history
  2. [NayNay] User Program Management::View Programs + Testing

    - added new service file for view program pure function
    - added tests
    rh0delta committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7cc85fe View commit details
    Browse the repository at this point in the history
  3. Mixmix/config encoding (#165)

    * write tests for migrating config encoding
    
    * complete migration 02 test
    
    * add better config encode/decode
    
    * fix migration
    mixmix authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    740c3ac View commit details
    Browse the repository at this point in the history
  4. chill the logs out! (#161)

    * [NayNay] Debug Log
    
    - install and integrated winston logging library into cli
    - allowing us to be able to log any and everything to the respective files saved in the ~/path/to/syslogs/entropy-cryptography/entropy-cli.*.log
    - included example use of new logger in the tui flow for balance
    
    * chill the logs out!
    
    * Update src/common/logger.ts
    
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    
    * fixups
    
    ---------
    
    Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    3 people authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8dabd11 View commit details
    Browse the repository at this point in the history
  5. [NayNay] User Programs: Add Program + testing (#173)

    * [NayNay] User Programs: Add Program + testing
    
    - updated folder structure for consistency
    - added new method for adding programs as a pure function
    - added tests
    
    * updated changelog
    
    * updated chagelog;
    
    ---------
    
    Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
    rh0delta and rh0delta authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ff30a2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f67e844 View commit details
    Browse the repository at this point in the history
  7. updated tests

    rh0delta committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    59a9ab1 View commit details
    Browse the repository at this point in the history
  8. Update tests/manage-accounts.test.ts

    Co-authored-by: mix irving <mix@protozoa.nz>
    rh0delta and mixmix authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    109fde1 View commit details
    Browse the repository at this point in the history
  9. Update tests/manage-accounts.test.ts

    Co-authored-by: mix irving <mix@protozoa.nz>
    rh0delta and mixmix authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    11dd078 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    109c545 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5ae111 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #166 from entropyxyz/naynay/create-acccount

    [NayNay] Create Account Refactor + Testing
    frankiebee authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    75ae282 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #177 from entropyxyz/naynay/view-programs

    [NayNay] User Program Management::View Programs + Testing
    frankiebee authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9314b30 View commit details
    Browse the repository at this point in the history
  14. [NayNay] Entropy Register + Unit Tests (#167)

    * [NayNay] Entropy Register + Unit Tests
    
    - added new register pure function
    - imported new types from sdk
    - added unit test for default register
    
    * fixed a false wpositive with register test
    
    * added test for full use of register with new program
    
    * updated changelog
    
    * Update src/common/masking.ts
    
    Co-authored-by: Frankie <frankie.diamond@gmail.com>
    
    ---------
    
    Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
    Co-authored-by: Frankie <frankie.diamond@gmail.com>
    3 people authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9f946dc View commit details
    Browse the repository at this point in the history
  15. [NayNay] User Program Management: Removing program + testing (#178)

    - added new service file for remove program pure function
    - updated unit test file for user program management to reduce spin up and down of node
    - added new test for removing programs
    
    Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
    rh0delta and rh0delta authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9f8f2de View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Improves README. (#182)

    * [RELEASE] v0.0.2
    
    * Improves README.
    
    * Updates table-of-contents.
    
    ---------
    
    Co-authored-by: Frankie <frankie.diamond@gmail.com>
    Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
    3 people authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a3896d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    577d9e5 View commit details
    Browse the repository at this point in the history
  3. Clarify PR branch process. (#187)

    * Update README.md
    
    * Fixed TOC.
    johnnymatthews authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c510e56 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #186 from entropyxyz/naynay/sync-dev

    Naynay/sync dev
    frankiebee authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    79f365c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fix encoding of config (#190)

    mixmix authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    166a1a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. patch sign bug (#164)

    * patch sign reverse-order bug for CLI
    
    * patch
    
    * easier diff
    mixmix authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9d87dd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. [NayNay] Fixing register tests (#194)

    * [NayNay] Fixing register tests
    
    - mistakingly tested the wrong register method
    - fixed it
    
    * updated spelling of params
    
    ---------
    
    Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
    rh0delta and rh0delta authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    03b9f1b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. [NayNay] update sdk v0.2.3

    rh0delta committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a0f73f2 View commit details
    Browse the repository at this point in the history
  2. changelog

    rh0delta committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0c124f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    a4bdc57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #199 from entropyxyz/naynay/update-sdk

    [NayNay] update sdk v0.2.3
    frankiebee authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ffb81d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. all Uint8Array output in base64 (#163)

    * all Uint8Array output in base64
    
    * tidyup
    
    * WIP notes
    
    * fix encoding of config
    
    * fixups to program output, sign outpu
    mixmix authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    130b4c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. [NayNay] File Restructure: Base Class + Balance Restructure

    - created new base entropy class to handle the shared nature of the intended use of the class
    - restructured balance to be in its own parent directory in the root of src
    - created command and util file to contain pure functions and controller functions
    rh0delta committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4b802e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d64729 View commit details
    Browse the repository at this point in the history
  3. more naming changes

    rh0delta committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    366072b View commit details
    Browse the repository at this point in the history
  4. changelog updated

    rh0delta committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cd1b817 View commit details
    Browse the repository at this point in the history
  5. naming is fun

    rh0delta committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c0fbd87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6749593 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    05c82ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9bf895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    621e0fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df36f05 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Co-authored-by: mix irving <mix@protozoa.nz>
    rh0delta and mixmix authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e8aef10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4db6378 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    953f968 View commit details
    Browse the repository at this point in the history
  8. lint errors

    rh0delta committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f1b87f4 View commit details
    Browse the repository at this point in the history
  9. added lifecycle hook to main entropy entry point to load entropy inst…

    …ance on every command; used to be passed down to each of the commands; added new option to define new address as selected account
    rh0delta committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    67c33cb View commit details
    Browse the repository at this point in the history
  10. updated tui and cli to be the main source of entry for everything and…

    … removed flows/balance directory
    rh0delta committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d6d8d76 View commit details
    Browse the repository at this point in the history
  11. updated changelog

    rh0delta committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    aefe05e View commit details
    Browse the repository at this point in the history
  12. undid commented code

    rh0delta committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    197a815 View commit details
    Browse the repository at this point in the history
  13. little cleanup

    rh0delta committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    423631c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    ddbd6e3 View commit details
    Browse the repository at this point in the history
  2. [NayNay] File Restructure: Transfer

    - removed flows/entropyTransfer
    - created new root directory for transfer to house utils, new command file, and types
    - updated tui and cli with new transfer method
    rh0delta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6dbc757 View commit details
    Browse the repository at this point in the history
  3. updated tests + changelog

    rh0delta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    073f910 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    3b6d981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d2b168 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    4223370 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #216 from entropyxyz/cla-full-org

    Exempt organization members from needing to sign the CLA.
    vitropy authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e33cf72 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge pull request #214 from entropyxyz/naynay/transfer-restructure

    [NayNay] File Restructure: Transfer
    frankiebee authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    038051d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. [NayNay] Entropy Faucet (#133)

    * wip: adding faucet to cli
    
    * wip: got a signature back but ran into more issues post getting the signature
    
    * wip: got a sig and validated, but transaction is returning bad sig
    
    * wip: manual sending of tx
    
    * fix
    
    * documentation
    
    * wip: new min amount for 1000e10 bits
    
    * clean up code; removing commented code not needed anymore
    
    * updating verifying key prop in sign request
    
    * cleaned up faucet and added retry mechanism for failed faucets; added logs as well
    
    * more cleanup
    
    * updated error logging method to accept context
    
    * remvoing export from method only used within singular file
    
    * updated sdk and removed cli installs of polkadot utils
    
    * adding tests
    
    * minor change to trigger job
    
    * wip: faucet testing
    
    * wip: more faucet testing
    
    * fixed faucet test
    
    * faucet cleanup as per pr suggestions
    
    * removing public decorator
    
    * added some comments on how to deploy to dev/readme
    
    * Update dev/README.md
    
    * remove api as argument
    
    * Update src/flows/entropyFaucet/constants.ts
    
    Co-authored-by: Frankie <frankie.diamond@gmail.com>
    
    ---------
    
    Co-authored-by: Jesse Abramowitz <jesse@entropy.xyz>
    Co-authored-by: Frankie <frankie.diamond@gmail.com>
    3 people authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3a3130f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. [NayNay] File Restructure: Signing Restructure (#218)

    * [NayNay] File Restructure: Signing Restructure
    
    - created new file structure for signing flow
    - updated tui/cli with new changes
    
    * some cleanup; fixed sign tests
    
    * removed inquirer input from commands file, added file inoput back to signing
    
    * added raw sign back in
    
    * wip: raw sign stuff
    
    * wip: finished off last changes for raw sign but need to test
    
    * wip: porting to newly defined structure
    
    * updated signing to new structure, and added utils-cli from mix pr
    
    * updated file structure for balance
    
    * updated file structure for transfer
    
    * pr review updates
    
    * updated to sign not signing
    
    * signing-restructure tweeeeks (#220)
    
    * tweeeeks
    
    * more tweeks
    
    * fix tests
    
    * rename test
    
    * fix maskPayload
    
    * test fix
    
    * change sign command to just return sig
    
    * stdout cleanup for balance and sign
    
    * tweeks
    
    * fix transfer to allow decimal transfers
    
    ---------
    
    Co-authored-by: mix irving <mix@protozoa.nz>
    rh0delta and mixmix authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    67045d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

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

Commits on Sep 19, 2024

  1. [NayNay] File Restructure: Accounts Restructure (#215)

    * [NayNay] File Restructure: Accounts Restructure
    
    - refactoring file structure + flow of accounts in cli/tui
    
    * updated new account, list account and selected account with new file structure; still need to update tests
    
    * finished updated manage accoutns stuff, updated tests too
    
    * updated register flow and moved methods to accounts namespace
    
    * updated register tests
    
    * cleanup from smoke test
    
    * updated changelog
    
    * start refactor
    
    * WIP: part way refactored account stuff
    
    * cleaning up the cleanup for accounts restructure;
    
    * forgot something
    
    * updated accounts restructure, continuing from mixs changes
    
    * Update main.ts
    
    * Update manage-accounts.test.ts
    
    * fixups
    
    * WIP
    
    * fixups
    
    * compleeeete
    
    * get working for fresh install. see WIP
    
    * fixed fresh install and using tui, might have fixed cli not sure
    
    * updated initialization of entropy and formt of how we instantiate commands
    
    * skipping faucet test for now, shenanigans occurring
    
    * fixed faucet test
    
    * updated tests;
    
    * Update command.ts
    
    Co-authored-by: mix irving <mix@protozoa.nz>
    
    * pr review updates
    
    * Update src/cli.ts
    
    * account-restructure tweaks (#226)
    
    ---------
    
    Co-authored-by: mixmix <mix@protozoa.nz>
    rh0delta and mixmix authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0cfb8f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. get all config.get* methods fail safely (#227)

    * get all config.get* methods fail safely
    
    * fix getSync so that it mkdirps
    mixmix authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    96ec283 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. fix config (again) (#229)

    * fix config (again), rename > accountOption
    
    * Update src/cli.ts
    mixmix authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e9bd786 View commit details
    Browse the repository at this point in the history
  2. add deploy to CLI, including start of CLI refactor (#213)

    * add deploy to CLI, including start of CLI refactor
    
    * refactor
    
    * tweaks
    
    * some renames
    
    * migrate program => new structure
    
    * fix bugs: no initial account, missing ProgramInfo interface
    
    * update config to be more safe
    
    * fix config (again), rename > accountOption
    mixmix authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    34e4c69 View commit details
    Browse the repository at this point in the history
  3. [NayNay] File Restructure: Faucet (#225)

    * [NayNay] File Restructure: Faucet
    
    - restructured faucet to match the new structure
    
    * completed restructure, working on tests
    
    * updated faucet tests
    
    * updated recursion for faucet retry mechanism, reduce calls to the chain
    
    * documented some of the methods used for the faucet
    
    * added changelog
    rh0delta authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    54de68d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c855201 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1be1d7e View commit details
    Browse the repository at this point in the history
  6. updated tui to handle loading entropy on initial start of cli and cre…

    …ate first account, updated choices to be array and removed noop fns
    rh0delta committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7cd5072 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    cc63c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c86915 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge pull request #242 from entropyxyz/mixmix/entropy-register-fix

    refactor entropy register so CLI/TUI are similar
    frankiebee authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f3412d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request #231 from entropyxyz/naynay/file-restructure

    [NayNay] CLI/TUI File Restructure
    frankiebee authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dd751e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. improve masking fn

    mixmix committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3c4aded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5865243 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. [NayNay] Removing Mention of Password (#252)

    * [NayNay] Removing Mention of Password as there is no Encryption yet
    
    resolves #239
    
    - removed use of passowrd from account main and command
    - removed use of password from balance command
    - removed use of password from old flows directory
    
    * removed the rest of usage of password encryption in the cli;
    rh0delta authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5f3960b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. [NayNay] Updating faucet amount (#258)

    * udpated tests, wrote new test to test failed route for register but running into an issue with tape possibly, commented test out for now
    
    * removing unnecessary reset
    rh0delta authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ee2709b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fix cli opts bug with multiple accountOptions (#250)

    * fix cli opts bug with multiple accountOptions
    
    * drop async argParser function! (unsupported)
    
    * add setSelectedAccount
    mixmix authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a3950e1 View commit details
    Browse the repository at this point in the history
  2. template (#241)

    * wip - template
    
    * wup
    
    * Update README.md
    
    * finish up
    
    * tidy
    
    ---------
    
    Co-authored-by: mixmix <mix@protozoa.nz>
    frankiebee and mixmix authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fe685b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. QA file-restructure (#247)

    * WIP: QA file-restructure
    
    * fixes
    
    * more tweaks
    
    * Update src/config/encoding.ts
    
    * Update tests/qa.sh
    
    * fixups
    
    * rm commander.test.ts
    
    * fix cli opts bug with multiple accountOptions
    
    * drop async argParser function! (unsupported)
    
    * tweeeks
    
    * add setSelectedAccount
    
    * push verifyingKeys into admin account
    
    * revert: push verifyingKeys into registration keyring account
    
    * reverting changes from new sdk
    
    * Update src/config/types.ts
    
    ---------
    
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    mixmix and rh0delta authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f5a1fd9 View commit details
    Browse the repository at this point in the history
  2. [NayNay] Moving Facuet to main menu (#257)

    * [NayNay] Moving Facuet to main menu
    
    - resolves #234
    
    * updated changelog
    rh0delta authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e295195 View commit details
    Browse the repository at this point in the history
  3. [NayNay] Signing error messaging (#260)

    * [NayNay] Signing error messaging
    
    - updated signing error handling to return human readbale message when user tries to sign without registering first
    
    * tidy
    
    ---------
    
    Co-authored-by: mixmix <mix@protozoa.nz>
    rh0delta and mixmix authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cab7dec View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. [NayNay] Faucet Loader (#254)

    * [NayNay] Faucet Loader
    
    - resolves #236
    
    - adds spinner to faucet, using new lightweight library yocto-spinner
    
    * updated changelog
    
    * Update src/faucet/interaction.ts
    
    Co-authored-by: mix irving <mix@protozoa.nz>
    
    * var mistakenly removed
    
    ---------
    
    Co-authored-by: mix irving <mix@protozoa.nz>
    rh0delta and mixmix authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b0db1b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. [NayNay] New SDK RC integration (#262)

    * wip: integrating new sdk with new core changes
    
    * wip: updating tests with four-nodes
    
    * [NayNay] Updating CLI with new sdk rc
    
    - updated CLI with new sdk rc, and made changes to reflect the changes from core/sdk
    - updated network type defualt to four-nodes
    - added jump-start network to the initialization of entropy for both cli and tui
    - updated all tests to reflect changes
    
    * updated hosts file for CI
    
    * updated faucet test to refine setup faucet mwethod
    
    * updated rc
    
    * trying something here...
    
    * removing logs
    
    * fixed tests due to faulty config, added new dev choice to manually jump start network
    
    * added loader to jumpstart
    
    * created new option for endpoint in tui
    
    * Mixmix/new sdk rc (#263)
    
    * exract "fundAccount" from tests
    
    * extraaact
    
    * tidy
    
    * Update tests/faucet.test.ts
    
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    
    * Update tests/faucet.test.ts
    
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    
    * fixed test
    
    ---------
    
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    
    * updated default testnet endpoint
    
    * updated for release
    
    * Update src/common/utils-cli.ts
    
    * revert setupTest to have unique temp configPaths
    
    ---------
    
    Co-authored-by: mixmix <mix@protozoa.nz>
    rh0delta and mixmix authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d8d0b33 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. [NayNay] Entropy Version (#269)

    * [NayNay] Entropy Version
    
    - added option to display versions
    
    * updated changelog
    
    * frankie did some things and they seem fixed
    
    * adding shell to github actions
    
    * trying something new
    
    * shenanigans
    
    * remove unnecessary lines
    
    * updated changelog
    
    ---------
    
    Co-authored-by: frankie <frankie.diamond@gmail.com>
    rh0delta and frankiebee authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3244691 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Release/0.0.4rc1 (#267)

    * fix arguments
    
    * rename test/program{s,}.test.ts
    
    * update README CHANGELOG
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    mixmix and rh0delta authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8d9a2e4 View commit details
    Browse the repository at this point in the history
  2. Mixmix/faucet tidy (#253)

    * tidy faucet functions
    
    * mention needing /etc/hosts file edit
    
    * extract formatDispatchError BITS_PER_TOKEN
    
    * fixups
    
    * test /etc/hosts aliases
    
    * fix formatDispatchError
    
    * rm only
    
    * resolve questions
    
    * fixups
    
    * bump
    
    * Update src/common/constants.ts
    
    * Update tests/faucet.test.ts
    
    * Update tests/faucet.test.ts
    
    * tidyups
    
    * Update tests/faucet.test.ts
    
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    
    ---------
    
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    mixmix and rh0delta authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6204a60 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. [NayNay] Fix tests-hosts for all machines (#277)

    - previously getent was used to derive the host names and ips from the hosts file
    - getent is a linux only command, so the test always failed on my mac machine
    - updated to use grep instead
    rh0delta authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    fa5a171 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. [NayNay] Register Errors

    - updated register to fail without exiting out of the tui
    - also added some ansi colors to our logs, will update the rest of the logs in another PR if this is the road we would like to follow with console logs
    rh0delta committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    62620cb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. move tui to a (default) subcommand (#270)

    * move tui to a (default) subcommand
    
    * ensure --version is visible on "entropy -h"
    
    * remove { isDefault: true } from tui, just print help
    
    * Mixmix/program cli (#232)
    
    * more complete program-cli
    
    * first pass program CLI complete
    
    * tidy
    
    * fix test
    
    * change -vk => -k, -pmk > -p
    
    * update CHANGELOG + README
    mixmix authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    95c0a55 View commit details
    Browse the repository at this point in the history
  2. updated changelog

    rh0delta committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    32a9919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cb19ff View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. removing blue colour for generic text to keep things consistent, leav…

    …ing red text for error
    rh0delta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    07b92eb View commit details
    Browse the repository at this point in the history
  2. [NayNay] Husky issue on fresh install (#255)

    * wip: testing if rc file fixes issue johnny is seeing
    
    * trying to see if we force the peer dependencies, should fix the download issues we are having currently
    
    * removing peer dependencies, enforcing node version using engines property
    
    * found that the root cause of this issue was our use of the postinstall script, which should not be running dev specific actions
    
    * removing huskyrc file, remnants of a failed solution attempt
    rh0delta authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f3c32d5 View commit details
    Browse the repository at this point in the history
  3. [NayNay] Testnet Faucet

    - updated faucet constants to use new program mod key and program pointer deployed from boot script
    rh0delta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0fcd01a View commit details
    Browse the repository at this point in the history
  4. [NayNay] Help text for command options (#261)

    * [NayNay] Help text for command options
    
    - contrary to intended use of the help option with commander, this PR adds handler when user adds help option after option that requires an argument
    - for now, only updated account option, may require discussion with team if this is how we want to proceed
    
    * updated handling of incorrect account names and invalid arguments to display an error message and exit the process
    
    * updated based on pr comments, kept log of addresses and names there
    
    * updated account option as per pr suggestions; also found an oddity with printing out the account that is selected and updated the log (could be deemed out of scope for this pr, but did not want to create a new pr for a small change like this)
    rh0delta authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    850584d View commit details
    Browse the repository at this point in the history
  5. fix opt.tuiEndpoint references, and entropy reloading (#281)

    * fix opt.tuiEndpoint references, and entropy reloading
    
    * fix config errors
    
    * fix config.set tests
    
    * drop test.only
    
    * revert animated logo demo
    mixmix authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6ed98b9 View commit details
    Browse the repository at this point in the history
  6. + @entropyxyz/sdk@0.4.0 (#282)

    * + @entropyxyz/sdk@0.4.0
    
    * breaking change for register from sdk causing issues with tests, fixed it up now
    
    ---------
    
    Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
    frankiebee and rh0delta authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    af103d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d55816 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    953cfd2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #278 from entropyxyz/naynay/register-error-handling

    [NayNay] Register Errors
    frankiebee authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6bfbff7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #280 from entropyxyz/naynay/testnet-faucet

    [NayNay] Testnet Faucet
    frankiebee authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8265f63 View commit details
    Browse the repository at this point in the history
  11. [NayNay] Minor Version Upgrade (#283)

    - 0.1.0
    rh0delta authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    70c1954 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    582ddba View commit details
    Browse the repository at this point in the history
  13. add changelog for migration

    mixmix committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b111714 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1340070 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1e45587 View commit details
    Browse the repository at this point in the history