Releases: layerx-labs/dappkit
Releases · layerx-labs/dappkit
v2.0.6
v2.0.6-1
v2.0.6-0
v2.0.5
- add truffle config to the overrides 5ba454e
- DEV-520 only governor allowed to hardcancel (#42) d73499a
- EIP4361 Session signing and EIP712 typed message (#40) e733044
- introduce hardCancel method for governor and bountyOwner (#39) 72463a5
- adding condition and updating tests (#38) 221dec9
- Clark dev 275 oracles change events (#37) 6f05410
- Vhc 455 multiply percentages (#36) 64ba695
- feat: update tresury address (#35) c15014b
- feat: change cancel fee (#34) 180bd75
- DEV-403 Add treasury and lock fee to network registry (#32) 7f89cb8
- DEV-35 (#33) 44d5627
- make
web3Connection
a private prop so userland can useconnection
ddd4a02 - converting values (#31) 52cf5af
- adding condition and testing (#23) 0407280
- Dev 323 network v 2 contract is too big (#30) 5651150
- adding missing method (#25) e03c535
- #385 new funding amount should be greater than 0 (#26) ac4d7ad
- Fix license and Support Email (#24) 76b82b0
Official Launch of Dappkit
DEV-287-wallet-connect-integration (#20) * allow a web3Provider to be used on the web3connectionoptions * add some tutorials on how to use the custom web3 provider (still needs testing tho) * make sure that web3CustomProvider is not a string * remove "connect" if provider is connected, because we already started and account is already loaded because the provider should be the one taking care of that (userland) * change markdown * add how to walletconnect to how-to readme.md * unused and web3link variables * lint * comment out two lines after the "enable" warning * remove web3 and add taikai/dappkit as dependency