Skip to content
Snippets Groups Projects
  • Asad Salman's avatar
    774aa9e0
    nameservice: added batch name adding script · 774aa9e0
    Asad Salman authored and Adrien Béraud's avatar Adrien Béraud committed
    also modified read_names.js to write a list of objs instead
    of writing on object with all names as key/value pairs
    
    extended write_names.js to parallelize batch registry,
    cleanup and more error checking
    Change-Id: I2d6b509cc65b453f4efc88f997b2c5faf99d8b02
    774aa9e0
    History
    nameservice: added batch name adding script
    Asad Salman authored and Adrien Béraud's avatar Adrien Béraud committed
    also modified read_names.js to write a list of objs instead
    of writing on object with all names as key/value pairs
    
    extended write_names.js to parallelize batch registry,
    cleanup and more error checking
    Change-Id: I2d6b509cc65b453f4efc88f997b2c5faf99d8b02
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
build.json 291 B
{
  "language": "Solidity",
  "sources": {
    "registrar": {
      "urls":["registrar.sol"]
    }
  },
  "settings": {
    "optimizer": {
      "enabled": true,
      "runs": 500
    },
    "outputSelection": {
        "*": {
          "*": [ "abi", "evm.bytecode" ]
        }
      }
  }
}