Rainer Koirikivi

Results 4 issues of Rainer Koirikivi

Websauna should automatically retry views if a retryable exception occurs. However, this is currently bugged: Websauna won't retry views where a `psycopg2.extensions.TransactionRollbackError` is thrown (ie. when a serialization error occurs...

Do not merge yet, other tests will be added to this branch too.

The given answer for `op_checkmultisig` in Chapter 8 has a bug where the last signature is never verified: ``` def op_checkmultisig(stack, z): ... try: points = [S256Point.parse(sec) for sec in...

I noticed that `/output/:` doesn't show the Rune balances for spent outputs. It also shows those outputs as `indexed: false`. I'm working on a service that accepts Rune deposits from...

enhancement