index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
pipeline
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add preliminary support for scraping orders from SRA endpoints (no pagination...
Alex Browne
2018-12-05
8
-12
/
+134
*
For event entities, rename address -> contractAddress and make it a primary key
Alex Browne
2018-12-05
5
-11
/
+19
*
Implement scraping and parsing exchange CancelUpTo events
Alex Browne
2018-12-05
3
-9
/
+45
*
Use multi-primary keys for event and filter null logIndexes
Alex Browne
2018-12-05
4
-6
/
+15
*
Implement scraping and parsing exchange cancel events
Alex Browne
2018-12-05
5
-10
/
+81
*
Make event parsing more functional and less class-based
Alex Browne
2018-12-05
3
-65
/
+21
*
Re-organize event parsing and decoding
Alex Browne
2018-12-05
7
-175
/
+206
*
Add support for decoding asset data
Alex Browne
2018-12-05
5
-36
/
+94
*
Add typeorm and begin inserting database records
Alex Browne
2018-12-05
6
-13
/
+89
*
Make contractAbi a parameter of getContractEventsAsync
Alex Browne
2018-12-05
4
-11
/
+29
*
Add tests for etherscan events
Alex Browne
2018-12-05
5
-10
/
+124
*
Restructure pipeline package. Create data-sources dir
Alex Browne
2018-12-05
4
-75
/
+96
*
Remove old code. Create function for getting contract events via etherscan
Alex Browne
2018-12-05
24
-1895
/
+2368
*
Rebase pipeline branch off development
Alex Browne
2018-12-05
25
-0
/
+2001