Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2657faa
wip: httpsig committed key ordering
samcamwilliams Sep 4, 2025
d6af03a
chore: bring over L1 tx support modules from Arweave
JamesPiechota Aug 22, 2025
1b00536
chore: refactor tx formatting to support L1 and ans104
JamesPiechota Aug 22, 2025
7617f41
wip: implement dev_codec_tx:from
JamesPiechota Aug 23, 2025
b82cb82
wip: implement dev_codec_tx:to
JamesPiechota Aug 25, 2025
1facbc6
wip: add serialize/deserialize test to dev_codec_tx
JamesPiechota Aug 25, 2025
886070f
wip: bug fixing dev_codec_tx
JamesPiechota Aug 26, 2025
0fef9d5
wip: handle and test L1 TX with non-conforming field keys
JamesPiechota Aug 26, 2025
bf29e02
wip: require L1 TXs to have data if data_root or data_size is set
JamesPiechota Aug 27, 2025
5145575
test: add several more dev_codec_tx tests
JamesPiechota Aug 29, 2025
00e2e6b
test: get hb_mesage_test_vectors passing for the tx codec
JamesPiechota Aug 29, 2025
93f17ef
chore: remove disabled tests
JamesPiechota Aug 29, 2025
ff18fd8
wip: add tx support to dev_arweave
JamesPiechota Sep 4, 2025
b0a845d
chore: remove debugging
JamesPiechota Sep 4, 2025
e1d95a4
wip: verity data_root against data for v2 transactions
JamesPiechota Sep 4, 2025
099ead3
wip: add script for generating arbundles.js test data
JamesPiechota Sep 7, 2025
906aee2
fix: make ar_bundles.erl compatible with dha-team/arbundles
JamesPiechota Sep 8, 2025
fea5b66
wip: case insensitive tag search
JamesPiechota Sep 9, 2025
7fb3d75
wip: more work to handle deserializing real transactions
JamesPiechota Sep 9, 2025
9676c99
wip: serialize to/from list when downloading bundles from the chain
JamesPiechota Sep 10, 2025
3c9a27e
refactor: separating the ar_bundles:serialize and normalize code paths
JamesPiechota Sep 11, 2025
9157266
fix: httpsig encodes/decodes tag values
JamesPiechota Sep 12, 2025
1ce0d82
fix: add bundle tags to ans104 and tx commitments
JamesPiechota Sep 15, 2025
3ff243e
test: add dev_arweave test
JamesPiechota Sep 16, 2025
e6cc597
fix: don't raise too_many_keys when asn104 message has 1000s of bundl…
JamesPiechota Sep 16, 2025
5d66ca5
fix: consider bundle flag when applying commitments for tx/ans104
JamesPiechota Sep 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 4
"editor.tabSize": 4,
"editor.rulers": [80]
}
Loading