Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1021e71
commit wip adding hyperlane adapter and custom application with loads…
MalteHerrmann Sep 15, 2025
02d1999
add wip unpacking forwarding attributes
MalteHerrmann Sep 16, 2025
ce5b716
wip adding entrypoint contract; will be changed
MalteHerrmann Sep 17, 2025
c4d527e
commit WIP adding deployment scripts and USDN utils to deploy an adju…
MalteHerrmann Sep 23, 2025
0358fe6
avoid using NobleDollar and instead use own OrbiterHypERC20 implement…
MalteHerrmann Sep 24, 2025
b321aa3
add forge test wip
MalteHerrmann Sep 24, 2025
c02a1c8
extract utility function and fix "no enrolled routers" error
MalteHerrmann Sep 24, 2025
ebb00ab
add test for standard transfer remote on orbiter hyp contract
MalteHerrmann Sep 24, 2025
aa1a2d1
add expected event to test for dispatch event that includes payload hash
MalteHerrmann Sep 25, 2025
82368ff
add linter config and makefile target
MalteHerrmann Sep 25, 2025
b04ffd9
address linters, rename entrypoint to gateway, implement ownable for …
MalteHerrmann Sep 25, 2025
6ba2371
commit wip adding warp handling and pending payload book keeping
MalteHerrmann Sep 30, 2025
70894f5
remove unused files
MalteHerrmann Sep 30, 2025
4d98eab
add proto for submit payload message
MalteHerrmann Oct 1, 2025
5d41c2d
move definition of pending payload to use the proto generated one; fi…
MalteHerrmann Oct 1, 2025
8a421a6
wip adding unit tests
MalteHerrmann Oct 1, 2025
9070a02
add complete payload tests
MalteHerrmann Oct 2, 2025
e15bdd7
address some comments from stefano
MalteHerrmann Oct 2, 2025
27c9233
Merge branch 'main' into add-hyperlane-adapter
0xstepit Oct 2, 2025
6443097
some more adjustments and todos
MalteHerrmann Oct 2, 2025
93096d1
address more review comments
MalteHerrmann Oct 2, 2025
a1975b3
add stateful validation of payloads
MalteHerrmann Oct 2, 2025
8c32035
add todo about println usage
MalteHerrmann Oct 2, 2025
bbf6a00
move hyperlane dependencies from keeper to hyperlane adapter
MalteHerrmann Oct 2, 2025
066d628
remove some outdated todos
MalteHerrmann Oct 2, 2025
a61b25f
move pending payload to orbiter.proto in core & fix proto path
MalteHerrmann Oct 3, 2025
825458e
remove outdated todos
MalteHerrmann Oct 6, 2025
2ef3585
add event emitting and tests
MalteHerrmann Oct 6, 2025
8ef10f6
add pending payloads query
MalteHerrmann Oct 7, 2025
5ea8412
add CLI wiring for payload handling
MalteHerrmann Oct 7, 2025
65c4774
fix registration of servers
MalteHerrmann Oct 7, 2025
c551bc9
fix hyperlane core keeper in component inputs
MalteHerrmann Oct 7, 2025
602587c
use json marshalled string as input in MsgSubmitPayload
MalteHerrmann Oct 7, 2025
03e7c33
wip e2e tests
MalteHerrmann Oct 8, 2025
37a314c
fix contracts
MalteHerrmann Oct 22, 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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ nancy:
#=============================================================================#
# Test #
#=============================================================================#
.PHONY: test-unit test-unit-viz local-image
.PHONY: test-unit test-unit-viz local-image test-e2e

test-unit:
@echo "==================================================================="
Expand Down
Loading