Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
wanliqun created a tag on Conflux-Chain/confura
v1.4.8-testnet - Ethereum infura like service to provide RPC endpoints for Conflux network.
wanliqun created a tag on Conflux-Chain/confura
v1.2.5-mainnet - Ethereum infura like service to provide RPC endpoints for Conflux network.
wanliqun pushed 1 commit to main Conflux-Chain/confura
- Fix RPC handling for full state retrieval (#249) 26b5ad6
wanliqun closed a pull request on Conflux-Chain/confura
Fix full state RPC handling
<!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/Conflux-Chain/confura/...wanliqun created a branch on Conflux-Chain/confura
fix-state-rpc-handling - Ethereum infura like service to provide RPC endpoints for Conflux network.
wanliqun created a branch on Conflux-Chain/confura
add-fullstate-handling-eth-debugrpc - Ethereum infura like service to provide RPC endpoints for Conflux network.
wanliqun opened a pull request on Conflux-Chain/confura
Use `cfx_getLogs` to accelerate catch-up sync
- Batch epochs for synchronization per worker to improve efficiency - Use `cfx_getLogs` to retrieve event logs, then assemble minimal epoch data for persistencewanliqun created a branch on Conflux-Chain/confura
speed-up-catchup-with-getLogs - Ethereum infura like service to provide RPC endpoints for Conflux network.
wanliqun created a tag on Conflux-Chain/confura
v1.4.7-testnet - Ethereum infura like service to provide RPC endpoints for Conflux network.
wanliqun pushed 1 commit to main Conflux-Chain/confura
- Add `eth_getAccountPendingTransactions` rpc method (#247) 5f8cd09
wanliqun opened a pull request on Conflux-Chain/confura
Add `eth_getAccountPendingTransactions` rpc method
wanliqun created a branch on Conflux-Chain/confura
add-eth-getAccountPendingTransactions-rpc - Ethereum infura like service to provide RPC endpoints for Conflux network.
wanliqun pushed 1 commit to main Conflux-Chain/confura
- Disable bound checks if no possible narrower log filter (#244) - Fetch as many event logs as possible when bound che... 5d28757
wanliqun closed a pull request on Conflux-Chain/confura
Disable bound checks if no possible narrower log filter
- Fetch as many event logs as possible when bound checks are disabled. - Add further filter range suggestions for cases when merging event logs from multiple contract addresses within the log filt...wanliqun created a comment on a pull request on Conflux-Chain/confura
@suchsoon Thanks for the fix
wanliqun pushed 1 commit to main Conflux-Chain/confura
- chore: fix function name in comments (store/mysql) (#245) Signed-off-by: suchsoon <[email protected]> 5efa351
wanliqun closed a pull request on Conflux-Chain/confura
chore(store/mysql): fix function name in comment
<!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/Conflux-Chain/confura/...wanliqun created a comment on a pull request on Conflux-Chain/confura
@nnsW3 Thanks for the fix.
wanliqun closed a pull request on Conflux-Chain/confura
Docs fix spelling issues
Hello I fixed several spelling issues. Hope it helps. <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Review...boqiu created a review on a pull request on Conflux-Chain/confura
> Reviewed 9 of 9 files at r1, all commit messages. > *[Reviewable](https://reviewable.io/reviews/Conflux-Chain/confura/244)* status: <span>:shipit:</span> complete! all files reviewed, all discu...
wanliqun pushed 1 commit to add-disable-bound-check-for-getlogs Conflux-Chain/confura
- remove unused 3899fdf