Commit Graph

13 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt 46c94c40c5 feat: configurable release delay 2024-06-14 12:17:07 -03:00
Ricardo Guilherme Schmidt 3d37a0a1c9
Update to use embark 6.0.0 (#99)
* trim trailing spaces

* update to embark 4.0.2

* bump to solc 0.5.4

* use .selector

* use solidity function selector

* update to embark 6.0.0

* use mocks instead of "instanceOf" tool+tests fix

* update to solidity 0.5.11

* update to solidity 0.5.11

* add spdx license identifiers

* update ENS contracts

* natspec fix return values
2020-07-24 19:16:01 -03:00
Barry Gitarts 9462466b7d add network vs environment check + update livenet contract 2018-10-24 12:16:30 -04:00
Barry G 3181e0f120 Revert breaking changes (#33)
* Revert "deploy updated username registrar to ropsten"

This reverts commit cdbc253d8d.

* change getReleaseTime to getExpirationTime
2018-10-03 14:38:52 -03:00
Barry Gitarts cdbc253d8d deploy updated username registrar to ropsten 2018-10-01 11:42:27 -04:00
Barry Gitarts 9046aacc24 deploy updated username registry on ropsten 2018-09-13 11:56:49 -04:00
Barry Gitarts ba7ebe10e6 deploy new testnet UsernameRegistry using new constructor 2018-09-13 10:29:43 -04:00
Barry Gitarts 25c92d5228 prevent contracts from being set as interfaces 2018-09-13 08:54:23 -04:00
Barry Gitarts 52568c5d0c deploy latest Username registry to testnet
use light mode syncing for node
2018-09-12 18:58:23 -04:00
Ricardo Guilherme Schmidt eb5585647f
clean contracts config 2018-09-05 03:27:32 -03:00
Ricardo Guilherme Schmidt cbfdd9cc72
Removes multiple domain functionaility from project (#20)
* refactor ENSSubdomainRegistry

* Rename contract

* remove obsolete file

* typo

* Add legacy contract upgradability adaptor

* refactor Dapp to use UsernameRegistrar contract

* use reservedNames.js in usernameregistrar.spec.js

* change array of merkle roots to single merkle root

* load reserved words to deploy contract

* reorganized contract methods

* add withdraw methods for controller move excess funds & wrong ens nodes

* add deployed MerkleProof addresses

* include contract terms in the @notice of register

* approve and call fix & solidity update

* add approveAndCall support

* clear subnode owner and resolver
2018-09-04 18:49:39 -03:00
Barry Gitarts 36b2ee7cb5 add livenet MerkleProof address 2018-08-31 14:49:57 -04:00
Barry Gitarts 96378cbab3 add contracts.js 2018-08-30 17:39:59 -04:00