remix-project
remix-project copied to clipboard
Deploy and Run improvements
- [x] - Show and update balances of deployed contracts ( https://github.com/ethereum/remix-ide/issues/127 )
- [ ] - Add value to the function ( https://github.com/ethereum/remix-ide/issues/2328 )
- [ ] - Warn if trying to send value to a non-payable method ( https://github.com/ethereum/remix-ide/issues/332 )
- [ ] - Input Validation ( https://github.com/ethereum/remix-ide/issues/1321 )(https://github.com/ethereum/remix-project/issues/160)( https://github.com/ethereum/remix-ide/issues/1075 )
- [ ] - Jump to function in editor ( https://github.com/ethereum/remix-ide/issues/1362 )
- [x] - Select contract in the list ( https://github.com/ethereum/remix-project/issues/1651 )
- [x] - Show deployed contract balance (https://github.com/ethereum/remix-project/issues/173) ~Update contract after interraction (https://github.com/ethereum/remix-project/issues/234)~
- [ ] - Warn if trying to send value to a non-payable method (https://github.com/ethereum/remix-project/issues/242)
- [x] - show/update balances of deployed contracts (https://github.com/ethereum/remix-project/issues/173)
- [ ] - Option to load contract state with a block number or tx hash (https://github.com/ethereum/remix-project/issues/155)
- [ ] - Highlight input field in UDapp when missing param (https://github.com/ethereum/remix-project/issues/150)
- [ ] - Warn if hash collision in function signature ( https://github.com/ethereum/remix-project/issues/146)
- [ ] - Show current block number in UI (https://github.com/ethereum/remix-project/issues/140)
- [ ] - Adding value to a function (https://github.com/ethereum/remix-project/issues/230)
- [ ] - Reset vm (https://github.com/ethereum/remix-project/issues/184)
- [ ] - "deploy and fund" button (https://github.com/ethereum/remix-project/issues/1141)
- [ ] - add a link to docs to explain faucet usage for all testnets (https://github.com/ethereum/remix-project/issues/1462)
- [x] - improving dropdown menu of compiled contracts, before deployments https://github.com/ethereum/remix-project/issues/1826
- [ ] - define the name for address https://github.com/ethereum/remix-project/issues/200
- [ ] - Contract state https://github.com/ethereum/remix-project/issues/90
- [x] - Transaction recorder, improved visibility, UX update.