Skip to content

Releases: banteg/brownie-safe

big update

30 May 13:28
3e54476
Compare
Choose a tag to compare
  • add support for latest brownie
  • support latest safe-eth-py factory
  • remove backports

official multisend

20 Sep 20:18
Compare
Choose a tag to compare
  • use official multisend addresses for all networks

add ganache support back

20 Sep 19:55
Compare
Choose a tag to compare
  • add ganache support (untested)

add base and celo support

20 Sep 19:51
0fd03ff
Compare
Choose a tag to compare
  • add support for networks: base, base goerli, celo

v0.8.0

04 Jul 19:01
Compare
Choose a tag to compare
  • add anvil support
  • speed up simulations by writing to storage instead of sending approveHash transactions
  • dropped ganache support

brownie safe

28 Jun 16:12
3528baa
Compare
Choose a tag to compare

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

16 Dec 14:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: banteg/ape-safe@v0.4.0...v0.5.0

trezor signing

30 Nov 15:46
Compare
Choose a tag to compare

hardware wallets, confirmations and execution

10 Nov 15:28
Compare
Choose a tag to compare
  • 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

13 Sep 17:10
Compare
Choose a tag to compare