good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jan 26, 2019
  2. Jan 24, 2019
    • Nimrod Gutman's avatar
      accounts/usbwallet: support trezor passphrases (#16503) · 6f45fa66
      Nimrod Gutman authored
      When opening the wallet, ask for passphrase as well as for the PIN
      and return the relevant error (PIN/passphrase required). Open must then
      be called again with either PIN or passphrase to advance the process.
      
      This also updates the console bridge to support passphrase authentication.
      6f45fa66
  3. Jan 23, 2019
  4. Jan 15, 2019
  5. Jan 10, 2019
  6. Jan 07, 2019
  7. Jan 05, 2019
  8. Jan 03, 2019
  9. Jan 02, 2019
  10. Dec 29, 2018
    • Matt K's avatar
      accounts/abi: change unpacking of abi fields w/ underscores (#16513) · a4af7343
      Matt K authored
      * accounts/abi: fix name styling when unpacking abi fields w/ underscores
      
      ABI fields with underscores that are being unpacked
      into structs expect structs with following form:
      
      int_one -> Int_one
      
      whereas in abigen the generated structs are camelcased
      
      int_one -> IntOne
      
      so updated the unpack method to expect camelcased structs as well.
      a4af7343
  11. Dec 28, 2018
  12. Dec 22, 2018
  13. Dec 17, 2018
  14. Dec 13, 2018
  15. Dec 04, 2018
    • Vedhavyas Singareddi's avatar
      Add packing for dynamic array and slice types (#18051) · 92639b67
      Vedhavyas Singareddi authored
      
      * added tests for new abi encoding features (#4)
      
      * added tests from bytes32[][] and string[]
      
      * added offset to other types
      
      * formatting
      
      * Abi/dynamic types (#5)
      
      * Revert "Abi/dynamic types (#5)" (#6)
      
      This reverts commit dabca31d797623d43bd780721fc0ad461d24be53.
      
      * Abi/dynamic types (#7)
      
      * some cleanup
      
      * Apply suggestions from code review
      
      apply suggestions
      
      Co-Authored-By: default avatarvedhavyas <vedhavyas.singareddi@gmail.com>
      
      * added better formatting (#8)
      
      * review chnages
      
      * better comments
      92639b67
  16. Nov 29, 2018
  17. Oct 19, 2018
  18. Oct 15, 2018
  19. Oct 09, 2018
  20. Oct 05, 2018
  21. Oct 01, 2018
  22. Sep 28, 2018
  23. Sep 20, 2018
  24. Sep 19, 2018
  25. Sep 04, 2018
  26. Aug 27, 2018
  27. Aug 17, 2018
  28. Aug 15, 2018
  29. Aug 03, 2018
  30. Jul 26, 2018
  31. Jul 19, 2018
  32. Jul 18, 2018
  33. Jul 16, 2018
  34. Jul 12, 2018
  35. Jun 20, 2018
  36. Jun 19, 2018
Loading