This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 808
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add support for debugging the renderer process in vscode * get the most basic filecoin integration to bootup * fix default workspace saving (fixes bug introduced in #1716) * fix filecoin startup issues * fix issues with connecting to filecoin and get correct values * prevent SET_SERVER_STARTED from running twice * update deals and files topnav icons * change https to http for ipfs url * fix filecoin logging * update dependencies * update dependencies * fix issues with connecting to filecoin and get correct values * implement accounts page for filecoin * rename tx count to msg count * initial implementation for filecoin configuration * implement tipset screen and tipset detail pages * fix odd orange border * implement blocks detail page * revert change to the wrong flavor scss file * initial implementation of messages pages * use current block for message card if we have it * continue to request earlier blocks until we get to genesis or page size * implement deals screen * implement file pages * add ipfs-http-client dependency * implement search for filecoin * get new workspace screen to work * separate IPC handlers in init/Core.js * add comments about debugging the renderer process in vscode * add "hack" to render the IPFS port error under the correct div * center logo in loader screen * add margin to prevent msg count touching index * add margin to the no messages/transactions in only the block card * add min-width to files screen to add better formatting * fix deals list updating for new deals * add polling to periodically update the files screen * fix page fetching scroll issues * fix tipset requestNextPage function from copapasta error * fix tipsetlist loading new tipsets * set the filename on download to the file.name if it's set * fix corda loader progress positioning since the logo got taller * update filecoin initialization based on new core initialize functionality * update lotus-client-rpc to official repo * revert loader progress change * add dependencies to static/node * update ganache dependencies * 2.6.0-beta.0 * 2.6.0-beta.1 * temporarily export secrets from travis * get correct key * make sure to create a new workspace when we click the save button * make sure the filecoin seed gets saved when saving quickstart * make sure we clean quickstart each time * disable quickstart quick save for non-corda flavors * Revert "get correct key" This reverts commit 11c84a2. * Revert "temporarily export secrets from travis" This reverts commit dd7b7ea. * update ganache core versions for filecoin * 2.6.0-beta.2 * change error message string to match update in core * remove now-redundant stop/reset * 2.6.0-beta.3 * feat: upgrade electron to 12.0.2(#2813) Co-authored-by: Mike Seese <seesemichaelj@gmail.com> Co-authored-by: Kerim <78958583+KeKo6988@users.noreply.github.com>
* Remove all Corda related code (but retain pluggability in order to support Filecoin) * Fix logs screen * Fix workspaces tests
Fixes a couple of different issues, including populating the network interfaces dropdown, and the forked networks header
* Fix error where incorrect error is raised when the selected port is in use * Styling fixes, and use string.prototype.startsWith
* Change workspaces directory to ui/workspaces in anticipation of all legacy data being migrated to here. Symlink workspaces from 'old' workspaces directory. Use fs.readdirSync along with 'withFileTypes' to avoid additional 'stat' call. * If the new workspaces directory doesn't exist - create it. Handle deleting linked workspaces. * Ensure that symlinking of legacy workspaces works in windows * fix miss-spelling in comment * Silently ignore invalid flavors, and invalid workspaces when attempting to symlink workspaces
* Fork block number doesn\'t get propogated back from the chain instance * Change the label for fork block number field
Release 2.7.0-beta
fix: all user configuration data now lives in `Ganache/ui`
move all user data into `Ganache/ui` missed from v2.7.0-beta
fix: windows build issues
fix: On first load, remove installations of Ganache >= 2.3.0 < 2.7.0
Release v7.5.0 stable
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.