Bill

Results 18 issues of Bill

Is it possible to automatically update a config file? So it won't break when there is something like ` "extends": "../../tsconfig.json",` in my tsconfig.

When my dapp creates a transaction, I can see it receives a eth_sendTransaction request on `test.walletconnect.org`, but when I click on it the webpage just when blank. In the console...

According to https://eips.ethereum.org/EIPS/eip-1155, you have to implement a `uri` function for contract supports ERC1155Metadata_URI extension. But in the `ERC1155Mintable.sol` it registers `0x0e89341c` for erc165 but doesn't have a implementation of...

It seems like Digitalocean just restarted my server and after that pmgo dosn't work anymore. ``` $ pmgo list panic: runtime error: invalid memory address or nil pointer dereference [signal...

- [ ] `ethereum.enable()` is deprecated - [ ] `web3.currentProvider.rpcEngine` is undefined in ethutil.js - [ ] MetaMask: MetaMask will soon stop reloading pages on network change. For more information,...

bugfix

Currently, the website is not on the list of the google search result with keywords like smart contract ctf, solidity ctf, ethereum ctf..., etc.

feature

- [x] Script to withdraw from other faucets - [ ] Implement faucet on our website

feature

Add truffle test for each level's contract - [ ] level 0 - [ ] level 1 - [ ] level 2 - [ ] level 3 - [ ]...

feature

Some syntax highlights are wrong. For example, in level `Crosslink Ship`: ![Screen Shot 2019-11-17 at 5 58 13 PM](https://user-images.githubusercontent.com/28007209/69005963-ea90ec80-0963-11ea-92a2-651c62d023fa.png)

bugfix

Place a script at `script/levels` that can generate transactions for accounts and import accounts into factory contract automatically.

feature