-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #482 from provenance-io/jarryd/update-wcjs-and-wal…
…let-utils-versions Update for proposals and voting
- Loading branch information
Showing
11 changed files
with
8,941 additions
and
19,557 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
save-exact=true | ||
save-exact=true | ||
legacy-peer-deps=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
### Bug Fixes | ||
|
||
### Features | ||
- Update wcjs and wallet utils versions #481 | ||
|
||
## 3.5.0 | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
// TO-DO: Re-allow Instantiate/Params when available | ||
|
||
export const PROPOSAL_TYPES: { [key: string]: string } = { | ||
TEXT: 'text', | ||
SOFTWARE_UPGRADE: 'software upgrade', | ||
CANCEL_SOFTWARE_UPGRADE: 'cancel upgrade', | ||
STORE_CODE: 'store code', | ||
INSTANTIATE_CODE: 'instantiate contract', | ||
PARAMS_CHANGE: 'parameter change', | ||
// INSTANTIATE_CODE: 'instantiate contract', | ||
// PARAMS_CHANGE: 'parameter change', | ||
//TO-DOS: | ||
//COMMUNITY_POOL_SPEND: 'community pool spend', | ||
//COMMUNITY_POOL_SPEND_WITH_DEPOSIT: 'community pool spend with deposit', | ||
}; | ||
|
||
export const ACCESS_TYPES = { | ||
NOBODY: 'nobody', | ||
ONLY_ADDRESS: 'only address', | ||
EVERYBODY: 'everybody', | ||
ACCESS_TYPE_UNSPECIFIED: 'ACCESS_TYPE_UNSPECIFIED', | ||
ACCESS_TYPE_NOBODY: 'ACCESS_TYPE_NOBODY', | ||
ACCESS_TYPE_ONLY_ADDRESS: 'ACCESS_TYPE_ONLY_ADDRESS', | ||
ACCESS_TYPE_EVERYBODY: 'ACCESS_TYPE_EVERYBODY', | ||
// TO-DO: incorporate this option | ||
// ACCESS_TYPE_ANY_OF_ADDRESSES: '', | ||
}; |
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
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
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
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