Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Release v7.5.0 stable #5284

Merged
merged 35 commits into from
Feb 21, 2023
Merged

Release v7.5.0 stable #5284

merged 35 commits into from
Feb 21, 2023

Conversation

jeffsmale90
Copy link
Contributor

No description provided.

davidmurdoch and others added 30 commits October 29, 2020 13:28
* 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
fix: all user configuration data now lives in `Ganache/ui`
move all user data into `Ganache/ui` missed from v2.7.0-beta
@jeffsmale90 jeffsmale90 merged commit f2c8016 into master Feb 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants