DMDcoin / diamond-node

bit.diamonds node software for network version 4
GNU General Public License v3.0
0 stars 3 forks source link

no interaction possible with TxPermission contract after merge #114

Closed SurfingNerd closed 3 weeks ago

SurfingNerd commented 3 weeks ago
ERROR tx_filter  Error calling tx permissions contract: "Invalid name `please ensure the contract and method you're calling exist! failed to decode empty bytes. if you're using jsonrpc this is likely due to jsonrpc returning `0x` in case contract or method don't exist`"

This happened after merging the core value guards into dev (newest feature on dev: auto reward restake) With the contracts on dev, the testrun works just fine.

There are no known changes that could cause this behavior.

repositories of failing test:

git@github.com:DMDcoin/diamond-contracts-claiming.git
c5906535fa291bf3beda7c7f7636245b25232822
git@github.com:DMDcoin/diamond-contracts-core.git
a5ab2ba6e995e4442fc761e3947f1716e7dbcbd5
git@github.com:DMDcoin/diamond-contracts-dao.git
0452582fb22892b47198d4156505b2330df484bc
git@github.com:DMDcoin/diamond-node.git
c69c572b473f283f915fb8dcd1577f9ae6254f2c
git@github.com:SurfingNerd/honey-badger-testing.git
0f2214ed84ad21dd81a4fcbfbcb62dd3e4d4fb70
SurfingNerd commented 3 weeks ago

not a node problem, changes in the contracts have shown its a contract change. not merging advanced logging for investigation.