Releases: banteg/brownie-safe
Releases · banteg/brownie-safe
big update
official multisend
- use official multisend addresses for all networks
add ganache support back
- add ganache support (untested)
add base and celo support
- add support for networks: base, base goerli, celo
v0.8.0
brownie safe
actions required
- change your imports:
- from ape_safe import ApeSafe
+ from brownie_safe import BrownieSafe
breaking changes
- rename package to
brownie-safe
new features
- backport safe transaction service
- automatically switch frame to the correct network
trezor eip-712, execute with frame
What's Changed
- Add execute_transaction_with_frame by @OwlOfMoistness in https://github.com/banteg/ape-safe/pull/21
- feat: add Trezor eip-712 signing support by @zhongfu in https://github.com/banteg/ape-safe/pull/22
New Contributors
- @OwlOfMoistness made their first contribution in https://github.com/banteg/ape-safe/pull/21
Full Changelog: banteg/ape-safe@v0.4.0...v0.5.0
trezor signing
- feat: add Trezor signing support (through trezorlib) by @zhongfu in https://github.com/banteg/ape-safe/pull/20
hardware wallets, confirmations and execution
- hardware wallet support via frame
- submit signatures to transaction service
- retrieve pending transactions from transaction service
- execute signed transactions
- convert confirmations to signatures
- expanded documentation about signing
add fantom support
- add support for custom safe deployment at https://safe.fantom.network/
- update dependencies