Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
309b5b0
Support default values from rich contract data
rulfo71 Sep 26, 2022
dea9b12
Merge remote-tracking branch 'upstream/develop' into default-values-f…
rulfo71 Sep 26, 2022
23c4d5d
update snapshots
rulfo71 Sep 26, 2022
376bf6e
fix case default value is 0.0 on numericalInput
rulfo71 Sep 27, 2022
5137289
update snapshots
rulfo71 Sep 27, 2022
0cb3781
Merge remote-tracking branch 'upstream/develop' into default-values-f…
rulfo71 Sep 30, 2022
381bd5f
feat(ERC20TransferEditor.tsx): replaced custom input with generic Add…
dcrescimbeni Sep 30, 2022
5cb4256
feat(AddressInput.tsx): added functionality to allow input and parsin…
dcrescimbeni Sep 30, 2022
b2c30ba
test: updated tests
dcrescimbeni Sep 30, 2022
255f889
Merge branch 'develop' into feat/allow-ens-addresses-for-address-input
dcrescimbeni Sep 30, 2022
b5d950c
show unlock icon if param has defaultValue
rulfo71 Oct 3, 2022
05148ff
test: added tests for AddressInput and updated tests for other compon…
dcrescimbeni Oct 3, 2022
f572eb0
test(AddressInput.test.tsx): added tests
dcrescimbeni Oct 4, 2022
bff35bc
refactor(AddressInput): split types and styles, and moved component t…
dcrescimbeni Oct 4, 2022
d16e5b0
feat(AddressInput.stories.tsx): added storybook
dcrescimbeni Oct 4, 2022
17bfa92
Merge branch 'develop' into feat/allow-ens-addresses-for-address-input
dcrescimbeni Oct 4, 2022
d3db07a
feat(AddressInput.tsx): user can input ENS name with or without .eth
dcrescimbeni Oct 6, 2022
e6cac38
test: updated tests and snapshots
dcrescimbeni Oct 6, 2022
7df0d0c
test(AddressInput.test.tsx): refactored mocked hook to make tests mor…
dcrescimbeni Oct 7, 2022
b6da281
Add conditional flag to unsuported chain
MiltonTulli Oct 8, 2022
0c2410c
fix id
MiltonTulli Oct 8, 2022
e8be4e3
fix name setDisabledState
rulfo71 Oct 10, 2022
efe036d
remove unlock icon when clicked
rulfo71 Oct 23, 2022
6dc20c7
fix voting functions on actions had the same name
rulfo71 Oct 23, 2022
7086fc5
test: updated and improved tests
dcrescimbeni Oct 24, 2022
2dc8db2
fix: merge
dcrescimbeni Oct 24, 2022
4a1eead
Merge branch 'develop' into feat/allow-ens-addresses-for-address-input
dcrescimbeni Oct 24, 2022
14a4a22
added tests
rulfo71 Oct 24, 2022
559949c
change tests on addressInput to IconRight
rulfo71 Oct 25, 2022
93c7738
Merge remote-tracking branch 'upstream/develop' into default-values-f…
rulfo71 Oct 25, 2022
cea2448
updated richContracts.json
rulfo71 Oct 31, 2022
b66db43
updated richContracts.json
rulfo71 Oct 31, 2022
70cd0ea
using function title instead of function name because name may be rep…
rulfo71 Oct 31, 2022
006af36
update description on richContracts
rulfo71 Nov 1, 2022
1be9c5a
update templateLiteral on richContracts
rulfo71 Nov 1, 2022
c7ab8be
support more than one action on an external contract
rulfo71 Nov 3, 2022
fdcd15b
Merge branch 'develop' into feat/allow-ens-addresses-for-address-input
dcrescimbeni Nov 4, 2022
5ca7bb5
feat(RepMintEditor): replaced generic input for AddressInput, also ad…
dcrescimbeni Nov 4, 2022
9adf5aa
feat(NumericalInput): added isInvalid field
dcrescimbeni Nov 4, 2022
09c93bd
test(RepMintEditor): updated tests
dcrescimbeni Nov 4, 2022
905091e
feat(ActionsModal): removed default value of receiver address
dcrescimbeni Nov 4, 2022
00b5fdc
fix(RepMintEditor): added typing and removed console.log
dcrescimbeni Nov 4, 2022
cd59390
add component for block explorer links
rulfo71 Nov 7, 2022
cddf03c
fix(RepMintEditor): removed console.log
dcrescimbeni Nov 7, 2022
fb9032f
Merge pull request #369 from dcrescimbeni/feat/allow-ens-addresses-fo…
dcrescimbeni Nov 7, 2022
1d72b2d
Merge remote-tracking branch 'upstream/develop' into default-values-f…
rulfo71 Nov 7, 2022
8ff96a8
update richContracts.json
rulfo71 Nov 7, 2022
a60f70c
fix: Updating bytecode for snapshot erc20 guild
rossneilson Nov 8, 2022
bfb42be
Merge pull request #413 from rossneilson/fix/update-erc20-bytecode
rossneilson Nov 8, 2022
e72c6df
extending BlockExplorerLink component functionalities
rulfo71 Nov 8, 2022
edcbf0a
fix: Fixing voting power on vote transaction for snapshot guilds
rossneilson Nov 8, 2022
062bd46
fix: Add optional type to voting power type
rossneilson Nov 8, 2022
949ca90
feat: Adding ens subdomain reading for configs and small fixes
rossneilson Nov 9, 2022
1638b14
style: Removing console logs and commented code
rossneilson Nov 9, 2022
8527018
Merge pull request #414 from rossneilson/fix/fix-voting-power-in-snap…
rossneilson Nov 9, 2022
58bb1d6
Add offline wrapper to avoid white screen when going offline
MiltonTulli Nov 9, 2022
89722cb
add translations and new test
MiltonTulli Nov 9, 2022
03427cf
fix network address on richContract json was repeated
rulfo71 Nov 9, 2022
8e1f86b
Merge remote-tracking branch 'upstream/develop' into default-values-f…
rulfo71 Nov 10, 2022
631f11d
fix on getting richContracts from ens
rulfo71 Nov 11, 2022
a893b93
remove unstyledLink, add usage for BlockExplorerLink
rulfo71 Nov 11, 2022
5498a6d
update snapshots
rulfo71 Nov 11, 2022
c57f07b
remove property unstyled from BlockExplorerLink component
rulfo71 Nov 11, 2022
4655233
add snapshots
rulfo71 Nov 11, 2022
7e0a9d0
fix(IntegerInput): added an IntegerInput component that prevents inpu…
dcrescimbeni Nov 11, 2022
ac63567
test(IntegerInput): added tests and stories
dcrescimbeni Nov 11, 2022
8270894
fix(FormElementRenderer): added IntegerInput component to integer type
dcrescimbeni Nov 11, 2022
210c285
Merge pull request #396 from MiltonTulli/fix-unsuported
MiltonTulli Nov 11, 2022
fb7724a
Merge pull request #415 from MiltonTulli/feature/offline-screen
MiltonTulli Nov 13, 2022
c757bab
add tests
rulfo71 Nov 14, 2022
429b07b
Include setConfig action
MiltonTulli Sep 26, 2022
ce23ce7
display values on setGuild infoLine
MiltonTulli Oct 5, 2022
d1ffba9
update setguildconfig action
MiltonTulli Oct 14, 2022
5fa6e20
refactor && translate
MiltonTulli Oct 17, 2022
4a81d16
setconfig icon
MiltonTulli Oct 17, 2022
e508b8e
add translations, fix utils
MiltonTulli Oct 26, 2022
b1b865a
Rezise icons and refactor onchange
MiltonTulli Nov 7, 2022
7c66954
Finish functionality, validation, fix onchange action, abstract compo…
MiltonTulli Nov 7, 2022
a13c035
refactor set guild config action & add tests
MiltonTulli Nov 8, 2022
4834eb3
Fix code style & add tests
MiltonTulli Nov 9, 2022
ff1382f
fixes & refactor useDuration
MiltonTulli Nov 9, 2022
d5504dc
fix percentage values, update devscript with realistic guild percenta…
MiltonTulli Nov 11, 2022
9b64507
Fix percentage & review changes
MiltonTulli Nov 11, 2022
78978b0
use local richContract on development
rulfo71 Nov 15, 2022
cc94bde
Merge pull request #423 from rulfo71/use-local-richContracts-on-devel…
rulfo71 Nov 15, 2022
6c7aae7
Merge pull request #422 from dcrescimbeni/fix/component-breaks-after-…
dcrescimbeni Nov 17, 2022
5f2695c
add validation for bytes32
rulfo71 Nov 17, 2022
a2890ac
shorten proposalId on action
rulfo71 Nov 17, 2022
eb0d868
change name of variable for consistency
rulfo71 Nov 18, 2022
849a320
remove comments
rulfo71 Nov 18, 2022
ed4638f
remove unused line
rulfo71 Nov 18, 2022
0f5a03f
Merge pull request #348 from MiltonTulli/feature/set-guild-config-action
MiltonTulli Nov 18, 2022
b2fe2d7
change block explorer of gnosis to gnosisscan
rulfo71 Nov 19, 2022
c6500be
Merge pull request #349 from rulfo71/default-values-from-rich-contrac…
rulfo71 Nov 21, 2022
bf35733
version 2.1.0
rulfo71 Nov 21, 2022
4d07dc7
update snapshot
rulfo71 Nov 21, 2022
ca435af
Merge pull request #411 from rulfo71/#338-fix-block-explorer-links
rulfo71 Nov 21, 2022
49141e8
Merge remote-tracking branch 'upstream/develop' into develop
rulfo71 Nov 21, 2022
dbd3447
Merge pull request #425 from rulfo71/develop
rossneilson Nov 21, 2022
873d672
add extra validation for bytes32
rulfo71 Nov 21, 2022
3a2d75d
fix: Overrides default rpc to pokt for mainnet
rossneilson Nov 23, 2022
764b6f3
fix(TokenAmountInput): fixed auto-formatting issue
dcrescimbeni Nov 23, 2022
94985bf
Merge pull request #428 from rulfo71/add-extra-validation-for-bytes32
rulfo71 Nov 23, 2022
4807ea3
Merge pull request #433 from dcrescimbeni/fix/token-amount-delay-fix
dcrescimbeni Nov 23, 2022
e32c792
Merge pull request #432 from rossneilson/fix/default-chain-rpc
rossneilson Nov 23, 2022
4009fb5
docs: Increment version to 2.1.1
rossneilson Nov 23, 2022
1d4cc31
Merge pull request #436 from rossneilson/feature/increment-version-2.1.1
rossneilson Nov 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/develop' into default-values-f…
…rom-rich-contract-data
  • Loading branch information
rulfo71 committed Sep 30, 2022
commit 0cb378149ffad1eb142c7bede715147824760dd7

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.