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
/
entities
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add transactionHash to CancelUpToEvent and CancelEvent entities
Alex Browne
2018-12-06
2
-1
/
+4
|
*
Add homepage_url to relayers
Alex Browne
2018-12-06
1
-6
/
+7
|
*
Change some column types from varchar to numeric
Alex Browne
2018-12-06
3
-22
/
+29
|
*
Rename taker and maker amounts in sra_orders
Alex Browne
2018-12-06
1
-2
/
+2
|
*
Implement scraping sra orders from radar relay
Alex Browne
2018-12-06
3
-2
/
+33
|
*
Update schema for sra_orders
Alex Browne
2018-12-06
1
-6
/
+1
|
*
Pointing entities to raw schema
Jake Ellowitz
2018-12-06
8
-9
/
+9
|
|
|
|
Fix linter issues
*
Mapping dev schema to initial migration
Jake Ellowitz
2018-12-06
3
-1
/
+18
|
*
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
*
Rename table and column names
Alex Browne
2018-12-06
7
-95
/
+169
|
*
Reorganize entities. Make scripts work from any directory.
Alex Browne
2018-12-06
5
-0
/
+7
|
*
Use bigint for gasUsed and gasPrice in Transaction
Alex Browne
2018-12-06
1
-2
/
+4
|
*
Update relayer code to use new relayer-registry format
Alex Browne
2018-12-06
1
-1
/
+2
|
*
Implement fetching and parsing relayer info
Alex Browne
2018-12-06
1
-0
/
+22
|
*
Implement support for getting and parsing blocks and transactions
Alex Browne
2018-12-06
2
-0
/
+20
|
*
Update script to work with existing v1 pipeline data
Alex Browne
2018-12-06
4
-9
/
+12
|
*
Add soruceUrl to SraOrder entity
Alex Browne
2018-12-06
1
-0
/
+1
|
*
Add preliminary support for scraping orders from SRA endpoints (no ↵
Alex Browne
2018-12-06
3
-0
/
+44
|
|
|
|
pagination, only RR support for now)
*
For event entities, rename address -> contractAddress and make it a primary key
Alex Browne
2018-12-06
3
-3
/
+3
|
*
Implement scraping and parsing exchange CancelUpTo events
Alex Browne
2018-12-06
1
-0
/
+15
|
*
Use multi-primary keys for event and filter null logIndexes
Alex Browne
2018-12-06
2
-2
/
+2
|
*
Implement scraping and parsing exchange cancel events
Alex Browne
2018-12-06
2
-3
/
+35
|
*
Re-organize event parsing and decoding
Alex Browne
2018-12-06
1
-2
/
+2
|
*
Add support for decoding asset data
Alex Browne
2018-12-06
1
-3
/
+14
|
*
Add typeorm and begin inserting database records
Alex Browne
2018-12-06
1
-0
/
+24