Skip to content

Commit

Permalink
Build 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorizzo committed Jun 2, 2020
1 parent a350762 commit 9e93ba3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
7 changes: 5 additions & 2 deletions dist/lib/collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,20 @@
key: {
hash: 1 },

unique: true }],
unique: true }] },


TxPool: [

TxPool: {
indexes: [
{
key: {
timestamp: -1 } }] },





PendingTxs: {
indexes: [
{
Expand Down
4 changes: 3 additions & 1 deletion dist/lib/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ const EVMversions = [
'spuriousDragon',
'byzantium',
'constantinople',
'petersburg'];exports.EVMversions = EVMversions;
'petersburg',
'istanbul'];exports.EVMversions = EVMversions;


const bitcoinNetworks = {
TESTNET: 'testnet',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rsk-explorer-api",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "rsk-explorer-api",
"version": "1.0.7",
"version": "1.0.8",
"description": "explorer API Documentation"
},
"swagger": "2.0",
Expand Down

0 comments on commit 9e93ba3

Please sign in to comment.