issues
search
gofractally
/
psibase
Open source protocol enabling communities to easily self-host web applications
https://docs.psibase.io
MIT License
28
stars
7
forks
source link
Fracpack for Python
#801
Closed
swatanabe
closed
3 months ago
swatanabe
commented
3 months ago
Move
ServiceSchema
into the main psibase lib and add
serveSchema
which defines the
/schema
endpoint (matching rust)
Use
/schema
instead of
/pack_action
to pack actions in the tests.
Rewrite C++ Schema minimization to fix some edge cases that accidentally skipped some types.
Standardize
MethodNumber
hashing to use seahash. Update the crate version, because 2.4 is buggy. Remove cityhash.
Generate a json file with test cases for fracpack
ServiceSchema
into the main psibase lib and addserveSchema
which defines the/schema
endpoint (matching rust)/schema
instead of/pack_action
to pack actions in the tests.MethodNumber
hashing to use seahash. Update the crate version, because 2.4 is buggy. Remove cityhash.