53 Commits

Author SHA1 Message Date
codex-storage[bot]
2c0518bed0
docs: update CHANGELOG.md for master [skip ci] 2024-05-14 04:46:08 +00:00
Eric
3957da5b52
fix: UInt256 not correctly deserializing from string (#18)
fix: UInt256 not correctly deserialzing from string

UInt256 was being deserialized as an object when being deserialized from a string (not a JString).
2024-05-14 14:45:42 +10:00
codex-storage[bot]
1cedad7488
docs: update CHANGELOG.md for v1.1.1 [skip ci] 2024-05-14 04:29:09 +00:00
codex-storage[bot]
b955985548
docs: update CHANGELOG.md for master [skip ci] v1.1.1 2024-05-13 05:16:15 +00:00
Eric
414a23b52f
chore: v.1.1.1 (#17) 2024-05-13 15:15:46 +10:00
codex-storage[bot]
419d48c8d3
docs: update CHANGELOG.md for master [skip ci] 2024-05-13 05:09:58 +00:00
Eric
baa847e937
chore[formatting]: update formatting (#16)
update formatting
2024-05-13 15:09:34 +10:00
codex-storage[bot]
cefbc47367
docs: update CHANGELOG.md for master [skip ci] 2024-05-13 05:07:31 +00:00
Eric
fbabe954b4
add empty string test for UInt256 (#15) 2024-05-13 15:07:00 +10:00
codex-storage[bot]
b1e5e5d39a
docs: update CHANGELOG.md for master [skip ci] 2024-04-26 08:25:35 +00:00
Ben Bierens
a4a6b0d949
Fix log topics (#14)
adds serde log topics

moves `logScope` into routine scope due to a bug in chronicles
2024-04-26 18:25:02 +10:00
codex-storage[bot]
0b29da6e98
docs: update CHANGELOG.md for master [skip ci] 2024-02-14 06:25:40 +00:00
Eric
6e79374c87
run changelog workflow on release (#12) 2024-02-14 17:25:18 +11:00
codex-storage[bot]
06b271a727
docs: update CHANGELOG.md for master [skip ci] v1.1.0 2024-02-14 06:09:12 +00:00
Eric
88d00624ed
chore: v1.1.0 (#11) 2024-02-14 17:08:44 +11:00
codex-storage[bot]
a261c3d214
docs: update CHANGELOG.md for master [skip ci] 2024-02-14 04:43:05 +00:00
Eric
e67f7e4b04
deserialize seq[T] and Option[T] from string (#9) 2024-02-14 15:42:42 +11:00
codex-storage[bot]
1af86f84dc
docs: update CHANGELOG.md for master [skip ci] 2024-02-14 04:40:55 +00:00
Eric
a2cca7788b
deserialize non-prefixed stuint (#10) 2024-02-14 15:40:32 +11:00
codex-storage[bot]
956d4a2e57
docs: update CHANGELOG.md for master [skip ci] 2024-02-13 06:43:18 +00:00
Eric
9f36b95ac4
v1.0.0 (#8)
Following server, there are breaking changes, so bump MAJOR
v1.0.0
2024-02-13 17:42:51 +11:00
codex-storage[bot]
bd9c3d8340
docs: update CHANGELOG.md for master [skip ci] 2024-02-13 06:38:40 +00:00
Eric
96ae7e130e
fix: change serializer funcs to procs (#7)
* change serializer funcs to procs

`%` could have side effects if called from chronicles

* clean up
2024-02-13 17:38:18 +11:00
codex-storage[bot]
ae23a5f306
docs: update CHANGELOG.md for master [skip ci] 2024-02-13 06:11:18 +00:00
Slava
12b9ab6615
Use token for changelog generator (#6)
ci: use token for changelog generator
2024-02-13 17:10:46 +11:00
codex-storage[bot]
d59075df98
docs: update CHANGELOG.md for master [skip ci] 2024-02-13 05:29:16 +00:00
Slava
14492e31ea
Adjust workflows for changelog generation (#5) 2024-02-13 12:46:20 +11:00
Eric
f70e14024e
ci: another attempt to get generated changelog to write to repo 2024-02-10 08:49:59 +11:00
Eric
fe0e21c5a6
ci: change github token secret, and workflow name 2024-02-10 08:42:59 +11:00
Eric
a71a7c39cd
ci: add write permissions to changelog workflow 2024-02-10 08:32:29 +11:00
Eric
2d6ead6245
ci: update CHANGELOG on master push 2024-02-09 16:08:23 +11:00
Eric
b04435fb88
Change parseJson to JsonNode.parse (#4)
* Change parseJson to JsonNode.parse

Exporting `parseJson` causes symbol clashes in downstream repos that import std/json, so changing the signature completely avoid this clash.

* Fix usages of parseJson, update README
2024-02-09 11:08:14 +11:00
Eric
6bd69489a7
give action a name 2024-02-09 10:44:31 +11:00
Eric
42b7d91eb6
Add CI workflow (#3) 2024-02-09 10:37:23 +11:00
Eric
1b77afcbf1
Fix deserialization of openArray[byte] (#2) 2024-02-09 10:33:14 +11:00
Eric
d113c1e158
update changelog 2024-02-08 17:03:24 +11:00
Eric
461602dda7
v0.1.2 v0.1.2 2024-02-08 17:01:56 +11:00
Eric
6522b219f8
add parent error to parseJson exceptions 2024-02-08 17:01:38 +11:00
Eric
bcabc173d4
Add overloading examples to README 2024-02-08 12:11:19 +11:00
Eric
377c48f3ca
v0.1.1 v0.1.1 2024-02-08 09:32:23 +11:00
Eric
2cf948d03b
Add changelog 2024-02-08 09:31:41 +11:00
Eric
605c37fbfa
Add contributing instructions 2024-02-08 09:31:41 +11:00
Eric
5d36465df4
Update license to MIT or Apache2.0 2024-02-08 09:31:35 +11:00
Eric
681f32aba6
chore: format using nph 2024-02-08 09:18:55 +11:00
Eric
88ce7fb56c
Fix README field options example 2024-02-08 08:09:26 +11:00
Eric
d877872127
Add prettified option for toJson 2024-02-08 08:09:14 +11:00
Eric
1a506be83a
change common module to parser 2024-02-08 07:12:11 +11:00
Eric
f8260e9154
Update readme v0.1.0 2024-02-07 18:03:17 +11:00
Eric
92f7f7e6c5
Move modules into json folder, to make way for other types of serde 2024-02-07 14:44:13 +11:00
Eric
b6cf703ece
rename json module to stdjson 2024-02-07 14:40:00 +11:00