61 Commits

Author SHA1 Message Date
Ulf Wiger
416bfc76fa WIP add 'items', fix some layout issues 2025-04-07 20:50:51 +02:00
Ulf Wiger
dd1c2455f0 Fix type-driven encode, more docs
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 48m53s
2025-04-05 21:44:36 +02:00
Ulf Wiger
3ede4f22e1 Register individual types, more docs 2025-04-05 13:20:30 +02:00
Ulf Wiger
4663a0f57e gmser_dyn.erl fairly complete
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 48m37s
2025-03-30 23:00:10 +02:00
ac64e01b0f Update runner paths
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 47m16s
v1.2.0
2025-02-04 15:58:21 +09:00
9d2ecc00d3 Update zx dep
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -4m20s
2025-01-23 20:05:22 +09:00
356d86cd72 Fix dep reference
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -4m21s
2025-01-23 20:01:15 +09:00
f3da241917 zomp (#46)
Some checks failed
Gajumaru Serialization Tests / tests (push) Failing after -4m25s
Reviewed-on: #46
Co-authored-by: Craig Everett <zxq9@zxq9.com>
Co-committed-by: Craig Everett <zxq9@zxq9.com>
2025-01-23 19:44:58 +09:00
2db9ea6134 Package for zx (#45)
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -4m22s
This packages the library for deployment on zx (migrating from the old otpr-aeserialization-* line).

It also adds a native Erlang fallback to invokation of the Blake2 algorithm, picking enacl if it is present, but proceeding with eblake2 if not.

Reviewed-on: #45
Reviewed-by: dimitar.p.ivanov <dimitarivanov@qpq.swiss>
Reviewed-by: Ulf Wiger <ulfwiger@qpq.swiss>
Co-authored-by: Craig Everett <zxq9@zxq9.com>
Co-committed-by: Craig Everett <zxq9@zxq9.com>
2025-01-22 19:36:50 +09:00
4b5cfcb67a Remove old type references, update naming, add license notices (#43)
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -4m21s
Removed the oracle type references and updated the dependency list to point to git.qpq.swiss.

Reviewed-on: #43
Co-authored-by: Craig Everett <zxq9@zxq9.com>
Co-committed-by: Craig Everett <zxq9@zxq9.com>
2025-01-22 13:22:03 +09:00
Ulf Wiger
d5eb3ad0fb Merge branch 'uw-add-contract-source' into 'master'
Add contract source (cx)

See merge request ioecs/aeserialization!27
2024-10-30 16:02:22 +00:00
Ulf Wiger
d28e63693c Add contract source (cx) 2024-10-15 08:07:24 +02:00
Ulf Wiger
f4999b6c2f Merge branch 'uw-add-delegates-obj' into 'master'
Define channel_delegates chain obj

See merge request ioecs/aeserialization!26
2024-10-14 13:11:19 +00:00
Ulf Wiger
b5929e4d2e Define channel_delegates chain obj 2024-10-14 14:48:05 +02:00
Hans Svensson
664f1f0c44 Merge branch 'add_data_extend' into 'master'
Add data_extend_tx

See merge request ioecs/aeserialization!25
2024-09-24 08:19:22 +00:00
Hans Svensson
9cb67eeb98 Add data_extend_tx 2024-09-24 09:47:25 +02:00
Dimitar Ivanov
7457d027fd Merge branch 'add_entries' into 'master'
Add entries

See merge request ioecs/aeserialization!24
2024-07-26 11:50:00 +00:00
Dimitar Ivanov
c31bcac249 Add entries 2024-07-26 14:39:47 +03:00
Ulf Wiger
c0bf7b5b74 Merge branch 'uw-native_tokens' into 'master'
Add native_token encoding support

See merge request ioecs/aeserialization!23
2024-07-26 11:36:12 +00:00
Ulf Wiger
5139f130f5 Add native token chain obj info 2024-07-15 17:38:23 +02:00
Ulf Wiger
8336d8113c Add native_token encoding support 2024-07-15 16:39:04 +02:00
Hans Svensson
db7a9f62f2 Merge branch 'add_testimonies' into 'master'
Add testimonies and AC serialization

See merge request ioecs/aeserialization!22
2024-06-28 13:59:06 +00:00
Hans Svensson
8346df41f2 Add testimonies and AC serialization 2024-06-28 13:59:06 +00:00
Hans Svensson
2488ff3978
Add structured delegation signatures (#21)
* Bump enacl dependency

* Add serialization of delegation signature data
v1.1.0
2023-12-06 15:23:57 +01:00
Ulf Wiger
da8308821c
Merge pull request #19 from davidyuk/secret-key
Add serialization of account secret key
2023-11-13 16:13:54 +01:00
Denis Davidyuk
213589ad9f Add serialization of account secret key 2023-09-15 10:08:29 +04:00
Ulf Wiger
270ebecc57
Merge pull request #20 from aeternity/uw-encode-maps
Add #{items := list()} type for encode/decode
2023-08-18 14:40:49 +02:00
Ulf Wiger
893ebb69f6
Update src/aeserialization.erl with duplicates check
From code review

Co-authored-by: Radosław Rowicki <35342116+radrow@users.noreply.github.com>
2023-08-17 20:43:59 +02:00
Ulf Wiger
05c4f87619
Update src/aeserialization.erl with type comment
From code review

Co-authored-by: Radosław Rowicki <35342116+radrow@users.noreply.github.com>
2023-08-17 20:42:48 +02:00
Ulf Wiger
91d6159ebd Add #{items := list()} type for encode/decode 2023-08-17 13:04:06 +02:00
Hans Svensson
177bf604b2
Merge pull request #18 from aeternity/add_ga_meta_tx_auth_data_type
Add ga_meta_tx_auth_data tag
v1.0.0
2022-12-20 11:31:35 +01:00
Hans Svensson
95d248aa0c Add ga_meta_tx_auth_data tag 2022-12-20 08:08:51 +01:00
Dincho Todorov
0f9dbe9f52
Switch to OTP23 (#17) 2022-08-29 14:26:09 +03:00
seanhinde
eb68fe331b
Merge pull request #16 from aeternity/use-latest-enacl-api
Update to use latest enacl with new API
2021-11-02 09:40:44 +01:00
Sean Hinde
27bb4331aa Small tidy up 2021-11-02 09:36:45 +01:00
Sean Hinde
9b36c771c7 Update to use latest enacl with new API 2021-11-01 18:37:12 +01:00
Dimitar Ivanov
58e34ae7b5
Merge pull request #14 from aeternity/GH-2851-paying_for_tx
Add paying_for_tx to aeser_chain_objects
2021-03-10 15:49:31 +02:00
Dimitar Ivanov
87baccba42
Merge pull request #13 from aeternity/channel_set_delegates_tx
Describe channel_set_delegates_tx
2021-03-09 17:46:19 +02:00
Dimitar Ivanov
5e820bed55 Describe channel_set_delegates_tx 2021-03-07 12:28:27 +02:00
Hans Svensson
80ff8a49f4 Add paying_for_tx to aeser_chain_objects 2019-11-08 13:40:35 +01:00
Thomas Arts
47aaa8f543
Merge pull request #11 from aeternity/add-name_auction-chain-object
Name_auction serialization
2019-09-02 08:43:54 +02:00
Thomas Arts
e1fe683f95 Name_auction serialization 2019-08-30 11:34:57 +02:00
Hans Svensson
ede7c14422
Merge pull request #10 from aeternity/PT-168026424-prepare_sophia_4_0_RC1
Add aeser_contract_code
2019-08-22 19:44:35 +02:00
Hans Svensson
1fdd580050 Add aeser_contract_code 2019-08-22 15:25:28 +02:00
Ulf Wiger
e24650d52a
Merge pull request #9 from aeternity/PT-167808073-offchain-tx-metadata
Add channel_offchain_update_meta object
2019-08-22 10:35:40 +02:00
Ulf Wiger
d87adfd583 Add channel_offchain_update_meta object 2019-08-12 10:23:13 +02:00
Ulf Wiger
4a07297774
Merge pull request #7 from aeternity/PT-166698281-allow-sc-ws-to-disconnect
Add support for channel_client_reconnect_tx
2019-07-31 09:42:45 +02:00
Ulf Wiger
cd341370b3 Add support for channel_client_reconnect_tx 2019-07-26 21:30:24 +02:00
Hans Svensson
3416ff5c1b
Merge pull request #6 from aeternity/PT-165853843-encode_binary_json_content
Add a generic 'bytearray' encoding - prefix 'ba'
2019-05-13 14:24:15 +02:00
Hans Svensson
4724773d3b Add a generic 'bytearray' encoding - prefix 'ba' 2019-05-13 14:18:00 +02:00