vega-frontend-monorepo/libs/governance
Sam Keen d3cb3896f4
fix(1837): account for proposal vote and enactment deadlines being uncoupled (#2005)
* Fix/1837: Remove 2 seconds from proposal vote deadline on submission to ensure the deadline is always slightly below the maximum the API accepts

* fix(1837): Adjust for vote deadline and enactment deadline being decoupled in the API

* fix(1837): Removed unnecessary dependencies

* fix(1837): A couple of extra tests for get-enactment-timestamp

* fix(1837): propose-update-asset.tsx tweaked to ensure max enactment button works properly
2022-11-11 14:30:03 +00:00
..
src fix(1837): account for proposal vote and enactment deadlines being uncoupled (#2005) 2022-11-11 14:30:03 +00:00
.babelrc feat (#804): simple proposal form (#942) 2022-08-05 12:01:46 +01:00
.eslintrc.json Fix/1083: Update type generator (#1219) 2022-09-06 10:03:10 +01:00
jest.config.ts feat(#927) design update (#1201) 2022-08-30 21:35:46 -07:00
package.json feat (#804): simple proposal form (#942) 2022-08-05 12:01:46 +01:00
project.json chore: add build-spec targets and execute on affected apps and libs on CI (#1745) 2022-10-25 09:41:16 +02:00
README.md feat (#804): simple proposal form (#942) 2022-08-05 12:01:46 +01:00
tsconfig.json feat (#804): simple proposal form (#942) 2022-08-05 12:01:46 +01:00
tsconfig.lib.json feat(#927) design update (#1201) 2022-08-30 21:35:46 -07:00
tsconfig.spec.json feat(#927) design update (#1201) 2022-08-30 21:35:46 -07:00

governance

This library was generated with Nx.

Running unit tests

Run nx test governance to execute the unit tests via Jest.