Skip to content

v0.1.0

Choose a tag to compare

@dyng dyng released this 06 Feb 03:24

Changelog

  • 0157a24 Add README and gitignore
  • f32212b Add account avatar
  • bd7e1de Add balance cache
  • d282877 Add comments
  • 5ce5a13 Add config file 'ramen.json'
  • 4c818b0 Add notification popup
  • 1aa1271 Add recovery to log unexpected error
  • a01c5fb Add request timeout & basic color style
  • 416bacd Add spinner for account query
  • e346ea6 Add spinner for contract method call
  • ff7b4a7 Add spinner for signin
  • b4ab146 Add version command and goreleaser
  • a527967 Change default provider to alchemy
  • c4b4d8d Change default request timeout to 30s
  • 3d5e5c0 Change style of method list and avatar
  • e4d574d First working prototype
  • d9cca61 Fix key map bugs
  • 9e70a5f Fix loading bugs
  • 57e5d4b Fix transfer bug and some UI changes
  • d5c08da Ignore status 0 in Etherscan API response
  • 79e5acb Import ABI for unknown contract
  • 3da8803 Initial commit
  • 428ba3b More features
  • 12af46c Prefer command argument over configuration
  • fd9fd21 Support ether transfer
  • ffc712b Support ether transfer and non-constant method call
  • 491e0e4 Support local devnet
  • d1786ef Update README
  • cd026ad Update README and include screenshots
  • 51edba5 Update README.md
  • 0d45c2d Update account balance when new block is received
  • 30e2175 Update ether's price and gas price in realtime
  • 30ae0d3 Update transaction history if new block received
  • 6149727 Wrap error from remote and 3rd party libraries with stacktrace
  • b647a37 fix panic when source code is not found