-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Jul 8, 2024
-
[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
Configuration menu - View commit details
-
Copy full SHA for dfd9405 - Browse repository at this point
Copy the full SHA dfd9405View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a647d7b - Browse repository at this point
Copy the full SHA a647d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4110f7 - Browse repository at this point
Copy the full SHA e4110f7View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c081acc - Browse repository at this point
Copy the full SHA c081accView commit details -
[NayNay] User Programs: Add Program + testing
- updated folder structure for consistency - added new method for adding programs as a pure function - added tests
Configuration menu - View commit details
-
Copy full SHA for cbf9f62 - Browse repository at this point
Copy the full SHA cbf9f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa244f - Browse repository at this point
Copy the full SHA 1aa244fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7234f - Browse repository at this point
Copy the full SHA 4a7234fView commit details -
Merge pull request #174 from entropyxyz/naynay/update-dev
[NayNay] Sync main with dev
Configuration menu - View commit details
-
Copy full SHA for 3c4ab4b - Browse repository at this point
Copy the full SHA 3c4ab4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d63339 - Browse repository at this point
Copy the full SHA 0d63339View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for adc1df3 - Browse repository at this point
Copy the full SHA adc1df3View commit details -
[NayNay] User Program Management::View Programs + Testing
- added new service file for view program pure function - added tests
Configuration menu - View commit details
-
Copy full SHA for 7cc85fe - Browse repository at this point
Copy the full SHA 7cc85feView commit details -
* write tests for migrating config encoding * complete migration 02 test * add better config encode/decode * fix migration
Configuration menu - View commit details
-
Copy full SHA for 740c3ac - Browse repository at this point
Copy the full SHA 740c3acView commit details -
* [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>
Configuration menu - View commit details
-
Copy full SHA for 8dabd11 - Browse repository at this point
Copy the full SHA 8dabd11View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for ff30a2c - Browse repository at this point
Copy the full SHA ff30a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f67e844 - Browse repository at this point
Copy the full SHA f67e844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a9ab1 - Browse repository at this point
Copy the full SHA 59a9ab1View commit details -
Update tests/manage-accounts.test.ts
Co-authored-by: mix irving <mix@protozoa.nz>
Configuration menu - View commit details
-
Copy full SHA for 109fde1 - Browse repository at this point
Copy the full SHA 109fde1View commit details -
Update tests/manage-accounts.test.ts
Co-authored-by: mix irving <mix@protozoa.nz>
Configuration menu - View commit details
-
Copy full SHA for 11dd078 - Browse repository at this point
Copy the full SHA 11dd078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109c545 - Browse repository at this point
Copy the full SHA 109c545View commit details -
Merge branch 'naynay/create-acccount' of https://github.com/entropyxy…
…z/cli into naynay/create-acccount
Configuration menu - View commit details
-
Copy full SHA for a5ae111 - Browse repository at this point
Copy the full SHA a5ae111View commit details -
Merge pull request #166 from entropyxyz/naynay/create-acccount
[NayNay] Create Account Refactor + Testing
Configuration menu - View commit details
-
Copy full SHA for 75ae282 - Browse repository at this point
Copy the full SHA 75ae282View commit details -
Merge pull request #177 from entropyxyz/naynay/view-programs
[NayNay] User Program Management::View Programs + Testing
Configuration menu - View commit details
-
Copy full SHA for 9314b30 - Browse repository at this point
Copy the full SHA 9314b30View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 9f946dc - Browse repository at this point
Copy the full SHA 9f946dcView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 9f8f2de - Browse repository at this point
Copy the full SHA 9f8f2deView commit details
Commits on Jul 17, 2024
-
* [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>
Configuration menu - View commit details
-
Copy full SHA for a3896d5 - Browse repository at this point
Copy the full SHA a3896d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 577d9e5 - Browse repository at this point
Copy the full SHA 577d9e5View commit details -
Clarify PR branch process. (#187)
* Update README.md * Fixed TOC.
Configuration menu - View commit details
-
Copy full SHA for c510e56 - Browse repository at this point
Copy the full SHA c510e56View commit details -
Merge pull request #186 from entropyxyz/naynay/sync-dev
Naynay/sync dev
Configuration menu - View commit details
-
Copy full SHA for 79f365c - Browse repository at this point
Copy the full SHA 79f365cView commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 166a1a2 - Browse repository at this point
Copy the full SHA 166a1a2View commit details
Commits on Jul 22, 2024
-
* patch sign reverse-order bug for CLI * patch * easier diff
Configuration menu - View commit details
-
Copy full SHA for 9d87dd5 - Browse repository at this point
Copy the full SHA 9d87dd5View commit details
Commits on Jul 24, 2024
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 03b9f1b - Browse repository at this point
Copy the full SHA 03b9f1bView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0f73f2 - Browse repository at this point
Copy the full SHA a0f73f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c124f1 - Browse repository at this point
Copy the full SHA 0c124f1View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4bdc57 - Browse repository at this point
Copy the full SHA a4bdc57View commit details -
Merge pull request #199 from entropyxyz/naynay/update-sdk
[NayNay] update sdk v0.2.3
Configuration menu - View commit details
-
Copy full SHA for ffb81d1 - Browse repository at this point
Copy the full SHA ffb81d1View commit details
Commits on Jul 29, 2024
-
all Uint8Array output in base64 (#163)
* all Uint8Array output in base64 * tidyup * WIP notes * fix encoding of config * fixups to program output, sign outpu
Configuration menu - View commit details
-
Copy full SHA for 130b4c1 - Browse repository at this point
Copy the full SHA 130b4c1View commit details
Commits on Jul 31, 2024
-
[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
Configuration menu - View commit details
-
Copy full SHA for 4b802e0 - Browse repository at this point
Copy the full SHA 4b802e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d64729 - Browse repository at this point
Copy the full SHA 5d64729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366072b - Browse repository at this point
Copy the full SHA 366072bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1b817 - Browse repository at this point
Copy the full SHA cd1b817View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fbd87 - Browse repository at this point
Copy the full SHA c0fbd87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6749593 - Browse repository at this point
Copy the full SHA 6749593View commit details
Commits on Aug 1, 2024
-
updated utils to be pure functions rather than class; updated tests; …
…updated changelog
Configuration menu - View commit details
-
Copy full SHA for 05c82ed - Browse repository at this point
Copy the full SHA 05c82edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9bf895 - Browse repository at this point
Copy the full SHA b9bf895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 621e0fb - Browse repository at this point
Copy the full SHA 621e0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for df36f05 - Browse repository at this point
Copy the full SHA df36f05View commit details -
Co-authored-by: mix irving <mix@protozoa.nz>
Configuration menu - View commit details
-
Copy full SHA for e8aef10 - Browse repository at this point
Copy the full SHA e8aef10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db6378 - Browse repository at this point
Copy the full SHA 4db6378View commit details -
Merge branch 'naynay/base-plus-balance' of https://github.com/entropy…
…xyz/cli into naynay/base-plus-balance
Configuration menu - View commit details
-
Copy full SHA for 953f968 - Browse repository at this point
Copy the full SHA 953f968View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b87f4 - Browse repository at this point
Copy the full SHA f1b87f4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 67c33cb - Browse repository at this point
Copy the full SHA 67c33cbView commit details -
updated tui and cli to be the main source of entry for everything and…
… removed flows/balance directory
Configuration menu - View commit details
-
Copy full SHA for d6d8d76 - Browse repository at this point
Copy the full SHA d6d8d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for aefe05e - Browse repository at this point
Copy the full SHA aefe05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 197a815 - Browse repository at this point
Copy the full SHA 197a815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 423631c - Browse repository at this point
Copy the full SHA 423631cView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddbd6e3 - Browse repository at this point
Copy the full SHA ddbd6e3View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 6dbc757 - Browse repository at this point
Copy the full SHA 6dbc757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 073f910 - Browse repository at this point
Copy the full SHA 073f910View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b6d981 - Browse repository at this point
Copy the full SHA 3b6d981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2b168 - Browse repository at this point
Copy the full SHA 3d2b168View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4223370 - Browse repository at this point
Copy the full SHA 4223370View commit details -
Merge pull request #216 from entropyxyz/cla-full-org
Exempt organization members from needing to sign the CLA.
Configuration menu - View commit details
-
Copy full SHA for e33cf72 - Browse repository at this point
Copy the full SHA e33cf72View commit details
Commits on Aug 19, 2024
-
Merge pull request #214 from entropyxyz/naynay/transfer-restructure
[NayNay] File Restructure: Transfer
Configuration menu - View commit details
-
Copy full SHA for 038051d - Browse repository at this point
Copy the full SHA 038051dView commit details
Commits on Aug 28, 2024
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 3a3130f - Browse repository at this point
Copy the full SHA 3a3130fView commit details
Commits on Aug 29, 2024
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 67045d4 - Browse repository at this point
Copy the full SHA 67045d4View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16eb051 - Browse repository at this point
Copy the full SHA 16eb051View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 988555a - Browse repository at this point
Copy the full SHA 988555aView commit details
Commits on Sep 19, 2024
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 0cfb8f8 - Browse repository at this point
Copy the full SHA 0cfb8f8View commit details
Commits on Sep 22, 2024
-
get all config.get* methods fail safely (#227)
* get all config.get* methods fail safely * fix getSync so that it mkdirps
Configuration menu - View commit details
-
Copy full SHA for 96ec283 - Browse repository at this point
Copy the full SHA 96ec283View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a966549 - Browse repository at this point
Copy the full SHA a966549View commit details -
Merge branch 'naynay/file-restructure' of https://github.com/entropyx…
…yz/cli into naynay/file-restructure
Configuration menu - View commit details
-
Copy full SHA for fa335b4 - Browse repository at this point
Copy the full SHA fa335b4View commit details
Commits on Sep 24, 2024
-
* fix config (again), rename > accountOption * Update src/cli.ts
Configuration menu - View commit details
-
Copy full SHA for e9bd786 - Browse repository at this point
Copy the full SHA e9bd786View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 34e4c69 - Browse repository at this point
Copy the full SHA 34e4c69View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 54de68d - Browse repository at this point
Copy the full SHA 54de68dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c855201 - Browse repository at this point
Copy the full SHA c855201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be1d7e - Browse repository at this point
Copy the full SHA 1be1d7eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7cd5072 - Browse repository at this point
Copy the full SHA 7cd5072View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc63c72 - Browse repository at this point
Copy the full SHA cc63c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c86915 - Browse repository at this point
Copy the full SHA 4c86915View commit details
Commits on Sep 27, 2024
-
Merge pull request #242 from entropyxyz/mixmix/entropy-register-fix
refactor entropy register so CLI/TUI are similar
Configuration menu - View commit details
-
Copy full SHA for f3412d2 - Browse repository at this point
Copy the full SHA f3412d2View commit details
Commits on Oct 2, 2024
-
Merge pull request #231 from entropyxyz/naynay/file-restructure
[NayNay] CLI/TUI File Restructure
Configuration menu - View commit details
-
Copy full SHA for dd751e4 - Browse repository at this point
Copy the full SHA dd751e4View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c4aded - Browse repository at this point
Copy the full SHA 3c4adedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5865243 - Browse repository at this point
Copy the full SHA 5865243View commit details
Commits on Oct 16, 2024
-
[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;
Configuration menu - View commit details
-
Copy full SHA for 5f3960b - Browse repository at this point
Copy the full SHA 5f3960bView commit details
Commits on Oct 18, 2024
-
[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
Configuration menu - View commit details
-
Copy full SHA for ee2709b - Browse repository at this point
Copy the full SHA ee2709bView commit details
Commits on Oct 21, 2024
-
fix cli opts bug with multiple accountOptions (#250)
* fix cli opts bug with multiple accountOptions * drop async argParser function! (unsupported) * add setSelectedAccount
Configuration menu - View commit details
-
Copy full SHA for a3950e1 - Browse repository at this point
Copy the full SHA a3950e1View commit details -
* wip - template * wup * Update README.md * finish up * tidy --------- Co-authored-by: mixmix <mix@protozoa.nz>
Configuration menu - View commit details
-
Copy full SHA for fe685b8 - Browse repository at this point
Copy the full SHA fe685b8View commit details
Commits on Oct 22, 2024
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for f5a1fd9 - Browse repository at this point
Copy the full SHA f5a1fd9View commit details -
[NayNay] Moving Facuet to main menu (#257)
* [NayNay] Moving Facuet to main menu - resolves #234 * updated changelog
Configuration menu - View commit details
-
Copy full SHA for e295195 - Browse repository at this point
Copy the full SHA e295195View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for cab7dec - Browse repository at this point
Copy the full SHA cab7decView commit details
Commits on Oct 23, 2024
-
* [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>
Configuration menu - View commit details
-
Copy full SHA for b0db1b0 - Browse repository at this point
Copy the full SHA b0db1b0View commit details
Commits on Oct 24, 2024
-
[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>
Configuration menu - View commit details
-
Copy full SHA for d8d0b33 - Browse repository at this point
Copy the full SHA d8d0b33View commit details
Commits on Oct 25, 2024
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 3244691 - Browse repository at this point
Copy the full SHA 3244691View commit details
Commits on Oct 29, 2024
-
* fix arguments * rename test/program{s,}.test.ts * update README CHANGELOG * Update CHANGELOG.md --------- Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8d9a2e4 - Browse repository at this point
Copy the full SHA 8d9a2e4View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 6204a60 - Browse repository at this point
Copy the full SHA 6204a60View commit details
Commits on Nov 2, 2024
-
[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
Configuration menu - View commit details
-
Copy full SHA for fa5a171 - Browse repository at this point
Copy the full SHA fa5a171View commit details
Commits on Nov 4, 2024
-
- 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
Configuration menu - View commit details
-
Copy full SHA for 62620cb - Browse repository at this point
Copy the full SHA 62620cbView commit details
Commits on Nov 5, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 95c0a55 - Browse repository at this point
Copy the full SHA 95c0a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32a9919 - Browse repository at this point
Copy the full SHA 32a9919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb19ff - Browse repository at this point
Copy the full SHA 1cb19ffView commit details
Commits on Nov 6, 2024
-
removing blue colour for generic text to keep things consistent, leav…
…ing red text for error
Configuration menu - View commit details
-
Copy full SHA for 07b92eb - Browse repository at this point
Copy the full SHA 07b92ebView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for f3c32d5 - Browse repository at this point
Copy the full SHA f3c32d5View commit details -
- updated faucet constants to use new program mod key and program pointer deployed from boot script
Configuration menu - View commit details
-
Copy full SHA for 0fcd01a - Browse repository at this point
Copy the full SHA 0fcd01aView commit details -
[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)
Configuration menu - View commit details
-
Copy full SHA for 850584d - Browse repository at this point
Copy the full SHA 850584dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6ed98b9 - Browse repository at this point
Copy the full SHA 6ed98b9View commit details -
+ @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>
Configuration menu - View commit details
-
Copy full SHA for af103d6 - Browse repository at this point
Copy the full SHA af103d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d55816 - Browse repository at this point
Copy the full SHA 6d55816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 953cfd2 - Browse repository at this point
Copy the full SHA 953cfd2View commit details -
Merge pull request #278 from entropyxyz/naynay/register-error-handling
[NayNay] Register Errors
Configuration menu - View commit details
-
Copy full SHA for 6bfbff7 - Browse repository at this point
Copy the full SHA 6bfbff7View commit details -
Merge pull request #280 from entropyxyz/naynay/testnet-faucet
[NayNay] Testnet Faucet
Configuration menu - View commit details
-
Copy full SHA for 8265f63 - Browse repository at this point
Copy the full SHA 8265f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c1954 - Browse repository at this point
Copy the full SHA 70c1954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582ddba - Browse repository at this point
Copy the full SHA 582ddbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b111714 - Browse repository at this point
Copy the full SHA b111714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1340070 - Browse repository at this point
Copy the full SHA 1340070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e45587 - Browse repository at this point
Copy the full SHA 1e45587View commit details