hyperledger-labs / go-perun

🌔 Perun's Blockchain-Agnostic State Channels Framework in Go.
https://perun.network/
Apache License 2.0
55 stars 18 forks source link

Use LatestSigner and don't set GasPrice in ContractBackend #322

Closed sebastianst closed 2 years ago

sebastianst commented 2 years ago

Opened as a draft to let @ndzik try it out first if we truly now send EIP1559 txs. Original issue in Erdstall is at https://github.com/perun-network/erdstall-ext/issues/121

ndzik commented 2 years ago

I can confirm that this change has the expected result :+1:

I wrote a small application and this tx uses the updated logic from go-perun to make a contract call and it is of type 2 :muscle: