Aaron Cox
feeb1def9e
Standardizing error handling in send_transaction2 ( #123 )
...
* Standardizing error handling in send_transaction2
* v1.2.0-rc2
* Update package.json
1.2.0
2026-04-11 20:24:53 -07:00
aaroncox
189442b1c6
v1.1.1
v1.1.1
2025-07-28 12:46:16 -07:00
aaroncox
432da7c70e
Add static getter for zero value Int
2025-07-28 12:46:02 -07:00
aaroncox
cb0162aeed
Ensure action exists on the provided ABI
2025-07-24 15:35:51 -07:00
aaroncox
44c68ac8f8
v1.1.0
v1.1.0
2025-06-24 10:03:42 -07:00
Aaron Cox
9c94d34c9b
Merge pull request #119 from wharfkit/fixed_size_array
...
Initial fixed array size implementation
2025-06-24 10:02:54 -07:00
aaroncox
fee3357628
Disabled strip types
2025-06-19 12:30:52 -07:00
aaroncox
948ae1c159
Added nodejs 20, 22, and 24
2025-06-19 12:14:43 -07:00
aaroncox
a1dc974d50
Initial fixed array size implementation
...
#118
2025-06-19 12:01:27 -07:00
Aaron Cox
909f409d5a
Version 1.1.0-rc2
1.1.0-rc2
2025-06-10 17:27:38 -07:00
Aaron Cox
1dfc9b7f1c
Merge pull request #117 from wharfkit/apporc_fix
...
Fix get compressed key bytes returned value
2025-06-10 17:26:41 -07:00
apporc
7ce8714dca
Fix get compressed key bytes returned value
...
The returned value should be a new array, instead of referencing the
original one.
2025-06-07 20:09:19 +08:00
kurt
5804f080c5
Add isAllZero check to prevent invalid private keys in PrivateKey ( #116 )
2025-06-06 14:00:41 -07:00
Vance
9b6fabd538
Support wa key signature verification ( #115 )
...
* Support wa key signature verification
* To be clear that about the key type
2025-06-06 14:00:28 -07:00
Aaron Cox
a22e282963
Version 1.0.13
1.0.13
2024-10-22 20:50:33 -07:00
Aaron Cox
cf515d10c5
Fixed decoding issue with block state headers
...
The `header_extensions` field is not the struct as it was defined, changed to an `any[]` value since we can't define it better.
Also marked the `activated_protocol_features` field as optional since it's now returning a null value (instead of an object) on Savanna endpoints.
2024-10-22 20:50:07 -07:00
Aaron Cox
350e565e0e
Version 1.0.12
1.0.12
2024-08-18 17:57:22 -07:00
Aaron Cox
5a0d537f7c
Added get_code
2024-08-18 17:56:50 -07:00
Aaron Cox
2284674819
Version 1.0.11
1.0.11
2024-08-13 09:05:48 -07:00
Aaron Cox
d07e8df338
Allow headers to be defined for all requests via FetchProvider
2024-08-13 09:05:01 -07:00
Aaron Cox
1fe1cbf667
Serializer fixes ( #111 )
...
* Fixed optional check
* Update serializer.ts
* Version 1.0.10
2024-07-30 15:54:45 -07:00
Aaron Cox
af651d2578
Version 1.0.9
1.0.9
2024-07-29 20:55:07 -07:00
Aaron Cox
a4601e80b3
Prevent undefined/null values from being used in optionals ( #110 )
2024-07-29 20:54:37 -07:00
Aaron Cox
e00104793e
Adding gt/gte/lt/lte comparison operators ( #109 )
...
* Adding gt/gte/lt/lte comparison operators
* Version 1.0.9-rc1
2024-07-29 20:53:11 -07:00
Aaron Cox
e5d19381a0
Version 1.0.8
1.0.8
2024-06-25 09:43:26 -07:00
Aaron Cox
0608892ba3
Adding quantity field to Asset ( #106 )
...
* Version 1.0.8-rc1
* Added `quantity` getter to access only string value without symbol
* Version 1.0.8-rc2
* Added `fromUnits` static call on Asset
2024-06-25 09:41:48 -07:00
Aaron Cox
cff9e1055e
Adding codingPath to serializer errors ( #95 )
2024-06-25 09:41:26 -07:00
Aaron Cox
c2b8e17116
Merge pull request #102 from wharfkit/apporc
...
Expose headers params of fetch provider
2024-02-01 23:16:06 -08:00
apporc
f021b550c1
Expose headers params of fetch provider
2024-02-02 14:38:19 +08:00
Aaron Cox
1a8f9cbce4
Version 1.0.7
1.0.7
2024-01-31 13:09:05 -08:00
Aaron Cox
0f5861b282
Allow passing of headers, but don't default
2024-01-31 13:08:26 -08:00
Aaron Cox
2a013bf738
Version 1.0.6
1.0.6
2024-01-30 09:26:27 -08:00
Vance Chi
d5c2cae89a
Add content-type header ( #101 )
2024-01-30 09:26:08 -08:00
Aaron Cox
21b6d69a7c
Version 1.0.5
1.0.5
2024-01-19 19:22:23 -08:00
Aaron Cox
3a04700d90
Additional testing for Symbol
2024-01-19 19:21:20 -08:00
Aaron Cox
871110671b
Adjusting equals operator to use UInt64
2024-01-19 19:16:25 -08:00
Aaron Cox
e371006e74
Formatting fixes
2024-01-19 19:13:54 -08:00
Matthias Schönebeck
f09366a8bc
Support symbol of value 0 ( #98 )
...
* bug fix: support symbol(0)
* added more exceptions
2024-01-19 19:13:07 -08:00
Aaron Cox
6945643339
Version 1.0.4
1.0.4
2024-01-16 10:29:46 -08:00
Aaron Cox
0858bbfe3f
Added get_currency_stats API call
2024-01-16 10:26:53 -08:00
Aaron Cox
f57ff57e69
Version 1.0.3
1.0.3
2023-12-30 18:58:08 -08:00
Aaron Cox
92b8ed1c24
Added get_block_info API call
2023-12-30 18:57:29 -08:00
Aaron Cox
6682a3e87a
Version 1.0.2
1.0.2
2023-11-14 17:36:01 -08:00
Aaron Cox
c6a9cfa15a
Adding missing resource fields to account data from Leap 4.x
2023-11-14 17:35:32 -08:00
Aaron Cox
79bfb3a893
Version 1.0.1
1.0.1
2023-11-13 15:42:29 -08:00
Aaron Cox
4a453e7372
Fixed/removed buffer usage for compression ( #93 )
...
* Remove usage of Buffer
* Fix for packed_trx
* Use bytes instead of regex match
2023-11-13 15:41:52 -08:00
Aaron Cox
2986618de7
Version 1.0.0
1.0.0
2023-11-07 11:57:00 -08:00
Aaron Cox
6d1e7d0ee8
Moved regex pattern for SymbolCode to proper class
...
Resolves #91
2023-11-07 11:54:38 -08:00
Aaron Cox
015df9feb1
Adding ExtendedSymbol, but not as a builtin
2023-11-07 11:40:21 -08:00
Aaron Cox
baf63e096d
Version 0.10.1
0.10.1
2023-10-12 15:54:12 -07:00