Reisen
d48443adbd
refactor(hermes): make `State` hidden to force APIs
2024-05-02 13:19:51 +00:00
Reisen
fbc37c2013
refactor(hermes): state->wormhole/metrics downcasting
2024-05-02 13:19:51 +00:00
Dev Kalra
cf90bff236
feat(fortuna): support multiple hashchains ( #1509 )
...
* introduce provider config
* get provider chain config in order
* hash chain with multiple pebble chains
* update script to get metadata
* update version
* comments and move things around
* update comment
* minor fixes
* separate pr for this
* rename provider-config
* sample config
* auto sort commitments
* use seed and chain length
* refactor and simplify hashchain and offset vec
* better formatting
* make commitments private
* optional chain in provider-config
* set default value of chain length
* Version 5.0.0
* update comments
* version update
* optional provider config
2024-04-26 16:59:16 +05:30
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
Dev Kalra
b47ee059d7
feat(contract-manager): implement a script to get the entropy current registration ( #1512 )
...
* write a script to get the current registration
* simplify
* correct description
* catch only rpc errors
* refactor and simplify
2024-04-25 21:00:39 +05:30
Daniel Chew
c2da454637
add fuel contract by Fuel Labs ( #1513 )
2024-04-25 22:51:41 +09:00
Dev Kalra
567b4a6597
fix(fortuna/setup-provider): compare chain-length command line input ( #1511 )
...
* fix setup provider job
* only need to replace chain length input
* remove space
2024-04-25 17:41:06 +05:30
Dani Mehrjerdi
2014d1e205
feat(express-relay): Add simulation_failed to bid status ( #1503 )
2024-04-25 14:37:21 +04:00
Aditya Arora
93a71f2eef
pre-commit ( #1510 )
2024-04-25 09:15:51 +02:00
Dev Kalra
9437d51843
feat(contract_manager): add keeper balance to list entry ( #1506 )
...
* add keeper balance to list entry
* don't fix it as not sure
2024-04-24 16:37:14 +05:30
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
Dev Kalra
48a5faf4d9
specify only channel and date for the toolchain ( #1505 )
2024-04-24 15:59:40 +05:30
Keyvan Khademi
b110bbca5c
feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code ( #1478 )
...
* refactor: move proposals to a folder
* refactor: use @images instead of relative paths
* refactor: split proposals into multiple files
* refactor: add type for proposal status
* refactor: add eslint and fix errors
* refactor: fix eslint errors
* refactor: fix eslint
* refactor: fix prettier
* refactor: remove any
* refactor: Proposals.tsx
* feat: add basic instructions summary
* feat: add unknown instruction
* fix: revert package-lock.json
* fix: update package-lock.json
* fix: pre-commit
* fix: ts error
* fix: remove message buffer dependency
* fix: revert back the cluster default
* feat: add support for different types of instructions
* feat: add transaction index to proposal row
* feat: improve the proposal row ui
* fix: display bigint properly (#1499 )
---------
Co-authored-by: guibescos <59208140+guibescos@users.noreply.github.com>
2024-04-23 13:24:44 -07:00
Dev Kalra
d05df508a8
deploy entropy on sei ( #1500 )
2024-04-23 20:58:06 +05:30
Aditya Arora
d51e5712f4
redepoloyed ( #1477 )
2024-04-23 11:15:07 -04:00
Ali Behjati
1a3e3a7c00
refactor(hermes): match mapping address argument style with the rest ( #1498 )
2024-04-23 15:31:27 +02:00
Dev Kalra
4b8b9bfd87
feat(contract_manager): latency script for entropy v2 ( #1494 )
...
* latency script for entropy v2
* add block number difference
* correct desc
* refactor request randomness
* refactor and use chain as arg instead of contract
* unnecessary condition
* js doc
* correct desc
* use blockhash
2024-04-23 18:59:52 +05:30
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
Ali Behjati
d50488ef5c
refactor(hermes): Change Pythnet mapping account env var ( #1495 )
...
Prefix the env var with Pythnet to be more clear.
2024-04-23 12:41:50 +02:00
Ali Behjati
64037e5b4a
fix(hermes): ignore no subscriber error on broadcast ( #1492 )
...
This change ignores the errors appearing when there are
no subsribers to price updates. The issue was fixed before
and was missed during the refactor.
2024-04-23 11:21:22 +02:00
guibescos
4445c73443
Go ( #1489 )
2024-04-22 20:44:10 +01:00
guibescos
5b494689d2
chore: sample configs for Solana pusher ( #1491 )
...
* Continue
* Sample configs
2024-04-22 20:43:59 +01:00
Dev Kalra
e46821d423
feat(xc_admin_frontend): parse entropy and executor abis ( #1481 )
...
* parse entropy and executor abis
* correct import
* move parse to xc admin frontend
* undo change
* fix deps
* add comment
* comment
* revert changes and then some minor change
* fix unknown by typecast
2024-04-23 00:15:36 +05:30
Ali Behjati
644b54676c
fix(hermes): update cache.rs path in dockerignore ( #1490 )
...
Our dockerignore ignores all the files containing cache in their name
and hermes had an exception here. This change was missed in moving
Hermes around.
2024-04-22 19:42:14 +02:00
Ali Behjati
f9292177e9
fix(hermes): reconnect on wh connection termination ( #1488 )
...
* fix(hermes): reconnect on wh connection termination
`tokio::select` disables the branch that runs the wh connection
if it returns OK and it never gets checked again. This change
changes the `run` return to never return OK.
* refactor(hermes): use Result<!> in pythnet network listener thread
2024-04-22 19:07:22 +02:00
guibescos
1b13bf651a
fix(solana_pusher): use processed to poll ( #1486 )
...
* Do it
* Do it
2024-04-22 17:41:49 +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
Anirudh Suresh
67132c0572
try python version env spec ( #1484 )
...
* try python version env spec
* Test it out on pull request
* test env change
* test env change 2
* test env change 3
* test env change 4
* address circular import
* test
* test
* test
* test
* test
* undoing test
---------
Co-authored-by: Amin Moghaddam <amin@pyth.network>
2024-04-22 12:25:20 -04:00
guibescos
c7c3527bfe
fix: initialize guardian expiration to the right value ( #1485 )
2024-04-22 17:14:42 +01:00
Reisen
8b76d8c19a
refactor(hermes): state->aggregate downcasting ( #1479 )
2024-04-22 17:07:27 +01:00
Dani Mehrjerdi
bdc2e967b0
refactor(express-relay): Update execution params hash data ( #1476 )
2024-04-20 11:25:11 +04: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
508de75839
chore: fix ci ( #1475 )
...
* Fix ci
* cleanup
* Go
2024-04-19 17:46:53 +01:00
Dev Kalra
7bbcfa80d4
feat(fortuna): improve logging ( #1472 )
...
* update existing logs in keeper
* handle provider error
* handle implicit errors
* address feedback
2024-04-19 22:08:24 +05:30
guibescos
0d6c35fce8
feat: propagate errors in send transactions ( #1469 )
...
* Go
* Go
* Propagate errors
* lint
* Bump version
2024-04-19 16:57:00 +01:00
Diyahir
c58b675a63
Force Node version ( #1473 )
2024-04-19 15:40:55 +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
Anirudh Suresh
3f6a14897d
fix per sdk pypi workflow ( #1454 )
...
* python3.12 -> python3.11?
* test poetry build works
* add back the publishing
---------
Co-authored-by: ani <ani@Anirudhs-MacBook-Pro.local>
2024-04-19 10:08:11 -04: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