good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jun 23, 2017
  2. Jun 21, 2017
  3. Jun 15, 2017
  4. Apr 28, 2017
  5. Apr 26, 2017
    • Vlad Gluhovsky's avatar
      whisper: message format refactoring (#14335) · 95f0bd0a
      Vlad Gluhovsky authored
      * whisper: salt removed from AES encryption
      * whisper: padding format updated
      * whisper: padding test added
      * whisper: padding refactored, tests fixed
      * whisper: padding test updated
      * whisper: wnode bugfix
      * whisper: send/receive protocol updated
      * whisper: minor update
      * whisper: bugfix in test
      * whisper: updated parameter names and comments
      * whisper: functions renamed
      * whisper: minor refactoring
      95f0bd0a
  6. Apr 14, 2017
  7. Apr 09, 2017
    • Vlad Gluhovsky's avatar
      whisper: big refactoring (#13852) · 9cd71355
      Vlad Gluhovsky authored
      * whisper: GetMessages fixed; size restriction updated
      * whisper: made PoW and MaxMsgSize customizable
      * whisper: test added
      * whisper: sym key management changed
      * whisper: identity management refactored
      * whisper: API refactoring (Post and Filter)
      * whisper: big refactoring complete
      * whisper: spelling fix
      * whisper: variable topic size allowed for a filter
      * whisper: final update
      * whisper: formatting
      * whisper: file exchange introduced in wnode
      * whisper: bugfix
      * whisper: API updated + new tests
      * whisper: statistics updated
      * whisper: wnode server updated
      * whisper: allowed filtering for variable topic size
      * whisper: tests added
      * whisper: resolving merge conflicts
      * whisper: refactoring (documenting mostly)
      * whsiper: tests fixed
      * whisper: down cased error messages
      * whisper: documenting the API functions
      * whisper: logging fixed
      * whisper: fixed wnode parameters
      * whisper: logs fixed (typos)
      9cd71355
  8. Mar 22, 2017
  9. Feb 26, 2017
    • Felix Lange's avatar
      common: move big integer math to common/math (#3699) · 5c8fe28b
      Felix Lange authored
      * common: remove CurrencyToString
      
      Move denomination values to params instead.
      
      * common: delete dead code
      
      * common: move big integer operations to common/math
      
      This commit consolidates all big integer operations into common/math and
      adds tests and documentation.
      
      There should be no change in semantics for BigPow, BigMin, BigMax, S256,
      U256, Exp and their behaviour is now locked in by tests.
      
      The BigD, BytesToBig and Bytes2Big functions don't provide additional
      value, all uses are replaced by new(big.Int).SetBytes().
      
      BigToBytes is now called PaddedBigBytes, its minimum output size
      parameter is now specified as the number of bytes instead of bits. The
      single use of this function is in the EVM's MSTORE instruction.
      
      Big and String2Big are replaced by ParseBig, which is slightly stricter.
      It previously accepted leading zeros for hexadecimal inputs but treated
      decimal inputs as octal if a leading zero digit was present.
      
      ParseUint64 is used in places where String2Big was used to decode a
      uint64.
      
      The new functions MustParseBig and MustParseUint64 are now used in many
      places where parsing errors were previously ignored.
      
      * common: delete unused big integer variables
      
      * accounts/abi: replace uses of BytesToBig with use of encoding/binary
      
      * common: remove BytesToBig
      
      * common: remove Bytes2Big
      
      * common: remove BigTrue
      
      * cmd/utils: add BigFlag and use it for error-checked integer flags
      
      While here, remove environment variable processing for DirectoryFlag
      because we don't use it.
      
      * core: add missing error checks in genesis block parser
      
      * common: remove String2Big
      
      * cmd/evm: use utils.BigFlag
      
      * common/math: check for 256 bit overflow in ParseBig
      
      This is supposed to prevent silent overflow/truncation of values in the
      genesis block JSON. Without this check, a genesis block that set a
      balance larger than 256 bits would lead to weird behaviour in the VM.
      
      * cmd/utils: fixup import
      5c8fe28b
  10. Feb 24, 2017
  11. Feb 23, 2017
  12. Feb 18, 2017
  13. Feb 14, 2017
    • Vlad Gluhovsky's avatar
      whisper: interface changed to simplify the transition to v5 · 15a609d5
      Vlad Gluhovsky authored
      * whisper: mailserver test introduced, refactoring
      
      * whisper: validation test updated
      
      * whisper: max number of peers fixed
      
      * whisper: verification bug fixed
      
      * whisper: esthetic fix
      
      * whisper: interface changed to simplify the transition to v5
      
      * whisper: preparation for version switch
      15a609d5
  14. Feb 13, 2017
  15. Jan 31, 2017
  16. Jan 09, 2017
  17. Jan 06, 2017
  18. Dec 20, 2016
  19. Dec 19, 2016
    • Vlad Gluhovsky's avatar
      whisper: refactoring (#3411) · ba996f5e
      Vlad Gluhovsky authored
      * whisper: refactored message processing
      * whisper: final polishing
      * whisper: logging updated
      * whisper: moved the check, changed the default PoW
      * whisper: refactoring of message queuing
      * whisper: refactored parameters
      ba996f5e
  20. Dec 01, 2016
  21. Oct 29, 2016
  22. Apr 15, 2016
  23. Apr 12, 2016
    • Bas van Kervel's avatar
      rpc: various fixes/enhancements · aa9fff3e
      Bas van Kervel authored
      rpc: be less restrictive on the request id
      rpc: improved documentation
      console: upgrade web3.js to version 0.16.0
      rpc: cache http connections
      rpc: rename wsDomains parameter to wsOrigins
      aa9fff3e
  24. Feb 21, 2016
  25. Jan 26, 2016
Loading