Guillermo Bescos
00641351b7
Remove magic numnber
2024-01-25 18:15:55 +00:00
Guillermo Bescos
a5c137e9dc
Format
2024-01-25 18:06:33 +00:00
Guillermo Bescos
40d7b6d679
Cleanup
2024-01-25 18:05:31 +00:00
Guillermo Bescos
a2dabb97cf
Remove magic numbers
2024-01-25 16:56:13 +00:00
Guillermo Bescos
bd5d947c9a
Cleanup more magic numbers
2024-01-25 16:53:32 +00:00
Guillermo Bescos
7b649e97df
More refactor
2024-01-25 16:44:33 +00:00
Guillermo Bescos
d8a8f753e3
cleanup
2024-01-25 16:35:59 +00:00
Guillermo Bescos
9ad96b69be
Refactor constants
2024-01-25 16:33:50 +00:00
Guillermo Bescos
bf00645860
Format
2024-01-25 15:33:31 +00:00
Guillermo Bescos
ba2325d2ed
Near cleanup:
2024-01-25 15:31:37 +00:00
Guillermo Bescos
9265b8b49d
Cleanup imports
2024-01-25 12:50:35 +00:00
Guillermo Bescos
8fa26071fd
Format
2024-01-25 12:48:52 +00:00
Guillermo Bescos
9cf784a8ca
Factor create_dummy_price_feed_message
2024-01-25 12:47:42 +00:00
Guillermo Bescos
611eb5e8f0
Merge branch 'main' into rust-tests-refactor
2024-01-25 12:39:17 +00:00
Dev Kalra
82cd11cc77
[Executor] minor fix ( #1246 )
2024-01-25 17:41:39 +05:30
guibescos
3e762aa985
[Near] Bump wormhole ( #1239 )
...
* Try
* Near
* revert
* Try to add CI
* Cleanup
* Cleanup
* Fmt
* cleanup
* Fix CI
* Cleanup
* Cleanup
* Cleanup rust toolchains
* Pin to tag
2024-01-25 11:31:36 +00:00
Guillermo Bescos
a3a65ccd90
Cleanup
2024-01-24 22:14:06 +00:00
Guillermo Bescos
77b63db07c
More cleanup
2024-01-24 22:07:05 +00:00
Guillermo Bescos
7bbea16963
Cleanup
2024-01-24 22:06:31 +00:00
Guillermo Bescos
ed2a6f19c6
More green
2024-01-24 21:59:29 +00:00
Guillermo Bescos
559cec4d4c
Green
2024-01-24 20:13:51 +00:00
Guillermo Bescos
4e38c4eb78
Start debugging
2024-01-24 19:40:28 +00:00
Guillermo Bescos
f591ec5e98
Checkpoint
2024-01-24 19:26:52 +00:00
Guillermo Bescos
11fa9fdee0
Fix wormhole stub
2024-01-24 19:12:16 +00:00
Guillermo Bescos
13ba4d9076
Checkpoint
2024-01-24 19:09:24 +00:00
Guillermo Bescos
6623c6de6e
Checkpoint
2024-01-24 19:08:48 +00:00
Guillermo Bescos
995d2fe592
Checkpoint
2024-01-24 19:08:21 +00:00
Guillermo Bescos
00d1378f89
Pin to tag
2024-01-24 19:08:21 +00:00
Guillermo Bescos
b37532b9fe
Cleanup rust toolchains
2024-01-24 19:08:21 +00:00
Guillermo Bescos
74fcdce31b
Cleanup
2024-01-24 19:08:21 +00:00
Guillermo Bescos
9f248c5980
Cleanup
2024-01-24 19:08:21 +00:00
Guillermo Bescos
f122c42e2e
cleanup
2024-01-24 19:08:21 +00:00
Guillermo Bescos
7511724fbe
Fmt
2024-01-24 19:08:21 +00:00
Guillermo Bescos
cce1258017
Cleanup
2024-01-24 19:08:21 +00:00
Guillermo Bescos
9f166eb9f8
Cleanup
2024-01-24 19:08:21 +00:00
Guillermo Bescos
23d7a99d85
revert
2024-01-24 19:08:20 +00:00
Guillermo Bescos
530d752a8e
Near
2024-01-24 19:08:04 +00:00
Guillermo Bescos
e6954be4cc
Try
2024-01-24 19:08:03 +00:00
guibescos
6917c84b0e
[cosmwasm] Use ParsedVaa from wormhole contract ( #1237 )
...
* Use ParsedVaa from wormhole contract
* Cleanup
* Pin it
* Test this CI
* Cleanup
* Revert "Test this CI"
This reverts commit 0cb2caedd3d3f7d49d7f53cd0d67fc12be092c2f.
* Use tag
2024-01-24 17:40:15 +00:00
guibescos
35b5736533
[cosmwasm] Fix release ci ( #1243 )
...
* Fix ci
* Do it
* Try if it succeeds
* Another try
* Fix
2024-01-24 15:47:17 +00:00
Amin Moghaddam
eef8468a22
Entropy support in contract manager ( #1242 )
...
* Rename contracts to PriceFeedContracts
* Initial version of EvmEntropyContract
2024-01-24 14:36:10 +01:00
Dev Kalra
70c6db0020
[evm contracts] add version to entropy and executor ( #1240 )
...
* add version to entropy and executor
* resolve
2024-01-24 18:05:34 +05:30
Ali Behjati
c5d02afe53
fix(ethereum): emit update event on parse* methods in MockPyth
2024-01-23 10:46:39 +01:00
Ali Behjati
7529b053e3
chore(ethereum): add new networks
...
This change adds RPC configuration for Filecoin and Hedera and adds the
contract addresses for Filecoin.
2024-01-22 19:36:38 +01:00
Ali Behjati
be8447324c
fix(target_chains/ethereum): update MockPyth to address Pyth
...
We've recently changed Pyth to store the feeds on parse* methods if
the updateData provided contains fresh prices. This change adds the
same feature to the MockPyth.
2024-01-19 11:36:11 +00:00
Dev Kalra
658d7ca032
[entropy] set provider fee and uri ( #1230 )
...
* set provider fee and uri
* update comment
* pre commit
* abis gen
* update tests
2024-01-18 13:55:48 +05:30
guibescos
112db1d69e
[Solana] Elevate wormhole core bridge dependency to workspace, stop using my branch ( #1228 )
...
* Do it
* Do it
2024-01-17 15:56:54 +00:00
guibescos
d3ed683b91
[Solana] tests ( #1226 )
...
* Checkpoint
* Checkpoint
* Checkpoint
* Nice
* Finally works
* Cleanup
* Cleanup
* Cleanup
* Cleanup
* Checkpoint
* Works
* Final cleanup
* Remove async
* Continue
2024-01-17 15:46:31 +00:00
Ali Behjati
b6c39ce7bb
chore(ethereum): deploy to new networks
2024-01-11 18:48:19 +01:00
Amin Moghaddam
cee5da93d8
Movement move ( #1211 )
...
* [contract manager] Implement WormholeAptosContract and integrate aptos cli with the manager
* Add getChainId for wormhole contracts
* Add movement contracts
* Simplify aptos cli
2024-01-11 12:35:52 +01:00