threefoldfoundation / tfchain

Official implementation of the ThreeFold blockchain
https://explorer.threefoldtoken.com
Apache License 2.0
13 stars 7 forks source link

1.3-rc2 release broken on testnet #387

Closed LeeSmet closed 4 years ago

LeeSmet commented 4 years ago

1.3-rc2 build has been deployed on testnet, but seems to be broken. New transactions can not be submited, syncing a new node will cause the following error in the logs:

2020/01/28 09:03:45.927477 block_validation.go:71: [SBV] Validating new block for height 327
2020/01/28 09:03:45.954205 block_validation.go:71: [SBV] Validating new block for height 328
2020/01/28 09:03:45.960332 diffs.go:188: WARN: block 51ad181c16008ff1c5f3df003979849c80a3addae42d8f5cc42895a087940d44 cannot be applied: tx 8b13271e8b67961d066a80b1964bcb7e251d178e607e94b9992a76bc0d172647 is invalid: User Error forbidden: address 01a9903be28795f59eff8c7092149e4b4d0372f051151d0f4d241e517d5c34ac6ebf511e036f96 is not authorized
2020/01/28 09:03:45.960405 synchronize.go:560: WARN: managedReceiveBlocks (via SendBlocks RPC) has failed with an error: User Error forbidden: address 01a9903be28795f59eff8c7092149e4b4d0372f051151d0f4d241e517d5c34ac6ebf511e036f96 is not authorized
2020/01/28 09:03:45.964614 synchronize.go:560: WARN: managedReceiveBlocks (via SendBlocks RPC) has failed with an error: block is known to be invalid
2020/01/28 09:04:06.795793 synchronize.go:560: WARN: managedReceiveBlocks (via SendBlocks RPC) has failed with an error: block is known to be invalid

I'll be reverting to a previous build later today

robvanmieghem commented 4 years ago

@DylanVerstraete Wasn't the default behaviour to have all addresses authorized by default?

robvanmieghem commented 4 years ago

authcoin extension by default authorized using the reverse property does not work

robvanmieghem commented 4 years ago

b105e66ad86fcd7b47465715534f89c24d797ed9

LeeSmet commented 4 years ago

Testnet has been updated to v1.3-rc3