Dev Kalra
77c68c5069
fix(fortuna): watch blocks from start and infinite get queries ( #1551 )
...
* fix: watch blocks from start and infinite get queries
* formatting
* fix
* undo small change
2024-05-07 14:21:52 +05:30
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
Jayant Krishnamurthy
ff6b11023c
[price_pusher] Option to ignore gas objects ( #1545 )
...
* gr
* bump version
2024-05-03 21:41:14 -07:00
Jayant Krishnamurthy
4966b956df
[price_pusher] Sui pusher debugging messages ( #1544 )
...
* add logging
* version
* gr
2024-05-03 18:04:43 -07:00
Dev Kalra
10dc4a05b8
feat(fortuna_staging): use spans to create a hierarchy of logs ( #1540 )
...
* use spans to create a hierarchy of logs
* minor imp
* remove chain id
* add a sequence processing
* added comments
* consistent with other threads
* extract method out
* add field to process block range
* add field to watch events logs
* rename method
* extract process batch method
* tidy
* update log for eth
* remove comment
* update version
* address feedback
2024-05-03 21:27:42 +05:30
Ali Behjati
586a4398bd
feat(price_pusher): add more options to evm pusher ( #1538 )
...
This change makes gasLimit configurable and also adds an
updateFeeMultiplier which is useful in Hedera as they have an
inconsistency between the `value` passed in tx and the `value` on-chain.
2024-05-03 09:59:19 +02: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
cipherZ
3d9781ed58
Update README.md ( #1526 )
...
* Update README.md
changed method doc
* Update README.md
---------
Co-authored-by: guibescos <59208140+guibescos@users.noreply.github.com>
2024-05-01 15:20:02 +01: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
Amin Moghaddam
b2cb7c878a
fix(fortuna): Fortuna improvements ( #1529 )
...
* More logging on failure of deserialization
* Log chain id if the provider registration is failing
* Fix sample config
* Fix dysfunctional rpc address from blast
2024-05-01 13:19:37 +02: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
20d99bceb7
feat: enable remote stake delegation ( #1501 )
...
* feat: enable remote stake delegation
* Cleanup space
* Go
* feat: drive-by priority fees
* fix: pr comments
* fix: pr comments
2024-04-30 15:46:44 +01:00
Dev Kalra
d2ce2ecd33
feat(fortuna): add a cli arg to run keeper ( #1517 )
...
* optional run keeper
* update comment
* instead of flag use the keeper key file
* update version
* rename method
2024-04-30 20:10:48 +05:30
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
Jayant Krishnamurthy
6da2e1ba53
[hermes] Add deprecation notices to old API methods ( #1516 )
...
* [hermes] Add deprecation notices for doc purposes
* bump version
* deprecation
2024-04-29 14:26:41 +02:00
Pavel Strakhov
050a3412f9
refactor(target_chains/starknet): move ByteArray to a separate module
2024-04-29 12:57:59 +01: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