Daniel Chew
cf7987f4c5
feat(target_chains/fuel): add governance contract ( #1518 )
...
* add governance contract
* add fuel ci
* add rust-toolchain
* add executes_governance_instruction test
* add test for SetValidPeriod
* add test for AuthorizeGovernanceDataSourceTransfer
* remove SetWormholeAddress
* add test for SetDataSources
* remove WormholeAddressSetEvent
* remove SetWormholeAddress
* remove SetWormholeAddressPayload
* remove SetWormholeAddressPayload and SetWormholeAddress imports
* remove GovernanceAction::SetWormholeAddress
* address comments
* refactor test
* add comments
2024-05-09 17:42:28 +01:00
Pavel Strakhov
1e1be9dbeb
refactor(target_chains/starknet): remove old config instructions and owner from wormhole ( #1558 )
2024-05-09 09:42:03 +01:00
Pavel Strakhov
d105a7aa86
refactor(target_chains/starknet): use EthAddress and is_eth_signature_valid ( #1556 )
2024-05-08 07:20:30 +01:00
Pavel Strakhov
dd9b07b5e4
refactor(target_chains/starknet): generalize array_try_into ( #1555 )
2024-05-07 16:18:18 +01:00
Pavel Strakhov
e26c9d1a30
refactor(target_chains/starknet): split pyth module ( #1554 )
2024-05-07 14:20:59 +01:00
Pavel Strakhov
9dddd3d1e7
feat(target_chains/starknet): handle wormhole guardian set upgrade VAA ( #1550 )
...
* feat(target_chains/starknet): handle wormhole guardian set upgrade VAA
* test(target_chains/starknet): add failing tests for governance
* doc(target_chains/starknet): add comment about wormhole governance
2024-05-07 10:33:09 +01:00
Pavel Strakhov
bf2c8b5d43
refactor(target_chains/starknet): blanket impl for unwrap_with_felt252 ( #1549 )
2024-05-07 08:04:55 +01:00
Reisen
3f07c27243
chore(aptos): bump to 3.1.0 toolchain/cli ( #1543 )
2024-05-06 16:36:01 +01:00
Pavel Strakhov
42b64ac09f
refactor(target_chains/starknet): remove Result from merkle_tree and pyth setters ( #1548 )
...
* refactor(target_chains/starknet): remove Result from merkle_tree
* refactor(target_chains/starknet): remove Result from pyth contract setters
2024-05-06 16:21:36 +01:00
Pavel Strakhov
55cbe62997
feat(target_chains/starknet): wormhole governance VAA verification ( #1547 )
...
* feat(target_chains/starknet): wormhole governance VAA verification
* refactor(target_chains/starknet): rename VM to VerifiedVM
2024-05-06 14:07:49 +01:00
Pavel Strakhov
94b36c4961
refactor(target_chains/starknet): remove Result from wormhole ( #1541 )
2024-05-06 11:27:28 +01:00
guibescos
020ecdf5da
Solve ( #1539 )
2024-05-03 09:46:09 +02:00
Pavel Strakhov
308599714f
refactor(target_chains/starknet): remove Result from reader ( #1536 )
2024-05-02 15:48:55 +01:00
Dev Kalra
587a6fa524
feat(contract_manager): upgrade deploy scripts to use wormhole store ( #1523 )
...
* upgrade deploy scripts to use wormhole store
* deploy not find
* deploy price feed and entropy to taiko
* rename type
* rename method
* address feedback
* update js docs
* deploy to olive testnet
* pre commit
* rename deploy config to base deploy config
2024-05-02 16:48:16 +05:30
guibescos
a592c6bc33
fix: publish workflow ( #1532 )
...
* dry run
* check
* Fix workflows
* rexport price feed message
2024-05-01 19:11:25 +01:00
Aditya Arora
31483a9fc7
chore-add-evm-new-chains ( #1533 )
2024-05-01 19:35:35 +02:00
guibescos
344f8a9e47
feat: add anchor to pythnet sdk ( #1531 )
...
* add anchor to pythnet sdk
* bump
* bump
* bump
* please work
* Solve
2024-05-01 14:39:17 +01:00
Pavel Strakhov
4e630edac0
feat(target_chains/starknet): fee collection ( #1527 )
...
* feat(target_chains/starknet): fee collection
* refactor(target_chains/starknet): renames and comments
2024-04-30 23:03:29 +01:00
guibescos
2095da34e9
feat: add input boxes ( #1515 )
...
* feat: add send usd app
* fix: cargo tomls
* fix: pre-commit
* fix: improve code quality
* fix: fix names and texts
* fix: pre-commit
* feat: add send usd example to monorepo
* fix: connection endpoint for send usd example
* fix: priceUpdateData
* fix: packages
* fix: remove unused variables
* fix: packages
* fix: test
* fix: tests
* fix: test
* remove file
* fix
* go
* Try removing test script
* Remove npm run test from the text
* Add input box
* is this the same
* pre-commit
---------
Co-authored-by: keyvan <keyvankhademi@gmail.com>
2024-04-30 14:07:05 +01:00
Pavel Strakhov
a8dbabc7f9
feat(target_chains/starknet): add fee configuration ( #1525 )
2024-04-30 13:19:24 +01:00
Pavel Strakhov
cae194eb62
Starknet: update_price_feeds and latest_price_info ( #1482 )
...
* feat(target_chains/starknet): update_price_feeds and latest_price_info
* test(target_chains/starknet): basic test for pyth contract
* chore(target_chains/starknet): update deploy script
* feat(target_chains/starknet): added get_price_unsafe and get_ema_price_unsafe
* refactor(target_chains/starknet): match on UpdateType and MessageType
2024-04-30 12:26:41 +01:00
NinaLua
8d32b4c2fc
chore: remove repetitive words ( #1524 )
2024-04-30 12:17:10 +01:00
Ali Behjati
a203808a44
refactor(cosmwasm/tools): update cosmjs dependencies ( #1514 )
...
* refactor(cosmwasm/tools): update cosmjs dependencies
We needed to update cosmjs dependencies to support Xion, which is based
on a new CometBFT-based variation of tendermint. This change also
includes the artifacts for the Xion testnet network.
* fix: pin a dependency to get nextjs to work
* fix: address review comments
2024-04-29 19:34:57 +02:00
Aditya Arora
24a08a06c5
chore(pricefeed-evm-sdk): Improve doc comments ( #1521 )
2024-04-29 12:42:30 -04:00
Pavel Strakhov
f212907a8b
test(target_chains/starknet): add byte array tests
2024-04-29 14:51:06 +01:00
Ali Behjati
ef922220ee
chore(contract_manager): Rename package to @pythnetwork/contract-manager ( #1507 )
...
This change renames the contract manager package name to @pythnetwork/contract-manager to be consistent with our package names.
2024-04-29 15:25:05 +02:00
Pavel Strakhov
050a3412f9
refactor(target_chains/starknet): move ByteArray to a separate module
2024-04-29 12:57:59 +01:00
Keyvan Khademi
37ee3b46bd
feat: add solana send usd example app ( #1471 )
...
* feat: add send usd app
* fix: cargo tomls
* fix: pre-commit
* fix: improve code quality
* fix: fix names and texts
* fix: pre-commit
* feat: add send usd example to monorepo
* fix: connection endpoint for send usd example
* fix: priceUpdateData
* fix: packages
* fix: remove unused variables
* fix: packages
* fix: test
* fix: tests
* fix: test
* remove file
* fix
* go
* Try removing test script
* Remove npm run test from the text
---------
Co-authored-by: Guillermo Bescos <g.bescos@yahoo.com>
2024-04-25 20:19:11 +01:00
Daniel Chew
c2da454637
add fuel contract by Fuel Labs ( #1513 )
2024-04-25 22:51:41 +09:00
Aditya Arora
93a71f2eef
pre-commit ( #1510 )
2024-04-25 09:15:51 +02:00
Dev Kalra
d31cefb446
feat(contract_manager): separate store for wormhole ( #1493 )
...
* rename wormhole contract as per other names
* store for wormhole
* fix var name
* rename var
* rename contract based on other namings
* add yaml for aptos and cosmwasm
2024-04-24 16:32:16 +05:30
Aditya Arora
d51e5712f4
redepoloyed ( #1477 )
2024-04-23 11:15:07 -04:00
Pavel Strakhov
c7883c822b
doc(target_chains/starknet): add readme
2024-04-23 13:05:10 +01:00
Pavel Strakhov
b30604c5ba
doc(target_chains/starknet): add local deployment script
2024-04-23 12:41:59 +01:00
Pavel Strakhov
e8c198065e
feat(target_chains/starknet): add merkle tree utils
2024-04-22 17:38:31 +01:00
Pavel Strakhov
a1e4fc0924
feat(target_chains/starknet): add utils for decoding signed integers, move array_felt252_to_bytes31 to utils
2024-04-22 17:38:31 +01:00
guibescos
c7c3527bfe
fix: initialize guardian expiration to the right value ( #1485 )
2024-04-22 17:14:42 +01:00
Pavel Strakhov
e04edcfece
fix(target_chains/starknet): make parse_and_verify_vm a read-only method
2024-04-19 17:48:31 +01:00
Pavel Strakhov
ffbe02b4f6
fix(target_chains/starknet): verify new guardian set before writing to storage
2024-04-19 17:48:31 +01:00
Pavel Strakhov
26bbe4a0ef
refactor(target_chains/starknet): check value in Hasher::push_num_bytes
2024-04-19 17:48:31 +01:00
Pavel Strakhov
8b66d0f814
refactor(target_chains/starknet): use enum errors
2024-04-19 17:48:31 +01:00
Pavel Strakhov
0a219fbead
refactor(target_chains/starknet): errors modules, reexport errors
2024-04-19 17:48:31 +01:00
Pavel Strakhov
30c741ed49
feat(target_chains/starknet): add multi-purpose keccak hasher
2024-04-19 17:48:31 +01:00
Pavel Strakhov
5fac32fa40
chore(target_chains/starknet): add workflow
2024-04-19 17:48:31 +01:00
Pavel Strakhov
6e62328528
test(target_chains/starknet): add wormhole contract tests
2024-04-19 17:48:31 +01:00
Pavel Strakhov
2d9c6d3028
feat(target_chains/starknet): wormhole VAA verification and parsing
2024-04-19 17:48:31 +01:00
guibescos
0d6c35fce8
feat: propagate errors in send transactions ( #1469 )
...
* Go
* Go
* Propagate errors
* lint
* Bump version
2024-04-19 16:57:00 +01:00
Aditya Arora
899a995e2e
sei_devnet_redeploy ( #1474 )
2024-04-19 10:38:30 -04:00
guibescos
5a676978db
feat: add pyth_push_oracle to dockerfile ( #1470 )
...
* Add pusher to dcokerfile
* Update
2024-04-19 15:36:25 +01:00
Ali Behjati
481a428e88
chore(contract_manager): add scripts and changes to upgrade wh guardi… ( #1468 )
...
* chore(contract_manager): add scripts and changes to upgrade wh guardian set
This change adds `sync_wormhole_guardian_set.ts` script to update all of
our evm and cosmwasm contracts and has a couple of fixes in different
places to make sure everything works fine.
* fix: address review comments
2024-04-19 10:52:12 +02:00