-
Notifications
You must be signed in to change notification settings - Fork 18
feat(svm): svm spoke binaries integration tests #1048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
8b3ed44
chore: create skeleton for svm spoke client (#965)
james-a-morris 6b1b65a
feat(svm): Initial SpokeUtils skeleton (#960)
pxrl 1b6939c
fix: epic branch lint (#972)
melisaguevara dff7f94
improve(Address): Support new EVM address from Base58 encoding
pxrl 60ecbce
Add svm/base16 counterpart
pxrl 58f376c
lint
pxrl 1a79e88
Merge remote-tracking branch 'origin/master'
pxrl b8aedad
Add test
pxrl eb9ae20
lint
pxrl fc4c167
Merge remote-tracking branch 'origin/pxrl/base58EVMAddress' into epic…
pxrl 27ce8ec
chore: Unify svm w/ arch/svm (#977)
pxrl 57d86cd
refactor(sdk): transition SVM events client to use blocks instead of …
james-a-morris 06e400d
feat(svmSpokeUtils): get fill deadline buffer implementation (#978)
melisaguevara c9ee25e
improve: allow SVM events client to take in non-spoke IDLs (#982)
bmzig 3e20d7e
improve(svmEventsClient): enable pda events querying (#989)
melisaguevara c5efe4a
feat: create svm spoke _update (#976)
james-a-morris 4f9b54f
improve: add tests for SVM (#1007)
james-a-morris eec28b8
feat(SvmSpokePoolClient): relayFillStatus and fillStatusArray impleme…
melisaguevara 549fee8
fix: svm spoke client missing rpc (#1023)
md0x 5ac115a
feat(SvmSpokeUtils): implement findFillEvent (#998)
melisaguevara ef8b147
chore: reuse SVMProvider type (#1025)
melisaguevara f7f5163
feat(svm): integration tests with test validator (#1015)
md0x 0146d3c
feat: Solana relayFeeCalculator and gasPriceOracle (#980)
bmzig 5bb6a2f
improve: SVM getTimestampForSlot (#1026)
melisaguevara 68280e9
chore: resync epic branch with master (#1029)
bmzig bfd4550
Revert "chore: resync epic branch with master (#1029)"
bmzig 4c1d608
Merge branch 'master' into epic/svm-client
bmzig 9b3bb77
feat: add request slow fill and fill functions and event tests (#1028)
md0x 9d93433
feat(svm-eventsClient): add methods to find deposit and fills from si…
gsteenkamp89 5582642
feat(svm): add svm test node hook at root level (#1037)
md0x fdbf818
chore: Create release v4.1.63-beta.1 (#1040)
gsteenkamp89 da60fb8
feat: expose `getNativeGasCosts` in `svmQuery` (#1039)
dohaki feebf2a
chore: bump 4.1.63-beta.2 (#1041)
dohaki 4041826
improve: generalize block finder interface for EVM (#1038)
bmzig 4151ac4
feat(sdk): implement Solana-optimized deposit finder (#983)
james-a-morris de781d1
chore: bump to next minor version (#1045)
james-a-morris 94d2ff6
Merge branch 'master' into epic/svm-client
james-a-morris e46123f
use named imports only for solana/kit (#1046)
gsteenkamp89 8426ced
feat: Mock SVMSpokePoolClient (#1010)
melisaguevara 809cfba
chore(release): v4.1.63-beta.3 (#1047)
gsteenkamp89 11b39d2
feat: add tests for fill related functions of the svm spoke pool clie…
melisaguevara 1b4dfb1
updates
bmzig 345eb57
feat(svm): svm spoke binaries integration tests
md0x 9ddeb47
refactor: remove new line
md0x f3efed9
refactor: update test name
md0x 968926b
fix: lint
md0x a9f7199
fix: current time in tests
md0x 15856e1
refactor: remove catch
md0x c392dac
fix: test
md0x 2fc707f
refactor: simplify path
md0x cfde0c7
Merge branch 'master' into pablo/svm-binaries
md0x 68b7bee
feat: get across contract version from package.json
md0x b39873d
Merge branch 'master' into pablo/svm-binaries
md0x a4d2e6a
fix: revert to 4.0.9 contracts to update in different pr
md0x 51254f5
test: update testcase
md0x 0a3387b
fix: test
md0x File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ dist | |
/artifacts | ||
/typechain-types | ||
.ledger | ||
/target | ||
*.tar.gz | ||
|
||
# production | ||
/build | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.