Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
iomekam pushed 36 commits to iomekam-psm-upgrade Agoric/agoric-sdk
- refactor(orchestration,time,zoe): Avoid name convention conflict (#10751) closes: #XXXX refs: https://github.com/end... 1f25ee2
- feat(fast-usdc): support risk assessment arg ff6737a
- feat(fast-usdc): support risk assessment arg (#10753) fixes https://github.com/Agoric/agoric-sdk/issues/10748 ## De... 9cb1472
- feat: save the outgoing EC Charter instance and kit c2c9be3
- chore: from review: add trace, minor cleanups 355a2e1
- feat: save the outgoing EC Charter instance and kit (#10749) refs: #10680 ## Description Add the EconomicCommittee... e5813b9
- chore: add failing test of slotToVal memory leak for watchPromise Liveslots has a bug (#10757) which leaks slotToVal... 3a77937
- fix(liveslots): avoid slotToVal memory leak for watched promises Liveslots has a bug (#10757) which leaks slotToVal ... 874196c
- fix(liveslots): avoid slotToVal memory leak for watched promises (#10758) Liveslots has a bug (#10757) which leaks s... 4472050
- chore: slog.slog in ci artifacts 2bc73ce
- chore: `slog.slog` in `multichain-testing` ci artifacts (#10759) ## Description Include `slog.slog` in `multichain-... fef1774
- feat: migrate upgrade of v7-board from upgrade 19 to upgrade 18 (#10761) closes: #10760 ## Description Move the u... 837776e
- chore(cosmic-swingset): Add `phase` to cosmic-swingset-run-{start,finish} slog entries (#10765) ## Description Extra... 39d8f59
- feat(cosmos): Support arbitrary core eval builder arguments (#10767) ## Description Extracted from and supports #107... a944f4c
- chore: provision gov4 in PREPARE 7c55ba8
- Cherry-pick u18 branch a3p test change (#10768) refs: #10460 ## Description Cherry picks https://github.com/Agoric/... d575daa
- fix(agd): upgrade all orchestration vats to new liveslots 59fa82c
- refactor(vats): rename `upgrade-orch-core` to `upgrade-vats-generic` 2253ae6
- chore(agd): upgrade all orchestration vats to new liveslots (#10764) refs: #10758, #10756 closes: #10762 ## Descrip... e543d46
- test: Look for new vat cleanup budget parameter in a3p-integration 9a8b29b
- and 16 more ...
iomekam pushed 2 commits to iomekam-psm-upgrade Agoric/agoric-sdk
iomekam pushed 79 commits to iomekam-psm-upgrade Agoric/agoric-sdk
- build(deps): use backport of cosmos-sdk v0.46.15 ab3fcb5
- fix(cosmic-swingset): expect chain --halt-height exit status > 1 c025cb7
- build(deps): use backport of cosmos-sdk v0.46.15 (#10704) ## Description Update `cosmos-sdk` dependency to newly ta... 5939b2a
- test: advance and settle as a macro - include `agoric` and `noble` EUD destinations 092056b
- chore: "oracles accept" handles already accepted invs - mainly to facilitate active development; allows test to be r... 1eb9eb1
- test(acceptance): skip make proposal and vote; seems flaky 4ce1540
- test(multichain): fusdc "advance and settle" as a macro (#10692) refs: #10597 ## Description - tests additional FUS... 9e124c3
- chore(vaultFactory): add core-eval for null upgrade vaultFactory 1eb858d
- chore(a3p): add new submissions from governance acceptance tests 662fa2c
- chore(governance):Refactor makeGovernanceDriver methods to be contract agnostic 75c8a12
- fix(a3p): change test execution order rel #10574 c9bd9a4
- test(a3p): extend governance testing coverage 4b660fd
- chore(a3p): refactor makeVStorage to be aligned with batchQuery.js rel: #10574 938d615
- test(a3p): extend governance test with proposals history dccf7bc
- chore(vaultFactory): include insightful comments dc7388c
- fix(a3p): minor fixes to governance test and helpers ecddebd
- fix(vaultFactory): fix proposal description Co-authored-by: Chris Hibbert <[email protected]> bc1f87a
- fix(a3p): remove duplicated await cc4c1a2
- chore: switch using waitForElectionResult, eliminate flakiness refs: https://github.com/Agoric/agoric-sdk/issues/10708 28b4884
- test(a3p): extend governance test coverage for acceptance proposal (#10555) closes: https://github.com/Agoric/BytePi... 9835fb0
- and 59 more ...
iomekam opened a draft pull request on Agoric/agoric-sdk
Add PSM upgrade for upgrade-19
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...iomekam created a branch on Agoric/agoric-sdk
iomekam-psm-upgrade - monorepo for the Agoric Javascript smart contract platform
iomekam pushed 4 commits to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- Save the contractKit for the auctioneer before overwriting it (#10694) refs: #10680 ## Description We misplaced th... 140c1be
- test: add proposal w/300 E(chainTimerService).getTimerBrand() calls (#10696) ## Description @warner asked for a pro... 3e27c74
- test(reserve): remove unneeded t.pass() b17f601
- Merge branch 'master' of https://github.com/Agoric/agoric-sdk into iomekam-ar-upgrade-tests a62afad
iomekam created a review comment on a pull request on Agoric/agoric-sdk
`feeMint` was already in baggage. It was failing because we were upgrading the governor contract instead of the reserve contract, which I assume has a different baggage attached to it. `provideAll`...
iomekam pushed 53 commits to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- chore(types): stdout optional a3872d0
- chore(types): add typescript e115474
- test: vstorageKit.agoricNames 10302ad
- chore!: remove agoricNames from VstorageKit 1c69d39
- refactor: s/makeWalletUtils/makeSmartWalletKit 15976b5
- refactor: fu cmds with SmartWalletKit b7180b0
- refactor: backwards-compat for wallet-utils fdcf70c
- test: replace rpc.js with client-utils 97e431f
- test: DRYer z:acceptance test-lib 36a986b
- test: base makeAgdWalletUtils on SmartWalletKit 501be3a
- synchronous makeVstorageKit (#10670) _incidental_ refs: https://github.com/agoric-labs/vstorage-viewer/issues/2 ##... 8f9f075
- chore: `ChainPolicy` schema - rename `nobleContractAddress` to `attenuatedCttpBridgeAddress` - include jsdoc comment... 8955990
- chore: fusdc `ChainPolicy` schema (#10679) ## Description - rename `nobleContractAddress` to `attenuatedCttpBridgeAd... bdf5c17
- test(a3p): add mintHolder upgrade test and helpers 01a15d0
- chore(a3p): add submission and update client-utils version 02fde3c
- chore(mintHolder): add mintHolder null upgrade core-eval 6ef9705
- fix(a3p): remove usage of duplicated code aa864ce
- test(a3p): test mintHolder functionalities after contract null upgrade (#10617) closes: #10410 ## Description Th... 059601c
- chore: resolve `withdrawToSeat` TODO with comment 12510e9
- fix: do not stringify logs d04c5ea
- and 33 more ...
iomekam pushed 1 commit to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- fix(reserve): Address PR feedback and change reserveKit adminFacet in original proposal 4bd67a3
iomekam pushed 2 commits to iomekam-ar-upgrade-tests Agoric/agoric-sdk
iomekam pushed 13 commits to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- chore: publish account addresses to storage 4d17a3f
- chore: publish `PoolMetrics` to child node 092ad4a
- test: `fastUsdc` vstorage coverage - include `poolMetrics` and account addresses bd2a960
- chore: fusdc `getStaticInfo` PF method - ensure contract consumers have access to the contract's orch account addre... 475e720
- chore: fusdc vstorage (#10639) incidental FUSDC changes ## Description - publish `PoolMetrics` to child node - p... 5affa34
- feat(vats): first cut of Address Hooks in JS dbad30b
- build(deps): regenerate `yarn.lock`s 5014cf9
- feat(vtransfer): port some `address-hooks.js` functions to Go 159098b
- docs(cosmic-proto): generate initial typedoc c8ad417
- feat: `bech32` Address Hooks (#10613) closes: #10614 refs: #10249 #10250 ## Description Pack a bech32 "base addres... 945fef1
- fix(telemetry): timer-poll run.id (#10672) refs: #10357 ## Description I did a bad copy paste in #10357, which caus... 3b478fb
- fix(client-utils): only call `fetch` as a function, not a method (#10671) closes: #XXXX refs: https://github.com/end... fbae24c
- Merge branch 'master' into iomekam-ar-upgrade-tests 59d2615
iomekam pushed 1 commit to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- test(reserve): update test description d6b63b0
iomekam pushed 69 commits to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- feat: `ForwardOpts` accepts `intermediateRecipient` - for some chains, "pfm" is not a valid `recipient` for PFM tran... eb975f1
- chore: improve trace logs 24bd0cf
- chore: remove `blockTimestamp` from `CctpTxEvidence` 80d279e
- chore: cosmos-orch-account does not require staking denom 9664aaa
- chore: `bridgeUtils.setAckBehavior` - adds helper method that allows callers to change the way certain bridges, like... 4bb39bd
- chore: provide noble ica for `intermediateRecipient` - noble only accepts bech32 addresses for the recipient field i... 944df0b
- chore: `bridgeUtils.setBech32Prefix` - adds ability to use something besides "cosmos" for mock ICA address prefix 64a6dce
- chore: bridge supports unique address per ICA 1847618
- chore: fusdc multichain support (#10626) refs: #10597 ## Description Primary changes: - `@agoric/orchestration`: ... ef9088c
- chore: add dATOM brand name to DEVNET config a1856f3
- chore: add dATOM brand name to DEVNET config (#10634) ## Description Updates brand names for DEVNET config in price... 3653dc7
- fix(telemetry): Empty context persisted when remaining beans are negative after run finish (#10635) ad4e83e
- chore(deps): yarn dedupe 1b25d99
- chore(deps): remove obsolete patch for acorn f2061de
- chore(deps): dev version of cosmic-proto 3636200
- chore(deps): bump typescript-eslint to 8.17.0 4c91d52
- chore(deps): bump prettier to 3.4.2 f41d7c6
- chore(deps): bump ts-blank-space to 0.4.4 679a153
- chore(deps): npx yarn-deduplicate 8aa9c48
- chore(deps): bump eslint-plugin-github to 5.1.4 27b60cf
- and 49 more ...
iomekam pushed 1 commit to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- test(reserve): renable u19 tests f39d6f7
iomekam pushed 1 commit to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- feat(reserve): add upgrade to upgrade list 09c9747
iomekam pushed 1 commit to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- test(reserve): add a3p tests for testing reserve upgrade 1672768
iomekam pushed 207 commits to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- build(deps): bump cosmossdk.io/math to v1.4.0 8339df2
- build(deps): bump cosmossdk.io/math to v1.4.0 (#10534) closes: #XXXX refs: #XXXX ## Description Bump cosmossdk.io/... 429a377
- doc: fix alphabetical order in env.md (#10542) closes: #XXXX refs: #XXXX ## Description Fix alphabetical order in ... 721071e
- feat(builders): fast-usdc oracleSet option for MAINNET, ... 3bf01a2
- chore(f:fast-usdc): toward fast-usd: copy quickSend stuff from 8beb9db 2ae8e51
- feat(f:fast-usdc): add fast-usdc to a3p-integration - d:quick-send -> f:fast-usdc - init-orch overtaken by u17 - ... a181f9b
- docs(a3p-i): how to get a chain running b467173
- chore: put 'agoric' chain info in agorcNames UNTIL ... ... PFM / chainHub stuff 9b771d3
- Fast USDC a3p deployment proposal (#10517) closes: #10492 ## Description Adds `f:fast-usdc` that invokes `init-fas... 83191e7
- `agd export` option for diagnosis (#10344) closes: #8420 ref: #8152 ## Description This PR adds a new optional flag... 6112a8b
- feat(fast-usdc): write chain policies to vstorage (#10532) closes https://github.com/Agoric/agoric-sdk/issues/10512 ... 9d6cff1
- chore(cosmic-swingset): Type-check JS files 226eda9
- chore(cosmic-swingset): Fix lint issues a9fdcea
- chore(cosmic-swingset): Type-check JS files (#10539) ## Description At long last! ### Security Considerations n/a ... a7bee20
- fix(telemetry): event name typo 9e19321
- fix(telemetry): event name typo (#10551) ## Description Fixes typo for kernel upgrade event ### Security Considera... 0105e1a
- chore(types): fix 'self' on this in prepareExo 63744cb
- build: license for fast-usdc package 0ca4a94
- fix 'self' in prepareExo (#10557) _incidental_ ## Description Fix the type for `prepareExo` so `this.self` works. ... c951fdc
- test: remove obsolete resm support 960b9dc
- and 187 more ...
iomekam created a branch on Agoric/agoric-sdk
iomekam-asset-reserve-a3p - monorepo for the Agoric Javascript smart contract platform
iomekam pushed 43 commits to iomekam-ar-upgrade-tests Agoric/agoric-sdk
- refactor: smaller fees in mock FeeConfig 9d06522
- refactor: `makeLpTools` test helper - factors existing makeLP test helper for reuse in other tests 65b9ec6
- feat: liquidity pool borrower and repayer facets 3117eef
- feat: fusdc liquidity pool borrow and repay facets (#10474) refs: #10390 ## Description - Adds `borrower` and `repa... 9c61393
- ci(dump-ci-stats): synchronize Github Action versions f4caf69
- ci(lint-rest): move `lint-primary` doc generation to rebalance 2f6fce8
- test(e2e-tools): provide `proposal_id` and fix typo 0d6ec09
- chore(fast-usdc): publish for `@agoric/builders` to use 266117a
- chore: minor nitpicking (#10525) _Incidental_ ## Description Independent changes that are best reviewed commit-by-... 02967de
- refactor(SwingSet): Simplify upgradeSwingset (#10473) ## Description Minor cleanup noticed in passing. ### Security... d268023
- refactor(a3p-integration): Inline some single-use functions ...in anticipation of improving log output 63f0338
- chore(a3p-integration): Update z:acceptance ava config to use @endo/init/debug.js This should eliminate noisy `Objec... 450bdbd
- refactor(a3p-integration): Simplify implementPsmGovParamChange with some generic helper functions 96eecc0
- chore(a3p-integration): Improve z:acceptance log output 96dc900
- chore(a3p-integration): Further improve z:acceptance log output by normalizing entries and records 5d10575
- chore(a3p-integration): Improve n:upgrade-next log output 0684783
- fix(a3p-integration): Patch Hardened JS compatibility into n:upgrade-next dependencies https://github.com/axios/axio... 943c151
- chore(a3p-integration): Improve p:upgrade-19 log output 44c17de
- chore(a3p-integration): Log the full command in execSwingsetTransaction 8751e93
- chore(client-utils): Don't log reusePromise in `retryUntilCondition` Ref fd9394b33ed9f12e229e9914d7efe3ca10980f0c U... 173f834
- and 23 more ...
iomekam opened a draft pull request on Agoric/agoric-sdk
Add allocation checks for asset reserve vat upgrade tests
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...iomekam created a branch on Agoric/agoric-sdk
iomekam-ar-upgrade-tests - monorepo for the Agoric Javascript smart contract platform
iomekam pushed 54 commits to 10445-transfer-pfm Agoric/agoric-sdk
- chore(types): update type coverage 2f62d77
- refactor: use readPublished 3baf4be
- chore(types): update type coverage c890f53
- use readPublished for types in agoric-cli (#10450) follow-up ## Description Pulled out of https://github.com/Agoric... 3b799b8
- feat: `TxStatus` const for `StatusManager` states 1376020
- types: `CctpTxEvidence`, `PendingTx` 646df78
- test: `MockCctpTxEvidences` and `MockVTransferEvents` fixtures 5e4139c
- feat: `CctpTxEvidenceShape`, `PendingTxShape` typeGuards 5a7b3d2
- chore: export `denomHash` helper 1063efd
- feat: minimal `addressTools` for query param parsing 6f97e13
- refactor: `getChainInfoByAddress` -> `makeChainAddress` - removes `getChainInfoByAddress` and provides `makeChainAd... 3f71342
- feat: `StatusManager` scaffold - shows the various `StatusManager` MapStore states updates (`OBSERVED`, `ADVANCED`) ... 980463f
- feat: `StatusManager` tracks `seenTxs` - use a composite key of `txHash+chainId` to track unique `EventFeed` submiss... f3d1e36
- feat: fusdc status manager states (#10406) closes: #10389 ## Description - `StatusManager` with `OBSERVED`, `ADVANC... c236c55
- chore(a3p-integration): Clean up tryISTBalances bb8d2cd
- fix(client-utils): Retry at least every other interval ...even when a backing operation hangs (e.g., `follow` of an ... fd9394b
- chore(a3p-integration): Increase the verbosity of psmSwap 2ced1d5
- feat(agoric-cli): Block `agoric wallet send` on tx inclusion 0389a21
- test(a3p-integration): Update "swap into IST" to force the default gas limit 1369e6b
- feat(agoric-cli): Add `agoric wallet send` gas limit options ...defaulting to `--gas=auto --gas-adjustment=1.2`. 21a03f8
- and 34 more ...