index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
pipeline
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Configure TypeORM for migrations. Add new package.json scripts.
Alex Browne
2018-12-06
3
-26
/
+11
|
*
Rename Transaction.ts to transaction.ts
Alex Browne
2018-12-06
3
-0
/
+0
|
|
|
|
|
|
Rename Relayer.ts to relayer.ts Rename Block.ts to block.ts
*
Add better error handling for immediately invoked async functions
Alex Browne
2018-12-06
4
-85
/
+20
|
*
Rename table and column names
Alex Browne
2018-12-06
9
-97
/
+171
|
*
Reorganize entities. Make scripts work from any directory.
Alex Browne
2018-12-06
13
-12
/
+36
|
*
Split index.ts into multiple scripts in scripts/ and detect last known block ↵
Alex Browne
2018-12-06
4
-92
/
+95
|
|
|
|
when pulling events
*
Remove unused function parameter in index.ts script
Alex Browne
2018-12-06
1
-2
/
+2
|
*
Use bigint for gasUsed and gasPrice in Transaction
Alex Browne
2018-12-06
2
-5
/
+7
|
*
Update relayer code to use new relayer-registry format
Alex Browne
2018-12-06
4
-6
/
+14
|
*
Implement fetching and parsing relayer info
Alex Browne
2018-12-06
4
-6
/
+106
|
*
Implement support for getting and parsing blocks and transactions
Alex Browne
2018-12-06
5
-0
/
+149
|
*
chore: Fix tslint config.
Alex Browne
2018-12-06
1
-1
/
+1
|
*
Fix bugs in merge_v2_events script and disable verbose logging
Alex Browne
2018-12-06
2
-2
/
+5
|
*
Enable verbose logging
Alex Browne
2018-12-06
1
-1
/
+1
|
*
Rename index.ts -> merge_v2_events
Alex Browne
2018-12-06
1
-0
/
+0
|
*
Update script to work with existing v1 pipeline data
Alex Browne
2018-12-06
8
-36
/
+84
|
*
Update pipeline to use new @0x npm org for imports
Alex Browne
2018-12-06
5
-12
/
+12
|
*
Update to use ContractWrappers + Infura instead of Etherscan
Alex Browne
2018-12-06
6
-135
/
+71
|
*
Rebase and update to use new modularized artifacts
Alex Browne
2018-12-06
4
-2279
/
+2
|
*
Add tests for SRA order conversion
Alex Browne
2018-12-06
2
-4
/
+4
|
*
Add soruceUrl to SraOrder entity
Alex Browne
2018-12-06
2
-1
/
+4
|
*
Add preliminary support for scraping orders from SRA endpoints (no ↵
Alex Browne
2018-12-06
7
-12
/
+133
|
|
|
|
pagination, only RR support for now)
*
For event entities, rename address -> contractAddress and make it a primary key
Alex Browne
2018-12-06
5
-11
/
+19
|
*
Implement scraping and parsing exchange CancelUpTo events
Alex Browne
2018-12-06
3
-9
/
+45
|
*
Use multi-primary keys for event and filter null logIndexes
Alex Browne
2018-12-06
4
-6
/
+15
|
*
Implement scraping and parsing exchange cancel events
Alex Browne
2018-12-06
5
-10
/
+81
|
*
Make event parsing more functional and less class-based
Alex Browne
2018-12-06
3
-65
/
+21
|
*
Re-organize event parsing and decoding
Alex Browne
2018-12-06
6
-89
/
+120
|
*
Add support for decoding asset data
Alex Browne
2018-12-06
4
-36
/
+92
|
*
Add typeorm and begin inserting database records
Alex Browne
2018-12-06
4
-7
/
+78
|
*
Make contractAbi a parameter of getContractEventsAsync
Alex Browne
2018-12-06
3
-10
/
+26
|
*
Add tests for etherscan events
Alex Browne
2018-12-06
2
-9
/
+17
|
*
Restructure pipeline package. Create data-sources dir
Alex Browne
2018-12-06
4
-75
/
+96
|
*
Remove old code. Create function for getting contract events via etherscan
Alex Browne
2018-12-06
22
-1868
/
+2348
|
*
Rebase pipeline branch off development
Alex Browne
2018-12-06
19
-0
/
+1870