- add
extended_symbol.raw()
- support adding
asset
as param toasset
- rename
Symbol
=>Sym
(conflict with native Symbol class) - added
name
Class - added
extended_symbol
Class
- Add operators to
asset
- max_amount
- plus
- minus
- times
- div
- isEqual
- isNotEqual
- isLessThan
- isLessThanOrEqual
- isGreaterThan
- isGreaterThanOrEqual
- add
symbol_code
unit tests from C++ tests - add
symbol
method - add
symbol_code
method - fix 7 character symcode
- fully refactor
Symbol
to C++ represenation
toNumber
=>to_double
toString
=>to_string
- remove
toDecimal
- remove
decimal.js
dependency - added rollup for browser bundling