Skip to content

Releases: Wrth1/foundpy

v0.3.0

Choose a tag to compare

@Wrth1 Wrth1 released this 31 Jul 11:38

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.3.0-a

v0.2.5

Choose a tag to compare

@Wrth1 Wrth1 released this 10 Mar 02:23

What's Changed

  • Add storage layout and private variable offset retrieval methods by @dimasma0305 in #1

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

Choose a tag to compare

@Wrth1 Wrth1 released this 23 Dec 11:27

Transacting now uses raw transaction to prevent error
Added chainId to prevent replay attack
Added the import_remappings parameter to enable import (e.g openzeppelin)

v0.2.3

Choose a tag to compare

@Wrth1 Wrth1 released this 02 Dec 02:39
  • from_tcp1p PoW now shows a progress bar
  • allow contract.send("", value=...) to be used to send ether
  • Add gas_limit parameter on send() method
  • Automatically import HexBytes class
  • Add a new ether() function to convert wei to ether

v0.2.2

Choose a tag to compare

@Wrth1 Wrth1 released this 02 Dec 00:55
  • Automatically change address to checksum address
  • Automatically change uint and int to uint256 and int256
  • from_tcp1p and from_htb now returns a dictionary
  • immidiately set the config.wallet as Account object
  • fix solc version not defaulting to the latest version

v0.2.0

Choose a tag to compare

@Wrth1 Wrth1 released this 10 Nov 06:39

Added the following cast feature:

  • age
  • balance
  • block
  • block_number
  • code
  • codesize
  • storage
  • tx

Added TCP1P's Paradigmctf BlockChain Infra Extended and HackTheBox blockchain chall's integration

v0.1.0

Choose a tag to compare

@Wrth1 Wrth1 released this 02 Nov 16:42