commit 21dfe36
Author: zees-dev dev.786zshan@gmail.com
Date: Thu Oct 17 00:03:23 2024 +1300
Release 8.60.0 (#890)
* spec version bumped
* eip-2770 and universal deployer bytecode fixes
commit 8b2040a
Author: Nicholas Varley 118777580+Nick95550@users.noreply.github.com
Date: Wed Oct 16 09:02:41 2024 +1300
TRN-397 swap out boundedVec for erc20-peg (#885)
* add erc20-peg method for sudo to claim delayed payments
* migrate delayedPaymentSchedule to weakBoundedVec and benchmark process_deposit for erc20 peg
* write migration for delayed payment schedule
* fix up rebase
* address comments - add more tests, amend benchmarks, edit erc-20-peg config
* Update benchmarks for pallet-erc20-peg on TRN-397-delayed-payments-blocked
* change max delay per block in accordance with new weights
---------
Co-authored-by: GitHub Action <action@github.com>
commit 33c05f1
Author: JCSanPedro j.carlosanpedro@gmail.com
Date: Mon Oct 14 15:47:42 2024 +1300
reenable unsigned validation for ethy and prevent EthCallNotarization resubmissions (#892)
commit ab90d33
Author: zees-dev dev.786zshan@gmail.com
Date: Wed Oct 9 16:11:23 2024 +1300
EIP-2470 support + Universal deployer support (#889)
* evm: eip-2470 manual bytecode injection via migration
* evm: universal deployer manual bytecode injection via migration
* evm: migration unit test name change
* evm: removed 0x prefix from universal deployer eoa and factory
* reduce weight checks for subsequent evm migrations by validating against a single address
commit c2825fe
Author: Karishma bothara.karishma@gmail.com
Date: Wed Oct 9 04:58:08 2024 +0400
Emit an event to know withdraw source for EBD (#887)
* Emit an event to know withdraw source for EBD
* Address PR comments
* Fix test
* Address Z comments and remove unneeded clone
---------
Co-authored-by: JasonTulp <jason.j.tulp@gmail.com>
commit 2c44def
Author: JasonT 50426640+JasonTulp@users.noreply.github.com
Date: Wed Oct 9 09:28:11 2024 +1300
Update Marketplace Precompile ABI (#883)
* Update marketplace precompile ABI and duration + marketplace_id input params
* Fix bug in marketplace that allows for 0 duration
* fmt
* Update xrpl-bridge deps
* fmt..
* Update types in abi + update index.ts abi
* prettier
commit d9fe340
Author: JCSanPedro j.carlosanpedro@gmail.com
Date: Tue Oct 8 13:21:37 2024 +1300
TRN-212 Exclude non-owner proxied FP transactions (#882)
* filter non-owner futurepass calls
* add additional check to ensure owner can still make whitelisted proxy calls
commit 2818cb0
Author: JCSanPedro j.carlosanpedro@gmail.com
Date: Mon Oct 7 09:58:23 2024 +1300
TRN-400 Emit event when listing is closed from accepted offer (#880)
* emit FixedPriceSaleClose event if token is listed and offer is accepted
* add OfferAccept variant for FixedPriceClosureReason
commit 2f8e148
Author: Karishma bothara.karishma@gmail.com
Date: Tue Oct 1 07:44:26 2024 +0400
Remove mapping from xrpl asset map (#881)
* Remove mapping from xrpl asset map