-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dummy PR #38
base: master
Are you sure you want to change the base?
Dummy PR #38
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f1c7bd - Browse repository at this point
Copy the full SHA 8f1c7bdView commit details
Commits on Jun 19, 2024
-
refactor: exofy Orchestrator, RemoteChainFacade (Agoric#9529)
refs: Agoric#9281 ## Description AsyncFlow requires that everything passing the membrane is durable. This makes the facade objects durable to conform. Doing so for `localChainFacade` is deferred so we can get this into master sooner, to aid @erights 's Agoric#9521 . ### Security Considerations none ### Scaling Considerations Exo for each chain and each account ### Documentation Considerations none ### Testing Considerations Existing coverage ### Upgrade Considerations none, not yet deployed
Configuration menu - View commit details
-
Copy full SHA for 37ec151 - Browse repository at this point
Copy the full SHA 37ec151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 984fc9a - Browse repository at this point
Copy the full SHA 984fc9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcb1e89 - Browse repository at this point
Copy the full SHA bcb1e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29649ad - Browse repository at this point
Copy the full SHA 29649adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 783f520 - Browse repository at this point
Copy the full SHA 783f520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce13fd - Browse repository at this point
Copy the full SHA 5ce13fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca9a00 - Browse repository at this point
Copy the full SHA 1ca9a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772039c - Browse repository at this point
Copy the full SHA 772039cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0636745 - Browse repository at this point
Copy the full SHA 0636745View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec2253 - Browse repository at this point
Copy the full SHA bec2253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62bdb8a - Browse repository at this point
Copy the full SHA 62bdb8aView commit details -
9281 durable orchestrator (Agoric#9532)
refs: Agoric#9281 ## Description AsyncFlow requires that everything passing the membrane is durable. This makes the facade objects durable to conform. Following Agoric#9529 ### Security Considerations none ### Scaling Considerations Exo for each chain and each account ### Documentation Considerations none ### Testing Considerations Existing coverage ### Upgrade Considerations not yet deployed
Configuration menu - View commit details
-
Copy full SHA for c244e96 - Browse repository at this point
Copy the full SHA c244e96View commit details -
fix(swingset): log vat termination and upgrade better (Agoric#9535)
Vat termination now makes the kernel do a console.log like: `kernel terminating vat v6 (failure=true)` Vat upgrade now announces the start of the upgrade process with: `attempting to upgrade vat v6 from incarnation 0 to source b1-..` in addition to announcing the success or failure of the upgrade `vat v6 upgraded from incarnation 0 to 1 with source b1-..` or `WARNING: vat v6 failed to upgrade from incarnation 0 (startVat)`
Configuration menu - View commit details
-
Copy full SHA for 989aa19 - Browse repository at this point
Copy the full SHA 989aa19View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4342f1 - Browse repository at this point
Copy the full SHA f4342f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 724d1fb - Browse repository at this point
Copy the full SHA 724d1fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28838b6 - Browse repository at this point
Copy the full SHA 28838b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc33238 - Browse repository at this point
Copy the full SHA fc33238View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed2317c - Browse repository at this point
Copy the full SHA ed2317cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad29545 - Browse repository at this point
Copy the full SHA ad29545View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3bc6b - Browse repository at this point
Copy the full SHA bc3bc6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 778eb42 - Browse repository at this point
Copy the full SHA 778eb42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c99929 - Browse repository at this point
Copy the full SHA 7c99929View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a18b0 - Browse repository at this point
Copy the full SHA b9a18b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33085ff - Browse repository at this point
Copy the full SHA 33085ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fd411 - Browse repository at this point
Copy the full SHA c0fd411View commit details -
feat(orchestration): return unwrapped vows (Agoric#9454)
refs: Agoric#9449 ## Description - [x] convert icqConnectionKit to return vows - [x] convert Orchestration service (`service.js`) to return vows - [x] convert chainAccountKit to return vows ### Security Considerations ### Scaling Considerations These changes are necessary towards supporting using `orchestration` in `asyncFlow`. ### Documentation Considerations ### Testing Considerations ### Upgrade Considerations
Configuration menu - View commit details
-
Copy full SHA for f3f87b1 - Browse repository at this point
Copy the full SHA f3f87b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f7d826 - Browse repository at this point
Copy the full SHA 1f7d826View commit details -
Configuration menu - View commit details
-
Copy full SHA for e382b66 - Browse repository at this point
Copy the full SHA e382b66View commit details -
9281 chainHub exo (Agoric#9538)
refs: Agoric#9281 ## Description AsyncFlow requires that everything passing the membrane is durable. This makes the ChainHub durable by making it an Exo. ### Security Considerations none ### Scaling Considerations It's a singleton, because there will only be one per vat. ### Documentation Considerations none ### Testing Considerations Existing coverage ### Upgrade Considerations Not yet deployed. Now that it's an Exo, we have to consider its state an upgradability. We expect to make a new one on each vat invocation. The only state it has is cache of AgoricNames and data supplied by the contract.
Configuration menu - View commit details
-
Copy full SHA for 9274bc7 - Browse repository at this point
Copy the full SHA 9274bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 426a3be - Browse repository at this point
Copy the full SHA 426a3beView commit details -
types(zoe): setTestJig param type optional (Agoric#9533)
closes: #XXXX refs: Agoric#9531 (comment) ## Description The implementation of `setTestJig` at https://github.com/Agoric/agoric-sdk/blob/37ec151b08de3d8e432a2599ccc532d4e72caedb/packages/zoe/src/contractFacet/zcfZygote.js#L358 treats its param as optional. The call to `setTestJig` at https://github.com/Agoric/documentation/blob/89a7dd53cd59b4008a36d23abdfa5665d1852336/snippets/tools/zcfTesterContract.js#L12 omits its parameter. The doc-comment on the type at https://github.com/Agoric/agoric-sdk/blob/37ec151b08de3d8e432a2599ccc532d4e72caedb/packages/zoe/src/contractFacet/types-ambient.d.ts#L139 explains the parameter as optional. But the type itself declares the parameter as mandatory. This initially led me at Agoric#9531 to declare the parameter as mandatory in the new `ZcfI` interface guard, but that caused the failure in the documentation repo discussed at https://github.com/Agoric/agoric-sdk/blob/37ec151b08de3d8e432a2599ccc532d4e72caedb/packages/zoe/src/contractFacet/types-ambient.d.ts#L139 . My comment in the code there and the subsequent discussion assumes that the usage at the documentation repo is what needs to be fixed. But given this other evidence, I think the static type needs to be fixed to type that parameter as optional. Agoric#9531 would then be ok as is, only needing removal of the comment indicating something is amiss. ### Security Considerations There is an existing security concern with the existence of `setTestJig` at all. But this PR does not affect that security concern at all. ### Scaling Considerations none ### Documentation Considerations This PR would make the `setTestJig` call currently in the documentation repo correct. ### Testing Considerations This problem was initially detected when testing Agoric#9531 when the guard declared the parameter as mandatory. This does reenforce the lesson that TS types are unsound by enforced guards are sound. ### Upgrade Considerations This PR is only a static change consistent with all current usage and implementation, and so should have no upgrade considerations. However, just to minimize risk, it still makes sense to hold this back till after master is snapshot for u16.
Configuration menu - View commit details
-
Copy full SHA for bf9f03b - Browse repository at this point
Copy the full SHA bf9f03bView commit details -
feat(zoe): Make zcf singleton durable (Agoric#9531)
Staged on Agoric#9533 refs: Agoric#9281 ## Description The `zcf` object will effectively need to be passed through `orchestrate` as an endowment. Because zcf is not durable, or even an exo, we were originally planning to do it with a mechanism involving a standing durable object, and then wrap and unwrap it on either side of the membrane. But if `zcf` were durable, we wouldn't need all this complexity. It turns out, if this PR is correct, that making `zcf` durable is trivial. ### Security Considerations Making `zcf` into a durable exo also involves giving it an interface guard. The interface guard in the first commit of this PR makes a needed exception for `makeInvitation` and `setTestJig` because both of them accept non-passable parameters. The `defaultGuards: 'passable'` option means that all other methods default to a guard that merely enforces that all arguments and return results are passable. This does make `zcf` somewhat more defensive, but not much. Given this starting point, we can grow that `ZcfI` interface guard to do more explicit input validation of the other methods, which will help security, and make us less vulnerable to insufficient input validation in the zcf methods themselves. As we move more of the input validation to the method guards, we should be able to remove ad hoc input validation code in the method which has become redundant. Replacement of ad hoc input validation with declarative guard-based input validation should help security. I don't yet know whether I'll grow the `ZcfI` interface guard to have these explicit method guards in further commits to this PR or in later PR. ### Scaling Considerations The extra guard checks are potentially an issue, but we won't know until we profile. ### Documentation Considerations none ### Testing Considerations I need to understand `setTestJig` better. ### Upgrade Considerations Making `zcf` durable means that it has a durable identity that survives upgrade. As a durable exo singleton, it is stateless, meaning that it gets back all the state it needs during `prepareExo` as state that its methods capture (close over) rather than as exo instance state. This reflects naturally the initial intuition that the `zcf` endowment, being stateless, could just be represented to `asyncFlow` as a singleton standin, re-endowed during the prepare phase.
Configuration menu - View commit details
-
Copy full SHA for 62c73f5 - Browse repository at this point
Copy the full SHA 62c73f5View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9550773 - Browse repository at this point
Copy the full SHA 9550773View commit details -
feat(orchestrator): return unwrapped vows
- returning unwrapped vows to ensure tests are passing and functionality is preserved
Configuration menu - View commit details
-
Copy full SHA for 94d0c3c - Browse repository at this point
Copy the full SHA 94d0c3cView commit details -
feat(orchestrator): return unwrapped vows (Agoric#9537)
refs: Agoric#9449 ## Description Returns unwrapped vows in `Orchestrator` (`makeLocalAccount`, `getChain`).
Configuration menu - View commit details
-
Copy full SHA for 56687b4 - Browse repository at this point
Copy the full SHA 56687b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 381b6a8 - Browse repository at this point
Copy the full SHA 381b6a8View commit details -
adopt TypeScript 5.5 (Agoric#9476)
refs: Agoric#9152 ## Description Typescript 5.5: https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/ (an earlier push also had Agoric#9479 but I moved the commits out) ### Security Considerations n/a, linting ### Scaling Considerations n/a, linting ### Documentation Considerations none ### Testing Considerations none ### Upgrade Considerations n/a, linting
Configuration menu - View commit details
-
Copy full SHA for 0cfea88 - Browse repository at this point
Copy the full SHA 0cfea88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 608b882 - Browse repository at this point
Copy the full SHA 608b882View commit details -
lint: warn on non-resumable code (Agoric#9543)
refs: Agoric#9449 ## Description A lint rule to help identify code that doesn't conform to the membrane passing requirements in Agoric#9449. Once we've brought all the modules into conformance this should be upgraded from a warning to an error. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations CI ### Upgrade Considerations none
Configuration menu - View commit details
-
Copy full SHA for f9bd118 - Browse repository at this point
Copy the full SHA f9bd118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d41ce - Browse repository at this point
Copy the full SHA 32d41ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for f928bdd - Browse repository at this point
Copy the full SHA f928bddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0643b - Browse repository at this point
Copy the full SHA 5e0643bView commit details -
9449 resumable chainHub (Agoric#9544)
refs: Agoric#9449 ## Description Make ChainHub exo resumable, returning vows and never promises. Reviewers, this should confirm to the criteria in 9449, - no async functions - no callWhen guards - methods that don't return immediately return Vows - methods that return vows don't throw This also makes the orchestration facade able to receive vows but still return promises. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations Existing coverage ### Upgrade Considerations Not yet deployed. Vows improve upgrade robustness
Configuration menu - View commit details
-
Copy full SHA for 944adea - Browse repository at this point
Copy the full SHA 944adeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 181acb8 - Browse repository at this point
Copy the full SHA 181acb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2155263 - Browse repository at this point
Copy the full SHA 2155263View commit details
Commits on Jun 21, 2024
-
yarn by corepack (Agoric#9542)
refs: Agoric#8461 ## Description Rely on corepack for yarn version. Bump the yarn version to latest. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations I think our docs already say to start with `corepack enable`. Not certain. ### Testing Considerations - [x] run locally Fails if corepack not yet enabled. It should be, so if this change causes errors that would help us to detect. Corepack is important in order to upgrade to Yarn 4 eventually. ### Upgrade Considerations none
Configuration menu - View commit details
-
Copy full SHA for 52e0339 - Browse repository at this point
Copy the full SHA 52e0339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a68510 - Browse repository at this point
Copy the full SHA 2a68510View commit details -
retry flaky agoric-cli integration test (Agoric#9550)
closes: Agoric#9325 ## Description Auto-retry the flaky test. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations The problem it's fixing is intermittent. If it passes CI once, let's let it in and see over the following days whether CI failure is down. (And reopen the issue that landing this closes) ### Upgrade Considerations none
Configuration menu - View commit details
-
Copy full SHA for c5c52ec - Browse repository at this point
Copy the full SHA c5c52ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 527ac1a - Browse repository at this point
Copy the full SHA 527ac1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b6857 - Browse repository at this point
Copy the full SHA f9b6857View commit details -
9449 chain facades return vows (Agoric#9547)
refs: Agoric#9449 ## Description More exos returning vows. Note these are _heap_ vows due to https://github.com/Agoric/agoric-sdk/blob/944adea10660e68a65c10a2b32b6899919315e31/packages/vow/vat.js#L29-L31 ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations CI ### Upgrade Considerations none
Configuration menu - View commit details
-
Copy full SHA for 788647d - Browse repository at this point
Copy the full SHA 788647dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b592c - Browse repository at this point
Copy the full SHA b8b592cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6e2e3 - Browse repository at this point
Copy the full SHA ad6e2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca97f1e - Browse repository at this point
Copy the full SHA ca97f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f625b9 - Browse repository at this point
Copy the full SHA 2f625b9View commit details -
test of revising chain info (Agoric#9552)
refs: Agoric#8896 ## Description Extracted from Agoric#9534 to focus that PR on multichain and lighten the review. Also it had merge conflicts with master that this resolves. ### Security Considerations nothing new ### Scaling Considerations no ### Documentation Considerations none ### Testing Considerations new coverage ### Upgrade Considerations none
Configuration menu - View commit details
-
Copy full SHA for 01a1123 - Browse repository at this point
Copy the full SHA 01a1123View commit details -
# This is a combination of 22 commits.
# This is the 1st commit message: create dedicated files for test assertions and tools # This is the commit message #2: Add new test file for liquidation visibility # This is the commit message #3: auctioneer snapshot # This is the commit message #4: Update visibility tests and helper functions # This is the commit message #5: add tools and assertions to match subscriber with vstorage data # This is the commit message #6: update test visibility of vault liquidation # This is the commit message #7: fix(liquidationVisibility): fix linting errors # This is the commit message #8: fix(liquidationVisibility): type error # This is the commit message #9: chore(liquidationVisibility): #4 testing tools setup # This is the commit message #10: chore(liquidationVisibility): #4 improve testing tools # This is the commit message #11: chore(liquidationVisibility): #4 improve testing tools # This is the commit message #12: fix(liquidationVisibility): linting fixes # This is the commit message #13: chore(liquidationVisibility): fix test names # This is the commit message #14: fix(liquidationVisibility): lint fix # This is the commit message #15: chore(liquidationVisibility): #4 implement `assertNodeInStorage` # This is the commit message #16: fix(liquidationVisibility): #4 lint fix # This is the commit message #17: chore(liquidationVisibility): #4 test skeleton is ready # This is the commit message #18: chore(liquidationVisibility): #4 add marshaller for comparing data from the vstorage # This is the commit message #19: chore(liquidationVisibility): sample test for `preAuction` and `postAuction` data fields # This is the commit message #20: chore(liquidationVisibility): make sure `assertStorageData` works # This is the commit message #21: chore(liquidationVisibility): #4 add test for case 2b, uncomment assertions for running the tests # This is the commit message #22: feat(liquidationVisibility): create liquidation storageNodes and recorderKits BREAKING CHANGE: Introduced the `_timestamp` as an argument for the vaultManager liquidateVaults method. feat(liquidationVisibility): write preAuctionState and auctionResultState to Vstorage BREAKING CHANGE: a getVaultId method was included in the Vault interface, which returns the vault `idInManager` fix(liquidationVisibility): fix type definitions errors and concurrently await multiple promises feat(liquidationVisibility): write postAuctionState to Vstorage BREAKING CHANGE: the getVaultId method of vaults interface was updated to getVaultState, which will return the vault phase as well chore(liquidationVisibility): update helper methods, type definitions and names fix(liquidationVisibility): lint fix fix(liquidationVisibility): update sequence to write auction state to Vstorage and its structure The helper methods built for this purpose became unnecessary and were removed. fix(liquidationVisibility): update postAuctionState structure and change to writeFinal recorder method fix(liquidationVisibility): remove temporary changes made to tests fix(liquidationVisibility): #4 test for scenario 2b passed, test api updated, #7 is fixed chore(liquidationVisibility): #4 test for scenario 2a passed chore(liquidationVisibility): #4 update scenario 1 Squashed commit of the following: commit 728d695 Author: anilhelvaci <anilhelvaci96@gmail.com> Date: Wed Jan 31 14:28:14 2024 +0300 chore(liquidationVisibility): uncomment post auction assertion in `liq-result-scenario-1` commit dd3fbdb Author: anilhelvaci <anilhelvaci96@gmail.com> Date: Wed Jan 31 14:25:22 2024 +0300 fix(liquidationVisibility): lint fix commit 6920d1a Author: anilhelvaci <anilhelvaci96@gmail.com> Date: Wed Jan 31 14:22:28 2024 +0300 fix(liquidationVisibility): explain Promise.allSettled commit 732e1d7 Author: anilhelvaci <anilhelvaci96@gmail.com> Date: Wed Jan 31 11:37:45 2024 +0300 feat(liquidationVisibility): handle errors that might arise from other vats commit 683f56d Author: anilhelvaci <anilhelvaci96@gmail.com> Date: Tue Jan 30 14:31:13 2024 +0300 feat(liquidationVisibility): add LiquidationVisibilityWriters to improve readability, fetch schedule during the auction itself commit 4c45f2a Author: anilhelvaci <anilhelvaci96@gmail.com> Date: Tue Jan 30 10:30:02 2024 +0300 fix(liquidationVisibility): add pattern matcher to `getVaultState` chore(liquidationVisibility): #4 add auctioneer wrapper and update setupBasics chore(liquidationVisibility): #4 add mock makeChainStorageNode chore(liquidationVisibility): #4 add tests for no vaults and rejected schedule fix(liquidationVisibility): #4 add setBlockMakeChildNode method and update file name fix(liquidationVisibility): #4 update import path chore(liquidationVisibility): #4 add liq-rejected-timestampStorageNode test fix(liquidationVisibility): #4 fix bug with at makeChildNode fix(liquidationVisibility): #4 update test names and comments fix(liquidationVisibility): #4 lint fix chore(internal): create key-value pairs for Promise.allSettled values fix(internal): make allValuesSettled a mapper for resolved promises and silently handles rejected ones fix(internal): fix doc fix(liquidationVisibility): make sure promises are assigned in key-value fashion, lint fixes. chore(liquidationVisibility): extend liq-rejected-timestampStorageNode and clean outdated comments fix(liquidationVisibility): revert update made to package.json chore(liquidationVisibility): update snapshot generated by unit tests fix(liquidationVisibility): lint fix chore(liquidationVisibility) #4 test multiple vaultManagers fix(liquidationVisibility): #4 lint fix fix(liquidationVisibility): add pattern matcher to `getVaultState` feat(liquidationVisibility): add LiquidationVisibilityWriters to improve readability, fetch schedule during the auction itself chore(liquidationVisibility): init work for bootstrap tests chore(liquidationVisibility): created test-liquidation-visibility.ts and started building a test suite chore(liquidationVisibility): upgrade tests are implemented. Refs: #15 fix(liquidationVisibility): vaults are now displayed in the correct order at `vaults.preAuction` Refs: #13 fix(liquidationVisibility): vault phases are now displayed correctly at `vaults.postAuction` Refs: #14 chore(liquidationVisibility): add storage snapshot Refs: #15 fix(liquidationVisibility): don't reverse `vaultData` for preAuction storage node Refs: #13
Configuration menu - View commit details
-
Copy full SHA for d3c4976 - Browse repository at this point
Copy the full SHA d3c4976View commit details -
chore(liquidationVisibility): update dependencies
fix(liquidationVisibility): fix dependency errors
Configuration menu - View commit details
-
Copy full SHA for e5b1813 - Browse repository at this point
Copy the full SHA e5b1813View commit details -
chore(liquidationVisibility): fix test 'visibility-after-upgrade'
Refs: #24 fix(liquidationVisibility): fix race condition when running tests concurrently fix(liquidationVisibility): fix test-vaultLiquidation.js
Configuration menu - View commit details
-
Copy full SHA for 6cd0f48 - Browse repository at this point
Copy the full SHA 6cd0f48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f51280 - Browse repository at this point
Copy the full SHA 4f51280View commit details -
author anilhelvaci <anilhelvaci96@gmail.com> 1708371947 +0300 committer anilhelvaci <anilhelvaci96@gmail.com> 1708960452 +0300 fix(liquidationVisibility): lint fix fix(liquidationVisibility): lint fix fix(liquidationVisibility): lint fix fix(liquidationVisibility): fix paths fix(liquidationVisibility): lint and type fixes fix(liquidationVisibility): lint fixes
Configuration menu - View commit details
-
Copy full SHA for 15090c4 - Browse repository at this point
Copy the full SHA 15090c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7546b72 - Browse repository at this point
Copy the full SHA 7546b72View commit details -
chore(liquidationVisibility): copy old version of vaultFactory and up…
…date dependencies
Configuration menu - View commit details
-
Copy full SHA for eab6d87 - Browse repository at this point
Copy the full SHA eab6d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2279a0b - Browse repository at this point
Copy the full SHA 2279a0bView commit details -
feat(liquidationVisibility): Store
liquidationsStorageNode
in ephem……ara instead of state. Refs: #15
Configuration menu - View commit details
-
Copy full SHA for f309ec4 - Browse repository at this point
Copy the full SHA f309ec4View commit details -
fix(LiquidationVisibility): #21 #22 fix rebase changes, add utils pag…
…e for readability (WiP) fix(liquidationVisibility): fix unit tests after rebase updates
Configuration menu - View commit details
-
Copy full SHA for a49bd17 - Browse repository at this point
Copy the full SHA a49bd17View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cecb0 - Browse repository at this point
Copy the full SHA f4cecb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0033e16 - Browse repository at this point
Copy the full SHA 0033e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59bd9b1 - Browse repository at this point
Copy the full SHA 59bd9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d966e - Browse repository at this point
Copy the full SHA a1d966eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c746f - Browse repository at this point
Copy the full SHA c4c746fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00413dd - Browse repository at this point
Copy the full SHA 00413ddView commit details -
fixup(liquidationVisibility): drop references to `LiquidationVisibili…
…ty` in core-eval Refs: #35
Configuration menu - View commit details
-
Copy full SHA for 4ad2d72 - Browse repository at this point
Copy the full SHA 4ad2d72View commit details -
fixup(liquidationVisibility): add
startTime
field to `auctionResult……s` and update tests accordingly Refs: #35
Configuration menu - View commit details
-
Copy full SHA for 81e8ee3 - Browse repository at this point
Copy the full SHA 81e8ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a57427 - Browse repository at this point
Copy the full SHA 5a57427View commit details -
fixup(liquidationVisibility): implement
checkWritersPresent
and rem……ove `writeLiqVisibility` Refs: #35
Configuration menu - View commit details
-
Copy full SHA for d62235b - Browse repository at this point
Copy the full SHA d62235bView commit details -
fixup(liquidationVisibility): Directly invoking methods on `liquidati…
…onVisibilityWriters` resulted with below changes; * Use `Promise.all` instead of `allValuesSettled` * Remove `liq-rejected-schedule` and `liq-rejected-timestampStorageNode` as we don't need to handle those cases anymore * Write an error message in postAuction and auctionResults recorder kits in the case of an error in distributing plans Refs: #35
Configuration menu - View commit details
-
Copy full SHA for fabf735 - Browse repository at this point
Copy the full SHA fabf735View commit details -
fixup(liquidationVisibility): Remove compatability tests and their re…
…lated artifacts. Refs: #35
Configuration menu - View commit details
-
Copy full SHA for 7f363a8 - Browse repository at this point
Copy the full SHA 7f363a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ceca1 - Browse repository at this point
Copy the full SHA a9ceca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 040e87d - Browse repository at this point
Copy the full SHA 040e87dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5cfc92 - Browse repository at this point
Copy the full SHA d5cfc92View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c878f - Browse repository at this point
Copy the full SHA f2c878fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5748fe3 - Browse repository at this point
Copy the full SHA 5748fe3View commit details -
test(liquidationVisibility): update expected auctionResult of checkVi…
…sibility method and respective snapshot
Configuration menu - View commit details
-
Copy full SHA for fcd475a - Browse repository at this point
Copy the full SHA fcd475aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6e567 - Browse repository at this point
Copy the full SHA 1b6e567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d4171 - Browse repository at this point
Copy the full SHA 10d4171View commit details