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

Create webpack.yml #1690

Open
wants to merge 15 commits into
base: canary
Choose a base branch
from
Open

Create webpack.yml #1690

wants to merge 15 commits into from

Conversation

MissLov3ly
Copy link

https://github.com/safe-global/safe-apps-sdk.git

yarn install
yarn start

https://wagmi.sh/cli/configuration/configuring-cli

https://docs.safe.global/safe-apps-sdk/safe-apps

        - name: Setup Go environment

uses: actions/[email protected]
with:
# The Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks.
go-version: # optional
# Path to the go.mod or go.work file.
go-version-file: # optional
# Set this option to true if you want the action to always check for the latest available version that satisfies the version spec
check-latest: # optional
# Used to pull Go distributions from go-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
token: # optional, default is ${{ github.server_url == 'https://github.com' && github.token || '' }}
# Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
cache: # optional, default is true
# Used to specify the path to a dependency file - go.sum
cache-dependency-path: # optional
# Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.
architecture: # optional

mholtzman and others added 15 commits August 31, 2023 13:11
* start migrating types to use zod for parsing and defaults

* finish basic state loading, add some tests

* use current base state when state is corrupted

* fix tests

* fix gas for tests

* update legacy migrations to be more resilient

* add test migration files

* update migration 38

* update tests

* continue updating schemas

* add dapp schema

* add more types

* initial working version

* fix some tests

* finish tokens schema

* finish updating migrations

* add settings for panel and selected

* update most of state not to persist

* allow chain metadata with no native currency rate data

* update types to support migration from v0.4.4

* fix typo

* add last migration test

* fix test

* dont persist signers

* update test

* fix test

* final changes

* update version

* remove no check and add any to legacy migrations

* skip test

* cleanup
* block out workspace ui and interactions, add examples
* fix linux SIGTRAP related to power monitor

* update tests

---------

Co-authored-by: Jordan Muir <[email protected]>
@mholtzman mholtzman force-pushed the canary branch 2 times, most recently from e042db7 to 066b9a9 Compare March 12, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants