Skip to content

Releases: layerx-labs/dappkit

v2.0.6

11 Jul 13:30
Compare
Choose a tag to compare
  • add more npmignore files so package-size can go lower 01ac935
  • make it so we can request rewardless funding cb103cb
  • introduce contract-json-cleaner 8e1ed25
  • Fix/adding contract open bounty logic in typescript (#43) 974be01

v2.0.6-1...v2.0.6

v2.0.6-1

07 Jul 00:34
Compare
Choose a tag to compare
v2.0.6-1 Pre-release
Pre-release
  • introduce contract-json-cleaner 8e1ed25

v2.0.6-0...v2.0.6-1

v2.0.6-0

06 Jul 23:17
Compare
Choose a tag to compare
v2.0.6-0 Pre-release
Pre-release
  • add more npmignore files so package-size can go lower 01ac935
  • make it so we can request rewardless funding cb103cb

v2.0.5...v2.0.6-0

v2.0.5

01 Jul 13:39
Compare
Choose a tag to compare
  • 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 use connection 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

v2.0.0...v2.0.5

Official Launch of Dappkit

20 May 14:49
408552e
Compare
Choose a tag to compare
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