-
**What are you trying to do?**
We want to be able to hook into the VAT validation to be able to add some additional business logic. In our case:
- Only validate the number if the country is not equa…
-
## What is the Problem Being Solved?
We want to delete unused snapshots. The snapstore is somewhat disconnected from the set of vats which use their snapshots (e.g. the snapstore doesn't know which…
-
## What is the Problem Being Solved?
In trying to debug #3428, @mhofman and I compared slog traces of two different validators to confirm that they were running the same cranks. He found variation …
-
# Bug
it does not edit the ref nor generate an error.
## Environment
- **Version**: 12.0.2
- **OS**: Linux
- **Web server**: nginx/1.18.0
- **PHP**: fpm-fcgi 7.4.8
- **Database**: PostgreSQL …
-
Hi,
I'm using PHP 7.3
I have reinstalled this library with composer and now I have those errors... even if I have turned off PHP errors...
surprisingly, the api works by itself, but the annoying …
-
The two-letter country code for Greece is GR, but in VAT id's in Europe Greece uses the EL-prefix instead.
https://en.wikipedia.org/wiki/ISO_3166-2:GR
In our code we used this list to compare to…
-
If a vat worker subprocess exits unexpectedly, our kernel does not know the state of the vat: the worker might have died because of something the vat did, or because of something outside swingset (may…
-
## What is the Problem Being Solved?
We currently maintain a `VatManager` in RAM for all non-terminated vats, both static and dynamic. These VatManager objects are tracked in `ephemeral.vats`, a Ma…
-
## What is the Problem Being Solved?
As discussed in #2319, to figure out when we should end a block (ideally just before we reach the wallclock time budget), we need our vat workers to provide two…
-
### Steps to reproduce
```ruby
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", …