Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
erights pushed 4 commits to markm-avoid-name-convention-conflict endojs/endo
- fix(ses): removeUnpermittedIntrinsics on Hermes via dynamic permit at runtime 1c61fb5
- refactor(ses): document removeUnpermittedIntrinsics now fixed in Static Hermes Ref https://github.com/facebook/herme... 704bc42
- feat(ses): restrict dynamic permit on Hermes Co-authored-by: Mark S. Miller <[email protected]> 14731fe
- refactor(pass-style): Avoid name convention conflict 8998ca7
erights pushed 1 commit to markm-avoid-name-convention-conflict Agoric/agoric-sdk
- refactor(orchestration,time,zoe): Avoid name convention conflict 6baee47
erights opened a draft pull request on Agoric/agoric-sdk
refactor(orchestration,time,zoe): Avoid name convention conflict
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...erights created a branch on Agoric/agoric-sdk
markm-avoid-name-convention-conflict - monorepo for the Agoric Javascript smart contract platform
erights opened a draft pull request on endojs/endo
refactor(pass-style): Avoid name convention conflict
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...erights created a branch on endojs/endo
markm-avoid-name-convention-conflict - Endo is a distributed secure JavaScript sandbox, based on SES
erights pushed 6 commits to markm-orch-purse-4 Agoric/agoric-sdk
- tools: makeTestAddress helper - returns valid bech32 address for tests 6f49369
- chore: mock `VLOCALCHAIN_ALLOCATE_ADDRESS` handler returns valid bech32 - instead of `agoric1fakeLCAAddress`, `agori... 45eeee0
- chore: `makeFakeLocalchainBridge` accepts `makeAddressFn` 5ad59bd
- chore: `advancer` validates `settlementAddress` e06f12a
- chore: `advancer` validates `settlementAccount` address (#10723) closes: #10726 ## Description Primary aim is to va... 7b7ceb9
- feat(vats): Mock ERTP face on mock orch assets 30357e1
erights pushed 19 commits to markm-orch-purse-4 Agoric/agoric-sdk
- chore: constrain fast-usdc config for Mainnet caf6d7a
- test: disabled operators 621e22f
- refactor: TransactionFeed attest 0b57a65
- refactor: sync submitEvidence 1e52a41
- refactor: attest by operatorId fb4ff30
- feat: operator majority logic bc28201
- feat: error on conflicting evidence cd2a40c
- Operator attestation policy (#10721) TODO in code ## Description Update `TransactionFeed` to publish when a majorit... 9e5f628
- feat(fast-usdc): detect transfer completion in cli 2828444
- feat(fast-usdc): detect transfer completion in cli (#10717) fixes https://github.com/Agoric/agoric-sdk/issues/10339 ... 6fbd20a
- test: turn on test of priceAuthority registry 702e494
- Turn on test of priceAuthority registry (#10731) closes: #10727 ## Description Add the existing test `registry-tes... 274240a
- feat(fast-usdc): add FastLP/ufastlp to vbank ae1963e
- test(boot): FastLP/ufastlp is in published.agoricNames.vbankAsset b7aa5f0
- test(boot): FastLP balance not in wallet record 2ba4a95
- test: get FastLP/ufastlp balance from x/bank query - prune balancesFromPurses, which was not type-safe - factor ou... 26d3b0f
- chore: walletDriver supports getAddress() 3815e4c
- feat: add FastLP to vbank (#10709) closes: #10703 ## Description - add `FastLP` / `ufastlp` to vbank ### Securit... c1d2b71
- feat(vats): Mock ERTP face on mock orch assets a99db2a
erights created a review on a pull request on endojs/endo
With the change, LGTM, thanks!
erights pushed 55 commits to markm-orch-purse-4 Agoric/agoric-sdk
- test: add proposal w/300 E(chainTimerService).getTimerBrand() calls (#10696) ## Description @warner asked for a pro... 3e27c74
- 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
- and 35 more ...
erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
- feat(vats): Mock ERTP face on mock orch assets a2598be
erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
- ertp test stops at unimplemented deposit 1a78712
erights pushed 36 commits to markm-orch-purse-4 Agoric/agoric-sdk
- chore: resolve `withdrawToSeat` TODO with comment 12510e9
- fix: do not stringify logs d04c5ea
- chore: return advance payment to LP if `zoeTools.localTransfer` fails b7065e7
- chore: do not call `shutdownWithFailure()` if `atomicRearrange()` fails - wait until #10684, where we can terminate ... 81517e2
- refactor: `LP.borrowerFacet` expects `Amount`, not `AmountKWR` 50c1bd1
- chore: fusdc recovery paths (#10659) closes: #10624 ## Description - handles potential failure in `zoeTools.localTr... 4feddb0
- fix(address-hooks): throw if the version is unsupported e3c2665
- fix(cosmos): return an error if version is unsupported d17e55b
- fix(address-hooks): use `harden` (or `freeze`) 80fee60
- fix(address-hooks): version robustness and hardening (#10683) closes: #10681 ## Description Be more robust for Add... ddff762
- chore: `decodeAddressHook` `throws` annotation e86a5e1
- chore: use address-hook encoding 6091992
- chore: fusdc uses bech32 address hook encoding (#10682) refs: #10614 ## Description - `@agoric/fast-usdc` uses bech... 254e849
- chore: `setupTestKeys` optionally takes mnemonics 14fa39b
- chore: export denom tools 6cb025a
- chore: `WalletDriver` type 1f4b4c6
- refactor: `commonBuilderOpts` - include `chainInfo` and `assetInfo` as common builder options for orchestration cont... 46f94d5
- chore: `flags` supports mutli option e124d85
- chore: ensure latest view on vbank entries - in the testing environment, we might see multiple USDC entries in `vban... e60589f
- test: fast-usdc advance happy path 46f5743
- and 16 more ...
erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
- feat(vats): Mock ERTP face on mock orch assets c48b222
erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
- feat(vats): Mock ERTP face on mock orch assets dbd02a8
erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
- feat(vats): Mock ERTP face on mock orch assets 07a7f06
erights pushed 356 commits to markm-orch-purse-4 Agoric/agoric-sdk
- chore: Sync Endo versions df5666f
- chore: Update yarn.lock 8f87a56
- chore: Bump xsnap meter type 9ab836d
- chore(swingset-vat): Update xsnap store test snapshots 4d183e2
- chore(a3p-integration): yarn up @endo/* 992f527
- chore: Sync Endo release 2024-11-13 (#10498) https://github.com/endojs/endo/releases/tag/ses%401.10.0 6368fcd
- feat(vbank): new param `allowed_monitoring_accounts` 5ac4c52
- chore(proto): update generated files 1687747
- feat(cosmos): use `x/vbank` ConsensusVersion to upgrade monitoring 0e367d3
- feat(vbank): new param `allowed_monitoring_accounts` (#10488) closes: #8564 ## Description To make the Golang `x... 23e127e
- 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
- and 336 more ...
erights created a comment on a pull request on endojs/endo
@gibson042 , thanks for the thorough analysis! Do you happen to know if these non-conformances show up in test262 tests?
erights created a review on a pull request on endojs/endo
I really do not understand what Hermes is trying to do here with strictness, `.caller`, and `.arguments`. Do we know any of the Hermes people? Would be good to invite to an upcoming Endo meeting to...
erights pushed 6 commits to markm-fix-fetch-this Agoric/agoric-sdk
- 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(client-utils): only call `fetch` as a function, not a method 73ddc12
erights opened a draft pull request on Agoric/agoric-sdk
fix(client-utils): only call `fetch` as a function, not a method
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...erights created a branch on Agoric/agoric-sdk
markm-fix-fetch-this - monorepo for the Agoric Javascript smart contract platform