trustless-generic-relayer/ethereum
chase-45 2ea98eaa8d
Typescript SDK (#79)
* sdk additions, query delivery status functions

* import fixes

* imports

* Fixes for getDeliveryStatusBySourceTx

* Fix typo in invalidRedeliveryTopics

* Use negative number feature of queryFilter

* 2047 -> 2040

* WIP

* Typescript test for statusByTx

* small changes

* revert reason WIP

* continued WIP for getting revert reason

* Remove reason parsing

* WIP adding default RPCs

* compiles

* SDK nicely prints delivery information!

* SDK nicely prints delivery information!

* Change error msg

* Tests pass, including test for resending a failed forward!

* Enum

* update SDK in relayer engine

* remove testgovernance file

* Nice error logging around not finding a delivery

* Update relayer engine sdk

* Respond to PR comments

* Fix test

* fixed new lines

* helper

---------

Co-authored-by: derpy-duck <115193320+derpy-duck@users.noreply.github.com>
2023-03-15 15:32:33 -07:00
..
contracts Continuously send messages to create load (#118) 2023-03-14 10:45:03 -07:00
forge-test Continuously send messages to create load (#118) 2023-03-14 10:45:03 -07:00
shell-scripts Forge tests faster (#117) 2023-03-10 10:41:12 -05:00
ts-scripts Typescript SDK (#79) 2023-03-15 15:32:33 -07:00
ts-test Typescript SDK (#79) 2023-03-15 15:32:33 -07:00
.gitignore
Makefile Forge tests faster (#117) 2023-03-10 10:41:12 -05:00
foundry.toml Forge tests faster (#117) 2023-03-10 10:41:12 -05:00
package-lock.json Continuously send messages to create load (#118) 2023-03-14 10:45:03 -07:00
package.json Continuously send messages to create load (#118) 2023-03-14 10:45:03 -07:00
tsconfig.json